PDA

View Full Version : Forum Home Enhancements - Total Usergroups


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

djxcee
08-06-2008, 01:37 AM
I'm using 3.7.0 Gold and my social total group is wrong. I have two groups created yet my statistics show 8 total groups.

Twilkey
08-06-2008, 05:55 AM
This isnt for social groups. It is for usergroups.

djxcee
08-06-2008, 07:19 AM
Whoops, didn't see that :(.
Useful plug-in either way.

Any possibility to creating a total social groups plug-in?

Chris Sotier
09-14-2008, 12:51 AM
Nice thanks!