Signature how disable?
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=26824
Printed Date: 03 April 2026 at 12:11am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Signature how disable?
Posted By: diracco
Subject: Signature how disable?
Date Posted: 12 January 2009 at 10:11pm
|
Please, can i disable Signature from members? Limit 200 chars i want change this for 0 (ZERO) chars.
|
Replies:
Posted By: 123Simples
Date Posted: 13 January 2009 at 1:34pm
If you check the register.asp file I think you could amend the signature by changing the line below
'If long reg form is not on then don't need to check the lengh of the signature If ((blnLongRegForm AND strMode = "new") OR (strMode <> "new")) AND (intUpdatePartNumber = 0 OR intUpdatePartNumber = 2) Then %> //Check that the signature is not above 200 chracters if (formArea.signature.value.length > 200){ errorMsg += "\n\t<% = strTxtErrorSignatureToLong %>"; errorMsgLong += "\n- <% = strTxtYouHave %> " + document.frmRegister.signature.value.length + " <% = strTxtCharactersInYourSignatureToLong %>"; }
From 200 to 0 which should do it. But obviously when peeps take the time to fill in a signature and then get a pop-up saying its too long they might get frustrated
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: Scotty32
Date Posted: 14 January 2009 at 6:42pm
Editing the Javascript alone would be a very bad idea, as it is easy to get round (eg just turn JS off)
My advise would be to remove the Signature box part from the profile completely.
I thought there was an option in the Admin area, but after a quick look i might of been thinking of Emoticons.
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
|