Hi,
My website is affiliate website so I want to convert all the URLs posted by user to affiliate urls.
For eg... when user will post URL www.xenforo.com then while rendering I want to render it as
http://mydomain.com/links?www.xenforo.com
Text in bold I want to add during rendering... I did the same in mybb by changing one function where URL parsing was done but for xenforo I'm not able to find the file name
Or alternatively I can achieve the same using javascript on body load where I will get all the anchor tags and then append required url ... But instead of javascript solution I will prefer directly changing the file where URL parsing is done
Please let me know the file name
Thanks
My website is affiliate website so I want to convert all the URLs posted by user to affiliate urls.
For eg... when user will post URL www.xenforo.com then while rendering I want to render it as
http://mydomain.com/links?www.xenforo.com
Text in bold I want to add during rendering... I did the same in mybb by changing one function where URL parsing was done but for xenforo I'm not able to find the file name
Or alternatively I can achieve the same using javascript on body load where I will get all the anchor tags and then append required url ... But instead of javascript solution I will prefer directly changing the file where URL parsing is done
Please let me know the file name
Thanks