The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to Auto Enable Signature Checkbox in Quick Reply Mobile Style
Hi..
I'm using v4.2.0, and i saw the default mobile style dont have option to choose enable/disable signature option in Quick Reply, so i have to go to "Go Advance" then the signature option appear. Is it possible to have that option in the quick reply too? so member dont have to go to "Go Advance" everytime when they want to enable the signature in the Post. Or could someone tell me the name of the quickreply templete? or where the code is? so i can add this to it: Code:
<vb:if condition="$bbuserinfo['signature'] != ''"> <input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" {vb:raw checked.signature} /> <label for="cb_signature">{vb:rawphrase show_your_signature}</label> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|