![]() |
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 |
Any Ideas ?!?!
|
That seems to be a difficult request, at least if you want to implement it efficiently
|
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??????? |
*sigh*
|
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 |
Quote:
Vielen Dank! |
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"> |
how about for particular Forums?
HTML Code:
<if condition="$post['signature'] AND $forum['forumid'] != xx"> please correct my barbarian vB knowledge :P |
that should work:
HTML Code:
<if condition="$post['signature'] AND $threadinfo['forumid'] != xx AND $threadinfo['forumid'] != yy AND $threadinfo['forumid'] != zz"> |
ok xenon, thanks a lot for the help
Could you please also correct/alter this thought I had after I saw your reply: Suppose you were to put a small checkbox in the 'other options' part when making a thread for an admin, so that when checked, it would automatically place that thread ID # into that =xx place you just mentioned.... would this be possible?? Many thanks |
nope, that won't work
or better said yes it is of course possible, but not really a good way to code it, then adding a new threadoption, and doing it completly in the code would be better. |
Quote:
This will help on a few 1,000+ replies spamthreads I have which need to be de-signatured, so thanks for that... I was just hoping that since when you make a thread there is a "Disable similies in this thread" option you could just as easily make a "Disable signatures in this thread" option as well. Apparently its not that easy.. thanks for your time! Bis Bald |
That option on Thread Tools dropdown would be sweet.
Thank you Xenon for the help, really. I've been asking for this for quite a long time. |
yeah COBRAws... I searched for like ... weeks for this all over the freaking place. And so many people want it / would use it it's not even funny. Too bad there's not someone out there who can work on it and make it.
Good luck in whatever you're trying to accomplish with it... at least we are one step ahead |
uhmmm for some reason, signatures on the forums I specified are still showing.
I user 3.5.0 and did this on postbit template: HTML Code:
<if condition="$post['signature'] AND $threadinfo['forumid'] != 32"> |
|
All times are GMT. The time now is 05:44 AM. |
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:
|