Quote:
Originally Posted by MoB Dudditz MD
In your postbit and postbit_legacy
FIND:
PHP Code:
<if condition="$show['avatar']">
REPLACE WITH:
PHP Code:
<if condition="$show['avatar'] AND $show['member']">
FIND:
PHP Code:
<if condition="$post['signature']">
REPLACE WITH:
PHP Code:
<if condition="$post['signature'] AND $show['member']">
|
I tried this but doesn't work for 3.6.8 are you able to help me? All i want to do is hide the signatures unless you are logged in.