I'm trying to add something to a mod, It shows when someone posts a new thread or post a reply. Anyway I need to know what variables I need to make the post/thread title a link.
I got this much so far, I'm new at this :P
PHP Code:
$postlink->process($titleprefix . unhtmlspecialchars($this->thread['title']) . $titlesuffix);
am I close?
Thanks
--------------- Added [DATE]1265056823[/DATE] at [TIME]1265056823[/TIME] ---------------
nevermind, figured it out