The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Looking for a signature hack
I tried searching but came up with nothing. I'm looking for a signature hack that has "use signature" box checked when the user makes the first post / reply in a thread, but when the user makes the 2nd post and so on, the box auto unchecks itself and if the user wants to use the signature they have to manually check it. Does anybody know what I speak of? Thanks.
|
#2
|
||||
|
||||
You mean, in newthread the sig option is checked, and in newreply, it isnt?
If so, can easily be done via template edits. (Or hacking, but template edits would be easier) |
#3
|
|||
|
|||
And yeah the box would be checked in newthread but it would be unchecked in newreply ONLY if it is the user's 2nd / 3rd / 4th and so on post.
|
#4
|
||||
|
||||
Well im not entirely sure how to do it like that, the best I can do is newthread has it checked and newreply doesnt.
(My localhost isnt working, so this is from memory, so it might be wrong) open template 'newthread' find: Code:
<input type="checkbox" name="signature" value="yes" $signaturechecked> Code:
<input type="checkbox" name="signature" value="yes" checked="checked"> find Code:
<input type="checkbox" name="signature" value="yes" $signaturechecked> Code:
<input type="checkbox" name="signature" value="yes"> |
#5
|
|||
|
|||
Well I saw this hack at Tournament.com forums and I was going to ask how it was done but my account isnt activated yet, been waiting for 3 days for the admin to verify my account
I talked to a member at Tournament.com forums and they said thats how it worked. Your first post would have your signature in it and the 2nd one and thereafter would be unchecked. But thanks for the help |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|