Log in

View Full Version : Generating a Post Link


DJ29Joesph
02-01-2010, 03:52 PM
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


$postlink->process($titleprefix . unhtmlspecialchars($this->thread['title']) . $titlesuffix);


am I close?

Thanks

--------------- Added 1265056823 at 1265056823 ---------------

nevermind, figured it out