Twilkey
06-11-2008, 10:00 PM
This addition will show your total usergroups in the stats section of the whats going on table.
Installation:
Upload the Plugin.
Edit your FORUMHOME template.
Search for:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>Replace with:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers,</span>
</if>
Total Usergroups: $countnogroup
Installation:
Upload the Plugin.
Edit your FORUMHOME template.
Search for:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>Replace with:
<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers,</span>
</if>
Total Usergroups: $countnogroup