PDA

View Full Version : Forum Home Enhancements - Total Social Groups


Twilkey
08-14-2008, 10:00 PM
This addition will show your total social groups 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 SocialGroups: $countsocialgroup

ShawneyJ
08-15-2008, 11:00 AM
damn doesnt work with my custom styles, but screen shot looks ok. cheers.

Twilkey
08-15-2008, 04:35 PM
Whats not working?
Maybe you need to just look for code that is in your template. Post your FORUMHOME template and I can help you.

Gamelobby
11-16-2008, 04:41 AM
Total SocialGroups: $countsocialgroup
So you just add ^^^^^^^ after the closed </if> tag.?


*edit*

Yep works perfect.
Thanks