View Full Version : Make IP's public in only one forum?
Is there any way (yes i searched) to make IP's available to all our registered members, in just one forum?
Thx
CJ
Logician
09-27-2003, 02:28 PM
edit functions.php, find:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
before that add:
if ($forum[forumid]==X AND ($bbuserinfo[usergroupid]==2 OR $bbuserinfo[usergroupid]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7))
{
eval("\$post[iplogged] = \"".gettemplate("postbit_ip_show")."\";");
}
Replace X with your forumid
Thanks ALOT!
It really helps us out (lots of rippers in our B/S/T) so we want to make there ip's public, so no one can rip!
Thanks again!
CJ
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.