Hello i am trying to change the radom image header to having an image per term as instructed here
http://adaptivethemes.com/show-a-unique-header-image-based-on-path
I am no coder and have found the easiest way to do it is by adding just this line of code-
<img src="<?php print $base_path . unique_section_header(); ?>" />
bellow this line in the page.tpl
<?php if (isset($masthead)) { print $masthead; } ?>
Everything is working well although i still have the rotating image going on in the background. Is there a way i can 'switch off' the rotating image? tx
You can view my masthead woes here-
http://slippr.com/
Comments
Comment #1
Pedro Lozano commentedHave you tried this module? http://drupal.org/project/nitobe_masthead_image
Comment #2
mariposey commentedI would love to use this module. I'm totally new to drupal, and the readme.txt file is empty. Where exactly do I place the extracted files? How do I install this module...? Have searched everywhere...
Thanks.
Marisa
Comment #3
Anonymous (not verified) commentedTransferring this support request to the nitobe_masthead_image module.
Comment #4
Bockereyer commentedI use the nitobe_masthead_image module and have assigned some header images to specific nodes but the image doesn't change until I do a page refresh.
Comment #5
Pedro Lozano commentedComing from the nitobe issue queue. I don't see anything to solve or answer here.