Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Discussion default last page
evolucja
New
Hello.
How to make that after opening a discussion it will display the last page not the first one?
How to make that after opening a discussion it will display the last page not the first one?
Tagged:
0
Best Answer
-
Todd Vanilla StaffHave a look for the configuration setting:
$Configuration['Vanilla']['Comments']['AutoOffset'] = TRUE;
If you have a plugin that sorts the comments differently than the date inserted then auto offset will not work. I know the voting plugin is one plugin that changes this behavior.0
Answers
In your template make a link with just a name:
or
Then in the link declaration when you see all your topics (discussions in a list)
just do this:
< a href = "url_to_my_topic#lastpost" >Title of the post< /a >
There was an error rendering this rich post.
So do you mean that I have to change all urls like: http://klasaa.info/discussion/16/x-czy-ys change to http://klasaa.info/discussion/16/x-czy-ys/#lastpost?
It doesn't work...
Now everybody register users must to scroll page down and go to the last page by himself to unread comments
sorry for my English ... I speak Spanish lol
So, no solution?
Thanks.