Signatures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blade-uk
    Senior Member
    • Jan 2004
    • 532
    • 3.7.x

    Signatures

    I just edited my code so that on the quick reply box and normal reply there is no check box for people to show their signature, as i want them to have their signature in EVERY post, and not be able to turn it off that way.

    How can i make it so that they have the signature in every post as default, and is there a query to back track this, so that people's post in the past aquire their signature, as it normally only applies upto when you apply your signature.

    Sorry if i don't make any sense lol
    http://www.eteknix.com/images/misc/vbulletin4_logo.png
    eTeknix.com - http://www.eteknix.com
    eTeknix Forums - http://forums.eteknix.com
  • Aros
    Senior Member
    • Jun 2002
    • 323
    • 3.7.x

    #2
    Edit showthread_quickreply;
    Search for:
    Code:
    			<input type="hidden" name="p" value="$qrpostid" id="qr_postid" />
    Add Below:
    Code:
    			<input type="hidden" name="signature" value="1" />
    That sets signature to value 1 automatically.

    Do this for any other template you want the signature automatically displayed aswell.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...