MyBB Community Forums

Full Version: Add Link In showthread to lastpost
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
I want add link in showthread when click on link redirect to last post.
i cant find tag for showthread.
in forumdisplay tag is : {$thread['lastpostlink']}
but in showthread this tag dont work.

how to add link like this :

<a href="(tag)?" > Go To Last Post</a>

thanks
Try <a href="{$lastpost_link}"

Or {$post['lastpostlink']}
thanks ♥
If i want go to first unread post ,What tag should I use?
for example after i relpy for post , other user several reply for post,
i want go to first unread post
I am not positive but you can try {$post['newpostlink']} or {$thread['newpostlink']}