View Single Post
  #2  
Old 25-08-2008
Twilkey Twilkey is offline
Member
Release Info:
For Version: Release Version:
Release Date: 25-08-2008 Installs: 0
Last Update: Never Rating: N/A
Release Options
Install This Release
Report This Release
Files
File Type: xml vbulletin-plugins.xml (436 Bytes, 3 views)
Release Info






Default Total Social Groups

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:
Code:
<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:
Code:
<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
Attached Images
File Type: jpg 1.jpg (10.5 KB, 12 views)
Reply With Quote