The Grand Potentate
Well-known member
Its getting real old editing this template every single time I have to update my styles. It involves being taken to the last post in a thread if you've read all the posts already, as opposed to the first post. I dug up this old thread that Mike commented on:
http://xenforo.com/community/threads/thread-viewing-oddity.19212/#post-247219
In thread_list_item, you should see this line:
Change it to (I believe):
I have no idea how to make an add-on but I suspect this would be relatively simple. Something that would apply to all the styles, obviously, so I wouldn't have to go through and reedit every single damn one.
Would be willing to pay a few bucks if necessary. Thanks.
http://xenforo.com/community/threads/thread-viewing-oddity.19212/#post-247219
In thread_list_item, you should see this line:
Code:
<a href="{xen:link "threads{xen:if '{$thread.isNew} AND {$thread.haveReadData}', '/unread'}", $thread}"
Code:
<a href="{xen:link "threads{xen:if '{$visitor.user_id}', '/unread'}", $thread}"
I have no idea how to make an add-on but I suspect this would be relatively simple. Something that would apply to all the styles, obviously, so I wouldn't have to go through and reedit every single damn one.
Would be willing to pay a few bucks if necessary. Thanks.