The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Usergroups in postbit modification?
I tried to install this: https://vborg.vbsupport.ru/showthrea...=107356&page=2 on 3.6.7, but it's still not working for whatever reason; additional groups are not showing up.
Is there a template hack to allow additional users to show up on 3.6.7? |
#2
|
||||
|
||||
I don't think there is, but it shouldn't be hard. Edit the template and put in the query... Something like this:
PHP Code:
|
#3
|
|||
|
|||
I'm not sure if that will work, because some users are in several different usergroups
Code:
<div class="info"><b>Group:</b> {$GLOBALS['vbulletin']->usergroupcache[$post[usergroupid]]['title']}</div> <if condition="$groupstr != ''"><div><b>$vbphrase[member_groups]:</b> <br>$groupstr</div></if> <if condition="$show['reppower']"><div class="info"><b>$vbphrase[reppower]:</b> $post[reputationdisplay] $post[reppower]</div></if> Edit: Just tested the code you provided. It does not work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|