Quote:
Originally Posted by jokerz
At first, I didn't like this right column because I tried to figure out how to get this column under the navbar, not very top next to the header. Finally I figured out, also I wanted to display the column on forum index only - not in every forum page. Now.. This is good column Thanks for it.
DJCobol:
From what TSR said. Check very top <br /> in product xml or right side bar codes you have.
|
To display only on your forum index
In your header template:
Find:
Replace it with
Code:
<if condition="THIS_SCRIPT == index">$leftcolumn </if>
And in your Footer template:
Find:
Replace it with:
Code:
<if condition="THIS_SCRIPT == index">$rightcolumn</if>