Social Group List
This modification is in the archives.
I decided to make this mod when I seen that someone wanted it in one of the forums.
If you would like a more detailed and enriched list on your Forumhome, then try another one of my mods. What this does is, It adds a box to the Whats Going On table that lists the social groups. You can Enable/Disable the mod Enable/Disable the total number of groups. Installation: Import the product. Edit the FORUMHOME Template. Find: Code:
</table> <br /> <!-- end what's going on box --> Code:
<if condition="$vboptions['sglist_enable'] == 1"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_sglist')"><img id="collapseimg_forumhome_sglist" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a> $vbphrase[sglist] <if condition="$vboptions['sglist_enable_count'] == 1">($countsocialgroup)</if> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_sglist" style="$vbcollapse[collapseobj_forumhome_sglist]"> <tr> <td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="Social Group List" border="0" /></a></td> <td class="alt1" width="100%"> <div class="smallfont"> $sg_list </div> </td> </tr> </tbody> </if> Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Forum Home Enhancements Social Group Forum List | vBulletin 3.7 Add-ons |