Heisenberg submitted a new resource:
You must be registered for see links
- Hide Signature and Avatar in specific forumvB Version: 3.8.x
Today's post is about hiding signature or/and avatars in threads in specific forum, its very easy and simple.
First, open your postbit, or postbit_legacy template.
- Hiding signatures
Find:
Code:<if condition="$post['signature']">
Replace it with:
Code:<if condition="$post['signature'] AND !in_array($thread['forumid'],array(2,47))">
IMPORTANT NOTICE: Replace 2 & 47 with...
You must be registered for see links
Last edited: