(2014-10-27, 07:46 AM)amanda2014 Wrote: I'm using Square theme in myBB 1.8.
Is there a way to make it so you jump to the last post in a thread shown in the portal instead of the first post?
Thanks.
I don't know the answer but I want to know myself! What I do know is,
1. the template file that needs to be changed is: portal_announcement_numcomments
2. here is the contents of the template file:
- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})
3. this is what needs to be changed:
/{$announcement['threadlink']}
As you see, the url directs the user to the thread link,
I tried changing it to /showthread.php?action=lastpost
but it didn't work. Maybe an expert can help us?