Agaric Design Collective
Adding and modifying organic group action (create content) links
Add a span wrapper inside primary and secondary menu links in Drupal 6
All I want to do is throw spans around the links. Ah well. Here is the function below, modified to do exactly that.
It will do it to all sets of links passed through theme('links', $links) but so far on Agaric's example site, at least, that means only the primary links.
<?php
function examplezen_links($links, $attributes = array('class' => 'links')) {
Development resource list for making and reviewing patches for Drupal core
Switch users in Drupal without logging out for development
Panels2 and Organic Groups
Well, here's what one of the experts has to say about it --> http://www.tejasa.com/node/160
highly recommended and very useful...
do it!
Where in the theme are the tabs printed / giving tabs to admins only
Harry Slaughter joins WorkHabit
Harry Slaughter of DevBee (in fact, all of DevBee) announces he's going full time with WorkHabit. I've liked following him blog about Drupal and web work and I hope to see him help WorkHabit follow through on some of their more ambitious announced contributions to the open source community... I can identify with that!
Sidebar graphics with links ("promotional badges") the Agaric Drupal way
Ask Agaric: More contact page options for redirecting and spam protection
Getting trained by Eclipse PDT: Opening an existing folder of files as a project
Fastest way to get just one result from a database table in Drupal
Different page templates for different content types
<?php
// Add additional template suggestions
function _phptemplate_variables($hook, $vars) {
switch ($hook) {
case 'page':
// Add page template suggestions based on node type, if we aren't editing the node.
if ($vars['node'] && arg(2) != 'edit') {
$vars['template_files'][] = 'page-'. $vars['node']->type;
}
break;
}
return $vars;
}
?>
See what Subversion repository you are drawing from with vi .svn/entries
vi .svn/entries
Fanning the fire....
Just to add fuel to that particular fire here on this site too :P
Why do people use two spaces after a period ?? WHEN THEY ARE USING A VARIABLE WIDTH FONT
and not a fixed width font !!!!!!
Number 2 and nothing else on some pages at some links in Drupal
Jeff Eaton at the Lullabot Workshop
Providence Drupal Theming and jQuery July 2008