The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
POstbit to not show in specific forum?
Is there a way to hide the postbit on certain forums?
|
#2
|
|||
|
|||
Would this be the postbit in it's entireity, or everything bar the posters name, or anything else?
Please post more details, and if possible some photoshopped impressions of what you are after, and I will see what I can do. Note: if you are wanting to have the users names removed, then you will also require the signatures removing, otherwise it will still be obvious who has posted. |
#3
|
||||
|
||||
Heh...Or something like:
Code:
<if condition="$thread['forumid'] == x"> <else /> Postbit content here... </if> |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Isn't that was kofoid wanted? LOL. I too should have asked kofoid to clarify "hide the postbit" but I took it literally and went ahead with the code. While the code will hide the entire postibit for a particular forum it wouldn't make much sense in the least since no useful information would be displayed.
|
#6
|
|||
|
|||
hehehe thanks you two! I actually am looking to have it only show the standard vb postbit info. I have all sorts of add-ons like P3tz, Flags, vbPlaza, etc.... so I want all of that stuff hidden and only Name, Title, Join Date and Posts showing.
|
#7
|
|||
|
|||
ok, put
Code:
<if condition="$thread['forumid'] != x"> Code for additional stuff </if> |
#8
|
||||
|
||||
I still like the wiping the entire postbit off the Show Thread page. I'll find use for it somewhere. LOL.
*Reflects that he should have done it during April Fools Day* |
#9
|
|||
|
|||
LOL yeah OK well we have a year to do it now - but I like the April Fools Idea!
THANKS for the solution! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|