I installed this earlier this evening, but uninstalled it as it wasn't working at all for me.
I just checked FORUMHOME template, and
HTML Code:
{vb:raw template_hook.forumhome_wgo_pos6}
is present between
HTML Code:
<!-- End Members Today -->
and
HTML Code:
<vb:if condition="$show['upcomingevents']">
I had the following existing modification to this template:
HTML Code:
<!-- Start modification by Snowhog on 02-05-2012 -->
<!-- legend -->
<p></p>
<center>[<span style="color: red; font-weight: bold;">Administrator</span>] [<span style="color: blue; font-weight: bold;">Super Moderator</span>] [<span style="color: purple; font-weight: bold;">Moderator</span>]</center>
<p></p>
<!-- /legend -- >
<!-- End modification by Snowhog on 02-05-2012 -->
inserted between
HTML Code:
<!-- end logged-in users -->
and
HTML Code:
</div>
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos2}
which I commented out before installing the MOD, but as I said above, it didn't work for me. Suggestions?