Hi,
I'm trying to add a new custom page to my forum. It's very simple, this is what I have so far:
- 1 custom page called test.php
- the page includes the forum header and footer
- The content (middle) part is pulled from the db aswell
All works fine except hyperlinks! Links like www.test.com will NOT appear as a hyperlink, but just as plain text. How to fix this? I want this to behave just like this textfield I am typing in right now (auto hyperlink converting).
bbcodes like bold do work.
_Null