The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ap - Groups Details »» | |||||||||||||||||||||||||
Ap - Groups
I didnt like view default vbulletin groups page and i decided make this plugin... Mark as Installed - Nominate for MOTM Install Please read the readme.txt file. Ap - Groups Go to your admin cp, then: vBulletin Options -> Ap - Groups -> Modifications Info Plugin : 5 Template : 3 Setting : 3 Versions: v1.0 - 18 June 2008 - First release v1.1 - 18 June 2008 - Some template bugs fixed - Phrase bug fixed - Added "Groups Description Cut" v1.5 - 20 June 2008 - Some template bugs fixed - Phrase bug fixed - Changed "Groups Description Cut" with "Groups Comments Cut" - Added "Active Groups Name Cut" - Added "Popuplar Groups Name Cut" - Added "Latest Post - Groups Name Cut" - Some php codes changed - Style 1 Deleted, Style 2 Actived DEMO: http://www.aktifpaylasim.com/gruplar Show Your Support
|
Comments |
#2
|
|||
|
|||
Thanks, it is very nice... =) *me clicks installed*
|
#3
|
|||
|
|||
I am not sure what this does? Does it provide blocks for latest groups and popular groups or does it change the layout of the groups ?
|
#4
|
||||
|
||||
Quote:
@redraider; yes it does change the layout of the social groups and add 3 statistics blocks you can see online demo at here http://www.vbulletin-turkey.com/foru...p.php?langid=1 User: Sylar Pass: 123456789 |
#5
|
|||
|
|||
Nice
|
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
I'm having issues with layout.
I'm using a fluid template and i'm getting issues with how the blocks are put together on the groups page. Here is a screenshot |
#8
|
||||
|
||||
Quote:
replace SOCIALGROUPS with this code HTML Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - $custompagetitle</title> </head> <body> $header $navbar <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td width="30%" valign="top"> <form action="group.php?$session[sessionurl]do=grouplist" method="post"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr><td class="tcat">$vbphrase[search_groups]</td></tr> <tr><td class="alt1"> <input type="text" class="bginput" name="filtertext" value="$filters[text]" style="font-size: 11px;" /> <input type="submit" class="button" value="$vbphrase[go]" /> </td> </tr> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat"> <span style="float: right">$vbphrase[members]</span>$vbphrase[ap_popular_groups] </td> </tr> $ap_pop_grupbit </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat"><span style="float: right">$vbphrase[posts]</span>$vbphrase[ap_mostactive_groups]</td> </tr> $ap_ak_grupbit </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat">$vbphrase[ap_latestpost_group]</td> </tr> $ap_grupmesajlarbit </table> </td> <td width="70%" valign="top"> <if condition="$show['errors']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr align="$stylevar[left]"> <td class="tcat"> $vbphrase[errors_occured_with_search] </td> </tr> <tr> <td class="alt1"> <ol>$errorlist</ol> </td> </tr> </table> <br /> </if> <if condition="$mygroup_bits"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="margin-bottom:20px"> <tr> <td class="tcat" colspan="3" valign="top">$vbphrase[you_are_a_member_of_the_following_groups]</td> </tr> <tr> <td class="thead" width="100%">$vbphrase[group_name]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[joined_group]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[options]</td> </tr> $mygroup_bits </table> </if> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat" width="100%" colspan="5"> $grouplisttitle </td> </tr> <if condition="$grouplist"> <tr> <td class="thead" width="100%"> <span style="float:$stylevar[right]"><a href="$sorturl&order=desc&sort=created">$vbphrase[group_created]</a> $sortarrow[created]</span> <a href="$sorturl&order=asc&sort=name">$vbphrase[group_name]</a> $sortarrow[name] </td> <td class="thead" align="center" nowrap="nowrap"> <a href="$sorturl&order=desc&sort=members">$vbphrase[group_members]</a> $sortarrow[members] </td> <if condition="$show['gminfo']"><td class="thead" align="center" nowrap="nowrap"> <a href="$sorturl&order=desc&sort=messages">$vbphrase[messages]</a> $sortarrow[messages] </td></if> <if condition="$show['pictureinfo']"><td class="thead" align="center" nowrap="nowrap"> <a href="$sorturl&order=desc&sort=pictures">$vbphrase[pictures]</a> $sortarrow[pictures] </td></if> </tr> $grouplist <else /> <tr> <td class="alt1" align="center" colspan="5">$vbphrase[no_groups_to_display]</td> </tr> </if> <tr> <td colspan="5" align="center" class="tfoot smallfont"> <if condition="$show['creategroup']"> <strong><a href="group.php?$session[sessionurl]do=create">$vbphrase[create_a_new_group]</a></strong> </if> <strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[search_groups]</a></strong> </td> </tr> </table> </td> </tr> </table> <if condition="$pagenav"> <div style="margin-top: $stylevar[cellpadding]px">$pagenav</div> </if> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="dofilter" value="1" /> </form> $footer </body> </html> |
#9
|
|||
|
|||
Perfect, thankyou Hasann
|
#10
|
||||
|
||||
Quote:
Open socialgroups_mygroups_bit template Change all codes with this codes: ########################### <tr> <td class="alt1" width="100%"> <a href="group.php?$session[sessionurl]groupid=$mygroup[groupid]">$mygroup[name]</a> <div class="smallfont">Join Date: $mygroup[joindate]</div> <if condition="$show['group_options']"> <if condition="$show['edit_group']"> <a href="group.php?$session[sessionurl]do=edit&groupid=$mygroup[groupid]">$vbphrase[edit_group]</a> </if> <if condition="$show['delete_group']"> | <a href="group.php?$session[sessionurl]do=delete&groupid=$mygroup[groupid]">$vbphrase[delete_group]</a> </if> <if condition="$show['leave_group']"> | <a href="group.php?$session[sessionurl]do=leave&groupid=$mygroup[groupid]">$vbphrase[leave_social_group]</a> </if> <else /> $vbphrase[n_a] </if> </td> </tr> ######################### |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|