View allAll Photos Tagged Drupal
we need more geek shirts, so heres my shot at it ...
Today the drupal 5.0 version is released
- its a rip off of the t-shirt i made for the "Rock the Night" club here in copenhagen but what the hell its only rock n roll and we like it :)
theres need for some adjustments, to create a more accurate jack D look (mainly the text elements)
Timeline is a very cool module that lets you display nodes or events on a very nice, interactive timeline. This display was developed by the folks over at MIT's SIMILE Project, and they describe it as a "DHTML-based AJAXy widget for visualizing time-based events. It is like Google Maps for time-based information."
Here's a quick look at it.
This is what the default "taxonomy" management screen looks like... as you can see, it privileges creating entire new "vocabularies", rather than working with existing ones.
Ecommerce para Drupal: Introducción a Ubercart saioa DrupalCampean saioa DrupalCampSpain 2010ean Cornellá de Llobregateko Citilabean.
Drupal test suite for CJP Jabber PHP library: testing roster retrieval and roster member statuses using jQuery.
Drupal event, themed.
Put the following in your theme's template.php file:
function THEMENAME_event_nodeapi($node) {
$output .= 'type. '-start">';
$output .= ''. t('Date: ') .''. format_date($node->event_start, 'custom', 'l F j, Y', $node->start_offset) .''."\n";
$output .= 'type. '-start">'. t('Start: ') .''. $node->start_time_format .''."\n";
if ($node->event_start != $node->event_end) {
$output .= 'type. '-end">'. t('End: ') .''. $node->end_time_format.''."\n";
}
return $output;
}
Drupal nice: diez módulos imprescindibles que desconoces saioa DrupalCampSpain 2010ean Cornellá de Llobregateko Citilabean.