This forum is for assistance with theme development.

Push button

1. If I want to edit the push button theme, should I copy it to the “/sites/all/themes/pushbutton" folder and then edit the files?

2. can I leave the original in place and just place files that I want to be used in /sites/all/themes/pushbutton folder (new view files Ect)

3. Do I need to delete the original in order for the new version I have placed in /sites/all/themes/pushbutton to be seen ?

Themeing

Is anybody writing new themes for Drupal 6? Is it easy? Can I just use CSS Templates on Garland? Where are the most recent guides?

How to set a template for a specific user published node

Hi all! I would like to theme some of my nodes based on the user who published them. For example, node published by Fred -> template-fred; node published by Marta -> template-marta. Is there a way to do this in drupal 5.x? Thank you very much!

All-caps month and day in "submitted" field

Trying to get the date in the "submitted" field to have all-caps month and day of the week, i.e.:

MONDAY, AUGUST 6, 2007

but the PHP5 format parameters don't have an option for that. Is there a way?

Custom Page Templates Based on URL Aliases

I'm trying to implement the PHP snippet mentioned on http://drupal.org/node/139766. I've tried to input this into my template.php file in many different ways, and none of them have seemed to work. Am I supposed to rename the function to "my_theme_name_variables" or leave the function named "phptemplate_variables".

How to make a header which rotates every week

Hi,

I'm fairly new to Drupal and have a question about theming in Drupal.

In my template i would like to have a header which rotates every week;

So for example this week my header would be top32.jpg.

Where in Drupal should i solve this problem? Should i make a module which gets the header?
Or should i make a template.php function which i call in my template like:

print theme('rotatingtop')

in template.php there will be something like:

Pages

Subscribe with RSS Subscribe to RSS - Theme development