Quote:
Originally Posted by LoveStream
Thank you. and I see your good hack.
But, I also have been seek the exactly what I desired but not same with that you made.
I think your way is more useful to switch for user easily, but if we want to force a specific foum with his child one to change the layout, the way of each forum based option to on/off would give more adjustable.
Indeed that is I needed to mine.
|
This hack relies on the power of
vb4 Template Conditionals.
In your case, if you want certain forums to have postbit or postbit legacy, your code would be thus:
1) Find the forum ID of each forum that you want in the postbit (horizontal) layout, write them down.
2) Replace Step 3 (a & b) with this:
Code:
<vb:if condition="in_array($forum['forumid'], array(x,y,z))">
(Replace x,y,z with the forum ID's you want in the horizontal layout, everything else will be in the postbit_legacy layout.)
3) follow the rest of the instructions above.