E enteens New Member Apr 28, 2008 #1 I want my links to appear in the code tab like this Code: www.google.com when user enters just Google
I want my links to appear in the code tab like this Code: www.google.com when user enters just Google
A aLankan New Member Apr 28, 2008 #2 well i found this i will look for what u asking for open the includes/functions_newpost.php Find PHP: $urlReplaceArray = array( "[url]\\2\\4[/url]" ); And replace with PHP: $urlReplaceArray = array( "[code]\\2\\4[/code]" ); What this will do is make any link such as VBTeam appear like this: Code: [url=www.vbteam.info]VBTeam[/url]
well i found this i will look for what u asking for open the includes/functions_newpost.php Find PHP: $urlReplaceArray = array( "[url]\\2\\4[/url]" ); And replace with PHP: $urlReplaceArray = array( "[code]\\2\\4[/code]" ); What this will do is make any link such as VBTeam appear like this: Code: [url=www.vbteam.info]VBTeam[/url]