Quote:
Originally Posted by dartho
Edit the FORUMHOME template, search for
HTML Code:
<!-- what's going on box -->
and replace with
HTML Code:
<vb:if condition="$vbulletin->options['ls_whats_on']">
<!-- what's going on box -->
then search for (near end of template)
HTML Code:
<div class="oldwindowbg">{vb:raw upcomingevents}</div>
</vb:if>
{vb:raw footer}
and replace with
HTML Code:
<div class="oldwindowbg">{vb:raw upcomingevents}</div>
</vb:if>
</vb:if>
{vb:raw footer}
|
Thanks! That did it. :up: