irishdog
06-23-2007, 05:58 PM
Hello,
I am trying to get urls that are posted on my forum automatically parsed in a way that when someone types in a url such as
http://example.com
it will parse too
http://example.com
In the code,
Could anyone point me in the right direction or even if there is a plugin available for this already?
\-------------------------------/
I got it too parse [url] tags but when someone just types in http://exapmple.com it still provides a live link.
Does anyone know which php file handles this so i can figure out how to change it?
\------------------------------/
nevermind i figured it out :D
\------------------------------/
now it parses each link individually...
lets say i post
http://link1.com
http://link2.com
it comes up as
http://link1.com
http://link2.com
But i want it too just do this
http://link1.com
http://link2.com
Any ideas?
I am trying to get urls that are posted on my forum automatically parsed in a way that when someone types in a url such as
http://example.com
it will parse too
http://example.com
In the code,
Could anyone point me in the right direction or even if there is a plugin available for this already?
\-------------------------------/
I got it too parse [url] tags but when someone just types in http://exapmple.com it still provides a live link.
Does anyone know which php file handles this so i can figure out how to change it?
\------------------------------/
nevermind i figured it out :D
\------------------------------/
now it parses each link individually...
lets say i post
http://link1.com
http://link2.com
it comes up as
http://link1.com
http://link2.com
But i want it too just do this
http://link1.com
http://link2.com
Any ideas?