Hi,
Is it possible to have with some nodes a rightbar block and on some nodes no rightbar block? I did manage to do so by coding some php in some rightbar blocks to show only with certain nodes but with the nodes without a rightbar block the content spreads to the right. I would like do be the rightbar empty in that case. Is this possible?
Best regards, Sjaak Terwindt.
Using the following version of Denver
Nightly development snapshot from CVS branch: HEAD
Download: denver-5.x-1.x-dev.tar.gz
Size: 188.78 KB
md5_file hash: d45e0409e11c022d69065e2b0e22b910
First released: October 20, 2007 - 23:28
Last updated: November 19, 2007 - 00:02
and using Theme Settings API 5.x-2.4
Comments
Comment #1
colorado commentedI'm pretty sure I've seen a module that allows you to enable certain blocks to display only on specific nodes. That functionality is not within the scope of theme development, however. You can use CSS (display:none; for example) to hide any element on a specific node by including that css in the node body.
I hope this helps.
Comment #2
colorado commentedComment #3
sjaakter commentedThanks.
I'll try to find this module or try using CSS.
Best regards,
Sjaak.
Some hour later :-).
I've found it. It's the block_assign module.
Thanks again.
Comment #4
ryo commentedCongrat!