The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I am looking for the files that need to be modified to disable the auto parse urls for everyone.
Thanks, S |
|
#2
|
||||
|
||||
|
You need to edit the newthread and newreply templates.
|
|
#3
|
||||
|
||||
|
In functions_newpost.php FIND
PHP Code:
PHP Code:
@NTLDR This would not stop ppl from using autoparsing, if would just hide the controls (or uncheck it). And what about private messages? Editing posts? |
|
#4
|
|||
|
|||
|
Quote:
https://vborg.vbsupport.ru/showthrea...ght=parse+URLS But it is coded differently so far I havent been able to find out what the code needs to be to select unchecked. Thanks, S |
|
#5
|
|||
|
|||
|
Just figured it out:
In the newreply.php find: Code:
if (!isset($checked['parseurl']))
{
$checked['parseurl'] = HTML_CHECKED;
}
In editpost.php find: Code:
if (!$checked['parseurl'])
{
$checked['parseurl'] = HTML_CHECKED;
}
In newthread.php find: Code:
if (!$checked['parseurl'])
{
$checked['parseurl'] = HTML_CHECKED;
}
Thanks, S |
|
#6
|
||||
|
||||
|
I'm looking to do something similar, but I only want one specific forum not to autoparse. Can this be done somehow?
|
|
#7
|
|||
|
|||
|
would be nice if we have an option in admin for this.
|
|
#8
|
|||
|
|||
|
really huge bump...has anybody ever gotten a forum based solution for this? would
if forumid=y then disable (maybe comment out?) Code:
if (!$checked['parseurl'])
{
$checked['parseurl'] = HTML_CHECKED;
}
please go easy on the above, i stopped trying to code anything after my 2nd object oriented programming class. |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
This is a very old thread, and i am not sure if this will work on 3.0.7.
But i suggest you start a new thread telling us exactly what you want to achieve, and we can think of a solution. @sloppygoat, disabling url parsing should not be a real problem if that is what you need. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|