View allAll Photos Tagged drupal
Drupal list of upcoming events, themed.
Put the following in your theme's template.php file.
function THEMENAME_event_upcoming_item($node) {
$output .= ''. format_date($node->event_start, 'custom', 'l, M. j', $node->start_offset) .'';
$output .= l($node->title, "node/$node->nid", array('title' => $node->title));
return $output;
}
Duo-tangle ZIA. 5 x 7 inches in black and white. Started by drawing a large knightsbridge type grid, and filled in alternating the two tangles, drupe and nzeppel. One of my nxeppel squares is really messed up; but since there are no mistakes in zentangle, AND, there is a random nzeppel also, I decided to continue. I'd love to hear what you think of it.
Thanks!
From the Land of Chocolate. And no, not Germany, but Belgium. Thanks Dries! (Same arrangement, different angle.)
Help support the drupal.org infrastructure by becoming a member of the Drupal Association. association.drupal.org.
Drupal Drupal Drupal Drupal Drupal!
Drupal Drupal Drupal Drupal Drupal!
Drupal Drupal Drupal Drupal Drupal!
Drupal Drupal Drupal Drupal Drupal!
The other day, I decided to install version 5.x-3.0-beta1 of Drupal's spam module on the site www.saveardmorecoalition.org/ to deal with the recent surge in spam we were experiencing.
End result? The spam module pretty much trashed my database, according to this graph. We went from about 40 queries a second go 15,000 queries a second, until I disabled the module. Completely unacceptable.