Skip to main content
Topic: New Replies Do Not Link To Latest Post (Read 3259 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

New Replies Do Not Link To Latest Post

I was wondering whether anybody else have or can reproduce this. In this site, New Replies page latest post link does not go to latest post; while New Posts does.

Re: New Replies Do Not Link To Latest Post

Reply #1

There is a missing quote indeed.
In Recent.template.php:
Code: [Select]
<a class="topicicon img_last_post" href="', $topic['last_post']['href'], ' title="', $txt['last_post'], '"></a>
should be:
Code: [Select]
<a class="topicicon img_last_post" href="', $topic['last_post']['href'], '" title="', $txt['last_post'], '"></a>

ETA: pushed here https://github.com/emanuele45/Dialogo/commit/5c4f48eb7da8117240f0937b404885e2ac174af0
Bugs creator.
Features destroyer.
Template killer.