(2015-07-03, 06:45 AM)ShaneR82 Wrote: Actually , it doesnt even work from the category itself
No, there it is general that when you click the thread name, it brings you to the first post of the thread. In a thread overview in a forum there is a special link (in the right of the line) which brings you to the last post.
But in the sidebar there is no room for extra links, and above that these are the latests posts, so it is obvious that you want to be brought to the last post.
I have checked your link, and it still links to the first post of the thread. So the change of the source is not correct. Be sure that the lines starting at line 140 of inc/plugins/latestposts.php (when the line number is different, you have another version, please report) look like this:
$templates['index_sidebar_post'] = '<tr>
<td class="trow1 latestpost" valign="top">
<strong><a href="{$mybb->settings[\'bburl\']}/{$lastpostlink}">{$postname}</a></strong><br>
{$lang->latest_post_by} {$lastposterlink} {$latestposttime}
</td>
Except for the last {latestposttime} which can be different for you when you made another correction of this bug then I (this looks good at your forum). Be sure of the change:
href="{$mybb->settings[\'bburl\']}/{$lastpostlink}"
Then it must be OK.
Regards, Ad Bakker (NL)