maybe i have not made myself clear, let me try again
i
NEED to keep this code in, as it is part of another hack
PHP Code:
$onlinestat = "";
if(($post[miserable] == 1) || ($post[stunned] & 4)){
if(($bbuserinfo[usergroupid] == 5) or ($bbuserinfo[usergroupid] == 6) or ($bbuserinfo[usergroupid] == 7)) {
$onlinestat = "$onlinestat<br><font color=\"red\"><b>Miserable User</b></font>";
}
I cannot just leave that out or the functionality of another hack will not work
are you saying that all of your code should go before that if statement and to only keep that if statement there?
in respect to adding the code in after this
PHP Code:
$header='';
$footer='';
when i do that, i lose my forum style.. i am not adding that in, i am referring to when i add in the code that is provided
again, i use vbPortal and wonder if that has affected this hack
i'm trying to understand this, it's just a little tricky once you have other hacks involved