View Full Version : How to uncheck the "automatically parse links in text" option by default?
nerofix
12-22-2007, 05:30 PM
Like the title says: how to uncheck the "automatically parse links in text" option by default?
I don't want links automatically getting parsed by default. Members should check this option if they want their links getting parsed.
ZomgStuff
12-27-2007, 03:52 PM
I'm not at home so I can't look it up, but it would be in the php file that yo would have to edit it.
Opserty
12-27-2007, 04:51 PM
You shouldn't be editing PHP files unless theres no other to do it.
Heres the solution I came up with:
Create a new plugin (AdminCP > Plugins & Products > Add New Plugin)
Fill in the details as such:
Product: vBulletin
Hook Location: newreply_form_start
PHP Code: $checked['parseurl'] = '';
Plugin is Active: Yes
Hit Save and your done.
N.B.: If you want to have this setting for when a New Thread is created as well, then follow the same steps as above but instead of Hook Location: newreply_form_start use Hook Location: newthread_form_start.
stinger2
12-27-2007, 05:11 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=91372&highlight=Uncheck+url+Parse" target="_blank">https://vborg.vbsupport.ru/showt...heck+url+Parse</a>
check the above .........i think it is exactly what you want
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.