The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
thank you
I want the following option to disable by default : "Automatically parse links in text" I have edit the following templates and changed "vb:raw checked.parseurl" to "vb:raw unchecked.parseurl" : editpost newreply newpoll newthread pm_newpm In all the above options, this option was disabled by default. But that is still active in quick editing and quick reply and I want to disable them too. my vbulletin version is 4.1.4 |
#22
|
||||
|
||||
OK I haven't tested this but it should work...
Edit your SHOWTHREAD template... find the line: Code:
<input type="hidden" name="parseurl" value="1" /> |
#23
|
|||
|
|||
thank
I changed it but don't resolve my problem. when click on edit button and then click save automatic enabled link in text |
#24
|
||||
|
||||
Yeah that was for quick reply, I wasn't looking at quick edit. Unfortunately there doesn't seem to be a template solution for quick-edit.
It's looking to me you need to edit the file: editpost.php Find the line: Code:
$edit['parseurl'] = true; I haven't tested this but it looks like it should work. If it doesn't, change it back. |
#25
|
|||
|
|||
I do not have this option "$edit['parseurl'] = true;" in editpost.php.
I think a quick edit and quick reply is in another template but I not found! |
#26
|
||||
|
||||
Quote:
If it was removed in 4.1.4 then there is nothing else I can suggest. I've checked the templates in 4.0.8 and the parse links in the quick-editor is not controlled by a template. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|