The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
Search for code below in functions.php (lines 274 through 278)
Code:
if (!$ignore[$post[userid]]) { eval("\$retval = \"".gettemplate("postbit")."\";"); } else { eval("\$retval = \"".gettemplate("postbit_ignore")."\";"); } Code:
if (($ignore[$post[userid]] and $post[userid] != 0)) { eval("\$retval = \"".gettemplate("postbit_ignore")."\";"); } else { eval("\$retval = \"".gettemplate("postbit")."\";"); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|