Quote:
Originally Posted by xtreme-mobile
ive downloaded the templates file that you told me to downlaod and im following it all the way down
only problem is ive got as far as editing the POSTBIT templates and in postbit it asks you to find some text and replace it.
ive managed to find the first set of text and replaced that but i cant find the second half it says not found
im looking for:
Also in postbit, find the code below:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
but this says not found
any ideas what i can do?
|
This is what I can see in my postbit template:
PHP Code:
$vbphrase[posts]: $post[posts]
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Right below that, add:
PHP Code:
<if condition="$post[usergroupid]==2">
<if condition="$post[warning_level]>0">
<font color="#ff0000">
</if>
<BR>Warnings Level: $post[warning_level]
<font color="#000000">
</if>
I hope you can find it, I just checked it.
Rgds