just noticed that the secondary links which I placed in the footer block disappear on book content type pages....

why? how do I get them to display?

-thanks

Comments

sean69’s picture

I'm using sections for different pages, but I don't see how that would change, the template is exactly the same as the pages that do havbe the footer links available...

code looks like <div id="footer"><?php print $footer_message . $footer ?><?php print $closure ?></div>

yet no content in rendered page = <div id="footer"></div>

-help

zilla’s picture

you may need to go into the block itself and down where it says 'show on all pages/show on only the following pages/show only if this code is true' etc, specify the pages for those sections - sounds like whatever module you're using for sections is renaming the path or something and in turn ignoring some of the block placements - perhaps just go to one page and try that (e.g. if it's sections/sports try putting sections/* in the block configuration thing..
........................................................................
i love to waste time: http://twitter.com/passingnotes

sean69’s picture

hmmm... no the paths are still node/#, [so I did try to set the footer block to display on a particular node [node/6] and even tried node/* - which did not work and in fact removed the block from every other page that was working... ! ]

any other thoughts? - gonna try a bug report for the sections module...

-sean