In showthread.php v2.0.1 this line exists but......
In v 2.0.2 it dosent, where was it moved? or replaced by another code?
I'm intresed in this line
"$post[message]"
without it my hack add on wont work!
Thanks!
PHP Code:
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]);
I'm intresed in this line
PHP Code:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
without it my hack add on wont work!
Thanks!
Comment