MyBB Community Forums

Full Version: [SOLVED] Last post link PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys is there another way to build the link to the last post in the thread?
I am creating a plugin to show last threads in user profile!!!!

$lastpostlink = get_thread_link($thread['tid'], 0, "lastpost");

Doesn't work?

<td class=\"trow2\" style=\"white-space: nowrap; text-align: right;\"><span class=\"lastpost smalltext\">{$lastpostdate} {$lastposttime}<br /><a href=\"$lastpostlink\">Last Post</a>: $lastposter</span></td>


Thanks very much just nailed it with this one I am awesome Wink

$lastpostlink = get_thread_link($threads['tid'], 0, "lastpost");