![]() |
Hide Signature and Avatar in specific forum
1 Attachment(s)
Hello everybody,
This is my first modification I post in vBulletin.org, and I hope it will be a good start for me and I keep posting new modifications for you. Today's post is about hiding signature or/and avatars in threads in specific forum, its very easy and simple.
Find: Code:
<if condition="$post['signature']"> Replace it with: Code:
<if condition="$post['signature'] AND !in_array($thread['forumid'],array(2,47))"> You're done ! :D
Open your postbit, or postbit_legacy template. Find: Code:
<if condition="$show['avatar']"> Replace it with: Code:
<if condition="$show['avatar'] AND !in_array($thread['forumid'],array(2,47))"> IMPORTANT NOTICE: Replace 2 & 47 with the forum id you want to hide avatars from it, if you want to add more forum numbers add comma between them. I hope this modification would be useful for everyone. Regards, Ibrahim Mohammed |
|
Quote:
|
great work, thank you!
Installed |
if we want to hide sigg in multiple forums... can we just add comma and put next forum id? would that work?
coz when i try to add, multiple forums. i get this error Code:
The following error occurred when attempting to evaluate this template: PHP Code:
|
any way to change this to hide the member names as well?
|
Quote:
Code:
<if condition="$show['profile']"> Code:
<if condition="$show['profile']" AND $thread['forumid'] != 2"> that should do it as when I removed that code the names were gone from my forums. I did not trick it via the forum id I simplt removed, saved, viewed, then corrected it back to original. S-MAN |
Quote:
PHP Code:
S-MAN |
Quote:
this is not working this is working good : <if condition="$show['avatar'] AND ($thread['forumid'] != 3 and $thread['forumid'] != 58 and $thread['forumid'] != 34 )"> |
Quote:
|
All times are GMT. The time now is 10:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|