Quote:
Originally Posted by Taurus1
When I choose not to show the "What's going on" section it still shows though. Any ideas on that? Thank you very much!
|
oops ...
edit the FORUMHOME template, search for
Code:
<!-- what's going on box -->
replace with
Code:
<vb:if condition="$vbulletin->options['ls_whats_on']">
<!-- what's going on box -->
then search for
Code:
</vb:if>
{vb:raw footer}
replace with
Code:
</vb:if>
</vb:if>
{vb:raw footer}