PDA

View Full Version : Forum Home Enhancements - Social Group List


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>

cdnbacon
08-27-2008, 07:04 AM
Do you have a demo available?

yahoooh
08-27-2008, 07:36 AM
how about if the social groups large in number ?

ShackMaster
08-27-2008, 12:51 PM
I certainly appreciate this and have installed it. Of course I want more... nothing like someone always wanting more is there?

What would be nice is if we could make a category box to match the forumhome category boxes and have it be the last section on the forumhome page... add the following box...

86203

Except we could change that phrase to "Study Groups" instead of "Available Groups". (We changed our "Social Groups" to Study Groups").

Many Thanks!

Twilkey
08-27-2008, 08:50 PM
I certainly appreciate this and have installed it. Of course I want more... nothing like someone always wanting more is there?

What would be nice is if we could make a category box to match the forumhome category boxes and have it be the last section on the forumhome page... add the following box...

Except we could change that phrase to "Study Groups" instead of "Available Groups". (We changed our "Social Groups" to Study Groups").

Many Thanks!

Next time can you add the image to your attachments? That image is way to big. Also, I made the mod you requested. It can be found here (https://vborg.vbsupport.ru/showthread.php?t=189302).

ShackMaster
08-28-2008, 11:32 PM
Thanks... sorry about the large image. I changed it to an attachment.

Gamelobby
11-16-2008, 04:51 AM
It says "Find:"
then "Add Above:"

Meaning to add the code above the code in "Find:"..?
I just want to make sure im putting it in the right place.. normally it says replace.

Thanks

*edit*
Well it looks great on the forum, but the links do not work.
I guess there is some editing to do.. as to where your social groups are located. (filepath)

Added "/forums" to XML works great.!