The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple request .. Show IP's in public in ONE forum
OK, i forget, but someone hooked me up with this for vB2.3.x, and now i need it for 3.0.0, but forget what it was!!!
Just need it to show the IP's in public for our BST forums THX again! CJ |
#2
|
|||
|
|||
Its old, but i needs it
BUMP (about 3 months overdue ) |
#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 |
#4
|
|||
|
|||
Thx, works great!!
Once again, you guys bail me out, i gots a little tiny hack coming, w/ password protected forums and super mods (not really a hack, just a "remove this line", but good enough!) Thx! CJ |
#5
|
|||
|
|||
your welcome
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|