mesela imzayı göstermek istemiyosun

postbit_legacy temasında

Bul:
<if condition="$post['signature']">
  <!-- sig -->
   <div>
    __________________<br />
    $post[signature]
   </div>
  <!-- / sig -->
  </if>
Değiştir:
<if condition="$post['signature'] AND $show['member']">
  <!-- sig -->
   <div>
    __________________<br />
    $post[signature]
   </div>
  <!-- / sig -->
  </if>
mantık bu