Quote:
Originally Posted by MobileBros
hey is there anyway i can remove this from the forumhome template and only show on the forumdisplay?
|
Well, im not 100% sure wether this would work, but it should.
Goto Style Manager => Edit Templates => hs_sotw
Find:
HTML Code:
<if condition="$vboptions['sotw_enabled'] == 1">
Add below:
HTML Code:
<if condition="THIS_SCRIPT=='forumdisplay'">
Find:
HTML Code:
</table>
<br />
Add below:
Hope it works for you