PDA

View Full Version : How to uncheck Parse urls on new thread and reply?


Jadelit
04-23-2002, 06:54 AM
How would you have..

'Automatically parse URLs: automatically adds [url ] and [ /url] around internet addresses' Unchecked on new thread and reply?

Jadelit
04-23-2002, 07:00 AM
nevermind I found it.. heheh

newthread.php and newreply.php

find:


if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
}


Replace with:


if (!isset($parseurl)) {
$parseurlchecked="UNCHECKED";
}