The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
here ya go mate
open up functions_showthread.php and find Code:
if ($vboptions['logip'] == 2) { $show['ip'] = true; eval('$post[\'iplogged\'] .= "' . fetch_template('postbit_ip') . '";'); } Code:
if ($vboptions['logip'] == 2 || $thread['forumid'] == XX) { $show['ip'] = true; eval('$post[\'iplogged\'] .= "' . fetch_template('postbit_ip') . '";'); } Haven't tested it yet, but I should work ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|