The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Social Group Forum List Details »» | |||||||||||||||||||||||||
This is a more enriched version of this mod that I made.
If you have Version 1.0 of this mod installed, please uninstall it and run through these instructions again, as I have fixed a couple crucial bugs and added some more settings. Description: This mod lists all your Social Groups in a table on the forum home, which makes it look like more forums. Instructions: First Import the product. Second Edit your FORUMHOME template. If you want the table to show above the forums, Find: Code:
<!-- / guest welcome message --> <br /> </if> Code:
<if condition="$vboptions[sgfl_enable] == 1"> <form action="group.php?$session[sessionurl]do=grouplist" method="post"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat" width="100%" colspan="5"> <div style="float:$stylevar[right]" class="normal">$vbphrase[search_groups] <input type="text" class="bginput" name="filtertext" value="$filters[text]" style="font-size: 11px;" /> <input type="submit" class="button" value="$vbphrase[go]" /></div> $vboptions[sgfl_st] </td> </tr> <tr> <td class="thead" width="100%"> <if condition="$vboptions[sgfl_createdate] == 1"> <span style="float:$stylevar[right]">$vbphrase[sgfl_group_created]</span> </if> $vbphrase[sgfl_group_name]</td> <if condition="$vboptions[sgfl_membercount] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[sgfl_group_members] </td> </if> <if condition="$vboptions[sgfl_messagecount] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[messages] </td> </if> <if condition="$vboptions[sgfl_piccount] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[sgfl_pictures] </td> </if> <if condition="$vboptions[sgfl_last_post] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[last_post] </td> </if> </tr> $sgforumlist <tr> <td colspan="5" align="center" class="tfoot smallfont"> <if condition="$show['creategroup']"> <strong><a href="group.php?$session[sessionurl]do=create">$vbphrase[sgfl_create_a_new_group]</a></strong> </if> <strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[sgfl_search_groups]</a></strong> </td> </tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="dofilter" value="1" /> </form> </if> If you want the table to show under the forums, Find: Code:
$forumhome_markread_script <!-- /main --> <br /> Code:
<if condition="$vboptions[sgfl_enable] == 1"> <form action="group.php?$session[sessionurl]do=grouplist" method="post"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat" width="100%" colspan="5"> <div style="float:$stylevar[right]" class="normal">$vbphrase[search_groups] <input type="text" class="bginput" name="filtertext" value="$filters[text]" style="font-size: 11px;" /> <input type="submit" class="button" value="$vbphrase[go]" /></div> $vboptions[sgfl_st] </td> </tr> <tr> <td class="thead" width="100%"> <if condition="$vboptions[sgfl_createdate] == 1"> <span style="float:$stylevar[right]">$vbphrase[sgfl_group_created]</span> </if> $vbphrase[sgfl_group_name]</td> <if condition="$vboptions[sgfl_membercount] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[sgfl_group_members] </td> </if> <if condition="$vboptions[sgfl_messagecount] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[messages] </td> </if> <if condition="$vboptions[sgfl_piccount] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[sgfl_pictures] </td> </if> <if condition="$vboptions[sgfl_last_post] == 1"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[last_post] </td> </if> </tr> $sgforumlist <tr> <td colspan="5" align="center" class="tfoot smallfont"> <if condition="$show['creategroup']"> <strong><a href="group.php?$session[sessionurl]do=create">$vbphrase[sgfl_create_a_new_group]</a></strong> </if> <strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[sgfl_search_groups]</a></strong> </td> </tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="dofilter" value="1" /> </form> </if> LIVE DEMO _____________________________ Version FAQ Version 1
Show Your Support
|
Comments |
#22
|
|||
|
|||
44 bugs
|
#23
|
||||
|
||||
I found a couple of bugs on this. As I use different colors on regular Vb Style, the columm "Last Post" does not match my Alt color accordingly.
Also, if characters like " was used when the Social Group was created it gives me """ instead of correct character that in this case is ". This mod got its potential just need an extra touch. Tks |
#24
|
|||
|
|||
Excellent mod.
/me clicks install |
#25
|
||||
|
||||
Yeap, upgrade fixed bugs I've reported.
Keep rock'n dude !! |
#26
|
||||
|
||||
If you let me suggest some improvments for next verision here it goes.
- Include on last post column data/time below last user's last post. This will look same design (pattern) of Vb forums. - In my case if have Social Group Forum List above my forums and there's no space between it and forums. It'd look better if you include this separation on. Cheers |
#27
|
||||
|
||||
It is lacking the link "looks at all of the groups"
|
#28
|
|||
|
|||
Fixed up a little bit and this is something that many people will install. I would myself but it lacks a few fixes that other paople have noted.
|
#29
|
||||
|
||||
great! tested fine for vb 3.7.3
|
#30
|
|||
|
|||
Could you possibly make a TABBED version of this mod? Instead of having the list of social groups on the bottom, could we have it so it simply adds the list to a tab at the top of the forum list? So we'll have two tabs, one for Forums, and one for Social Groups? Very much like the user profile tabbing in vb3.7.x
I figure you can just use the code directly from the user profile tabbing system and simply copy it over. Then just put the social group tables inside one of the DIVs. |
#31
|
||||
|
||||
i installed.thanks
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|