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
(1) Will Drupal 4.7 support the current xtemplate themes?
(2) Will version 4.7 support the currently available phptemplate themes or will these phptemplate themes have to be updated to support 4.7's new features?
I am currently working on a modifed version of the Kubrick theme that has a flash header. The flash header will display the name of the drupal site in it based on a variable... all that is easy!
But... I am having troubles like always viewing in different browsers :)
Firefox shows up fine... but in IE I get a 1px line underneath the flash header? what could be causing this?
I can post my style.css and page.tpl.php if needed...