ok, fixed!
i found a lil bug, it doesn't update the "new thread" template
the hack searches for this line but thats wrong!!
PHP Code:
<input type=\"checkbox\" name=\"parseurl\" value=\"yes\" $parseurlchecked> <b>Automatically parse URLs:</b> automatically adds [url] and [/url] around internet addresses.
to make this hack work do the following, search for this line in your "new thread" template:
PHP Code:
<input type="checkbox" name="parseurl" value="yes" $parseurlchecked> <b>Automatically parse URLs:</b> automatically adds [ url ] and [ /url ] around internet addresses.
and replace it with this:
PHP Code:
$linkoption
<input type="checkbox" name="parseurl" value="yes" $parseurlchecked> <b>Automatically parse URLs:</b> automatically adds [ url ] and [ /url ] around internet addresses.
remove the spaces between [ url ] and [ /url ]
next open the newly created "newthread_linkoption" template
and replace the coding with this:
PHP Code:
Link this thread to: <input type="text" name="link" value="$link" class="bginput" size="40"><br>
ok, now it will work