The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Signature Editor edits?
I cannot find a way to stop the signature editor from parsing URLs.
Can someone point me in the right direction? We want members to be able to use vb code in their signatures. So, shutting it off is not an option.. But the signature editor in user cp parses everything it perceives as a link. We allow two active links in signatures. It's not uncommon for someone to have more, and yet not have them formatted. It's within the guidelines. But, it's not within the sig editor. It's not uncommon for someone to have two links and their email address simply displayed. But the editor links the email address and puts them over limit. Can someone explain how to get the signature editor to allow an option, like when posting, to "automatically parse URLs?" |
#2
|
|||
|
|||
Well, that's an interesting incident.
It seems the vB folk had to disable the display of this option. Why? I think I remember some announcement being made about some possible XSS vuln in some bbcode utilities. So, the vB people changed their templates to disable the showing of the "parseurl" option. This can be found in several templates: Code:
<input type="hidden" name="parseurl" value="1" /> So, if you change the templates to reflect: Code:
<input type="hidden" name="parseurl" value="0" /> The templates this can be found in: calendar_edit editpost newpoll newreply newthread pm_newpm SHOWTHREAD threadadmin_mergeposts usernote_note if you wanna show the option, change it to: Code:
<input type="checkbox" name="parseurl" id="parseurl" checked="checked" /> <label for="parseurl">Automatically Parse URLs to BBCode</label> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|