Twilkey
08-26-2008, 10:00 PM
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. (https://vborg.vbsupport.ru/showthread.php?t=189302)
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:
</table>
<br />
<!-- end what's going on box -->
Add Above:
<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>
If you would like a more detailed and enriched list on your Forumhome, then try another one of my mods. (https://vborg.vbsupport.ru/showthread.php?t=189302)
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:
</table>
<br />
<!-- end what's going on box -->
Add Above:
<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>