View allAll Photos Tagged drupal
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)
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;
}