Hello,
is there a way that I can auto code links similar to a modification that vb has on their .org forum where someone showed on how to modify the PHP file, for example:
Find
And replace with
If so which file and line can I find it on and would it be similar to this if not how would I go about doing this modification. Thanks in advance
is there a way that I can auto code links similar to a modification that vb has on their .org forum where someone showed on how to modify the PHP file, for example:
Find
PHP:
$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
And replace with
PHP:
$urlReplaceArray = array(
"[code]\\2\\4[/code]"
);
If so which file and line can I find it on and would it be similar to this if not how would I go about doing this modification. Thanks in advance