The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Open admin/functions.php
Find: Code:
// do posts from ignored users if (($ignore[$post[userid]] and $post[userid] != 0)) { eval("\$retval = \"".gettemplate("postbit_ignore")."\";"); } else { eval("\$retval = \"".gettemplate("postbit")."\";"); } Code:
// do posts from ignored users if (($ignore[$post[userid]] and $post[userid] != 0)) { eval("\$retval = \"".gettemplate("postbit_ignore")."\";"); } elseif ($bbuserinfo[usergroupid]==X) { eval("\$retval = \"".gettemplate("postbit_contributor")."\";"); } else { eval("\$retval = \"".gettemplate("postbit")."\";"); } ![]() Satan |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|