Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I made another advance to the theme though. Now you can have an MP3 Player in the flash header! It will play one song, The User has to push play to listen to it though... because drupal reloads the whole page each time causing the song to restart.
Kubrick Advanced is a modified theme. The original theme was done by Michael Heileman and it is one of the most successful blog themes ever. The original theme just contained an image header. I decided that was not enough. I implemented a Flash header into it and tested it in IE and FireFox. The flash header shows the site name and slogan and it fades from one to another. The site name and slogan are customizable through a text file containing two variables, Making this theme the first Drupal theme to ever be made with a cutomizable flash header!
I ended up packaging 22 separate themes in the one distribution, most of them cribbed from the wordpress style competition site that was posted earlier.
I need to change the logo for my page according to the taxonomy the visitor is in, for a couple of the taxonomies. Is there any way of writing a statement in page.tpl.php that says if taxonomy ID of the currently displayed node equals 13, then a certain gif image should be shown. And if else, another image should be shown? This shouldn't be too hard, but I'm a a beginner with php, so I don't really know...
I can access admin/modules just fine with the built in bluemarine template
but with my custom theme, I get this error:
user error: You have an error in your SQL syntax near ') AND n.status = 1' at line 1
query: SELECT COUNT(DISTINCT(n.nid)) FROM node n INNER JOIN term_node tn ON n.nid = tn.nid WHERE (n.language ='en' or n.language = '') AND tn.tid IN () AND n.status = 1 in database.mysql.inc