Quote:
Originally Posted by peterska2
I've not tested it but try making this edit in your postbit or postbit legacy template.
FIND
$post[iplogged]
REPLACE WITH
<if condition="userinfo[usergroupid=6]"> <else />$post[iplogged]</if>
It should work
|
wow thank you!!
but i'm getting this error:
vBulletin Message The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected '[' in /forums/includes/adminfunctions_template.php(3055) : eval()'d code on line 17
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
please help