G Godly Chaos New Member Jun 14, 2009 #1 how do i make it so link in new threads or new posts are NOT clickable.. as if they were [coded] Any help would be great.
how do i make it so link in new threads or new posts are NOT clickable.. as if they were [coded] Any help would be great.
K krstep New Member Jun 14, 2009 #2 In /includes/functions_newpost.php find: PHP: $urlReplaceArray = array( "[url]\\2\\4[/url]" ); Replace with: PHP: $urlReplaceArray = array( "[code]\\2\\4[/code]" ); And then, links like: Google They will look like this: Code: www.google.com
In /includes/functions_newpost.php find: PHP: $urlReplaceArray = array( "[url]\\2\\4[/url]" ); Replace with: PHP: $urlReplaceArray = array( "[code]\\2\\4[/code]" ); And then, links like: Google They will look like this: Code: www.google.com
G Godly Chaos New Member Jun 14, 2009 #3 i did that already... and it doesnt work. EDIT! i wasnt saving it after i edited it to high to edit text documents. thanks man. i got it.
i did that already... and it doesnt work. EDIT! i wasnt saving it after i edited it to high to edit text documents. thanks man. i got it.