XF 1.2 N00b question: How to make it so 1st page of thread opens?

XxUnkn0wnxX

Active member
i know this a n00b question but i cannot seem to find the option to make it open the 1st page of the thread not the last page like the 2nd or 3rd page of a thread where only the comments are...

I've looked on ADMIN CP and my personal CPanel

as some of my users are getting frustrated because of this small issue...
 
.... ok when you have a thread with 100's of replies when you click on the thread inside the forum list it takes you to the last page ok..

i want it to take me to the 1st page where the actual first post was made...
 
Edit thread_list_item, find:

HTML:
                <a href="{xen:link "threads{xen:if '{$thread.isNew} AND {$thread.haveReadData}', '/unread'}", $thread}"

Replace:
HTML:
                <a href="{xen:link 'threads', $thread}"
 
Top Bottom