View allAll Photos Tagged Drupal
My drupal puppy, Zeke. Why is he a drupal puppy? He will sit on that chair for a very long time to watch me code, and he is a schipperke, which is Belgian after all ;)
Drupal y móviles (SMS,MMS...) (VozMob) BOFa DrupalCampSpain 2010ean Cornellá de Llobregateko Citilabean.
A Drupal specific RSS icon graphic to use for your Drupal website or Blog.
Based off of an RSS icon set by user StudioM6 on DeviantArt.com.
Here is an example of having ip detection help in targeting content.
International websites are limited far too often to targeting information based only on the language their visitors choose to read in.
We just had to address this issue with Haiti Innovation, a Drupal 5.1 website integrated with CiviCRM 1.7 and running i18n for a handful of pages in French alongside mostly English content.
Ecommerce para Drupal: Introducción a Ubercart saioa DrupalCampean saioa DrupalCampSpain 2010ean Cornellá de Llobregateko Citilabean.
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)
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;
}