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've ran into a problem with my drupal menu on Internet Explorer 7.
I used clear:both; on the li classes to prevent the menu items from overlapping eachother. This worked for me in FF and IE6 but IE7 ignores it. You can see it in action here:
I'm trying to theme a CCK content type. I've created the new content type called "Subject Guide" and have created a new node using this content type. I've placed the new theme file, e.g., node-subject_guide.tpl.php in my theme directory (e.g., /drupal/themes/bluemarine). However, when I view the node in my browser, it's not reading node-subject_guide.tpl.php. I've tried this with/without a template.php file, and I've tried placing the .tpl.php file in the modules/cck/themes folder, but nothing seems to work.
I'm working on modifying a theme's PHP variables (I think that's what they're called - I'm not really all that great with PHP, by any means), and basically, I want to make something that will take a series of inputs and turn it into an image and a link. Sort of like this
I've been using the B7 theme for over a year now and it's worked great except for I've never been able to get the Primary menu to work. When I activate it, all that appears in the Primary menu is "| Array | Array |" etc.
Here's the code in the page.tpl.php file for the B7 theme:
Hi All,
I have read through the handbook and read a guide on how to add another region but the code in my files seems differnt. I am using the Garland theme. http://www.spainserve.com
I want to add a region directly above the welcome to box but just cannot suss it out.