PDA

View Full Version : How to Auto Enable Signature Checkbox in Quick Reply Mobile Style


Gripi
01-06-2013, 08:20 AM
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:


<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>