PDA

View Full Version : simple probably


winston
11-03-2001, 04:34 AM
I have version 2.20 and cant find this code in showthread.php
Has it been moved in the newer versions of vbull?
if ($post[ip]!="") {
if ($logip==2) {
eval("\$post[iplogged] .= \"".gettemplate("postbit_ip_show")."\";");
}
if ($logip==1) {
eval("\$post[iplogged] .= \"".gettemplate("postbit_ip_hidden")."\";");
}
if ($logip==0) {
$post[iplogged]="";
}
} else {
$post[iplogged]="";
}

$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);

Thnx for any help

oh yeah, That glowing online/offline under avatar thing is kewl!

Admin
11-03-2001, 06:42 AM
This code was moved from showthread.php to functions.php, in its own function, getpostbit().
It was moved a while back, not just in v2.2.0.

winston
11-03-2001, 01:30 PM
I just started with 2.20 so I have no experience with the older versions, I found it though, in functions.php
I appreciate your help!!:D