WBCE CMS – Way Better Content Editing.
You are not logged in.
My page has two sections.
1. BTcolumns module
2. OneForAll Module
When the page loads, I see the BTcolumns content and the OFA overview content. This is great.
But when I click to read more on any of the OFA items, and the OFA Details page opens, I do not want to see the BTcolums section at the top of those pages.
Any suggestions?
Offline
1) Put the BTcolums module section into an unvisible block.
(if you do not have one, just add
$block[99] = 'hidden';
to the info.php of your template, and then assign that section to the block "hidden")
2) In the OfA header settings, use the sectionpicker droplet to call the BTsection:
[[sectionpicker?sid=123]]
where 123 is the section ID of the BTsection.
That's all.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
losttrip