The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
showgroups order
Hi all,
i was wondering if someone can remake the showgroups order to make it more organised, on my forum the showgroups.php (crewlist) starts with Moderator than Administrator, Supermoderators, Tech Admins there aint a order in not alfabeticle nor ordered by id number i dont think its hard to do for an expert (im just a n00b) i tryed doing it myself but couldnt find anything ^^' kind regards X-Anthype |
#2
|
||||
|
||||
Here is what i did so admin was first on the list cause the groups are listed in alpabetical order after mods.
Go to your: Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Show Groups Templates -> SHOWGROUPS Move the green code as shown below: Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - $vbphrase[show_groups]</title> $headinclude </head> <body> $header $navbar MOVE CODE HERE <if condition="$moderatorbits"> <!-- moderators --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">$vbphrase[moderators]</td> </tr> <tr> <td class="thead"> </td> <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead" width="50%">$vbphrase[forums]</td> <td class="thead">$vbphrase[contact]</td> </tr> $moderatorbits </table> <br /> <!-- end moderators --> </if> $usergroups |
#3
|
||||
|
||||
Or you could remove this:
Code:
<if condition="$moderatorbits"> <!-- moderators --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">$vbphrase[moderators]</td> </tr> <tr> <td class="thead"> </td> <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead" width="50%">$vbphrase[forums]</td> <td class="thead">$vbphrase[contact]</td> </tr> $moderatorbits </table> <br /> <!-- end moderators --> </if> I did mine like that: http://www.thekryptonian.com/about.php |
#4
|
|||
|
|||
tx dudes problem solved :banana:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|