The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disabling Signatures in a particular THREAD
I've looked everywhere. Chances are something like this hasn't been made... I may be wrong. It would be really useful if someone could.
I am basically looking to have it so when an author makes a thread, he or she can check a button that says "Disable signatures IN THIS THREAD" instead of just (or in addition to) the one already there that says "Disable signature", which only takes it away from that individual post the author made. This would make it so that all future relpies to that thread would not be able to have a signature. Similar to the smilies thing that disables smilies throughout the entire thread I think. If anyone could help me that would be great. for 3.0.x that is Regards, Theo |
#2
|
|||
|
|||
Any Ideas ?!?!
|
#3
|
||||
|
||||
That seems to be a difficult request, at least if you want to implement it efficiently
|
#4
|
|||
|
|||
well kirby... all im asking for is something that will disable the signature function throughout the entire thread. OR at least that function which only the admin can use when making a thead or editing one, etc.
ideas??????? |
#5
|
|||
|
|||
*sigh*
|
#6
|
||||
|
||||
well the quick and dirty way for admin would be to add a template condition into the postbit template
[html]<if condition="$post[threadid] != bla">signature html here</if>[html] as said, admin only and a very dirty way, but it will work |
#7
|
|||
|
|||
Quote:
Vielen Dank! |
#8
|
||||
|
||||
well in you postbit template you have a condition:
HTML Code:
<if condition="$post['signature']">
HTML Code:
<if condition="$post['signature'] AND $post['threadid'] != xx">
|
#9
|
||||
|
||||
how about for particular Forums?
HTML Code:
<if condition="$post['signature'] AND $forum['forumid'] != xx">
please correct my barbarian vB knowledge :P |
#10
|
||||
|
||||
that should work:
HTML Code:
<if condition="$post['signature'] AND $threadinfo['forumid'] != xx AND $threadinfo['forumid'] != yy AND $threadinfo['forumid'] != zz">
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|