I need help changing images under my navigation according the title of the nav.

Hello,

I have about 8 graphic images that I would like to place according to the navigation. Should I check it based on the node and add the logic into the template file?

for ex.

if node == 1
this image should be displayed under home the tab

else if node == 2
this image should be displayed under the about us tab

else if node == 3
this image should be displayed under the contact us tab

and so.... (that can also be a switch statement)

Community Platform Testing

Hey Guys! I am going to be deploying Drupal in a wide scale environment pretty soon, so if you want read back data for modules or anything let me know. Im working on getting the core going with modules. Im here to help. Dont hesitate to contact me.

Drupal 6, MySQL timestamp using Schema API

Hi,

I've been working with the new Drupal 6 and working on updating some modules. I was wondering, when I use the new Schema API, how might I be able to create a MySQL timestamp field? It differs from the datetime data type in that it will automatically update the datetime entry for the record.

The MySQL documentation about this data type is:
http://drupal.org/node/159605

What's more important: security and usability or developer's personal whim?

If the vast majority of Drupal sites are probably configured in a specific way, and if that configuration leads to higher security, should that be the default configuration?

A commonly used module's instructions strongly advise a specific configuration. Unless the site administrator remembers this on each use of the module (which can easily be several times on a site), the module by default will leak unpublished data (i.e., where Publish box is not checked).

New Drupal 6.x forum module

Does anyone have a site that they could display that is using the new drupal 6.0 forum module i am considering using drupal instead of VB however the current forum module is inadequate, i was wondering if anyone had one to show off to see if the new forum module is up to snuff. Thanks all!

shouldn't cache_get return null when caching is disabled

Why doesn't cache_get return a null $cache->data if caching is disabled? In architectural terms, it seems a lot easier to write modules that automatically implement caching and delegate whether or not caching should actually occur to the Drupal core. Here is an example from the Tagadelic module:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x