Log in

View Full Version : Right hand side bar


Scribbller
12-09-2006, 02:13 PM
Is there any way to create a right hand side bar on FORUM HOME and FORUM DISPLAY pages but not on the showthread page?

RedTyger
12-09-2006, 05:11 PM
Surround your right side bar code with:

<if condition="in_array(THIS_SCRIPT, 'index', 'forumdisplay')">
SIDEBAR CODE
</if>