Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Clicking on discussions goes to the bottom.. how can i make it go to the top
I know this isnt a bug or anything, but is there any simple way to make it so that when someone clicks on a discussion link it goes to the first post of that discussion and not automatically to the bottom? it would also be good if it went to the clean url and not have that #Item_10 thing appended at the end. if take that "#item_x" thing out of the address bar and press enter, it goes to the first post, which is what i want.
0
This discussion has been closed.
Comments
the idea is that if you're looking for new comments in a long thread that you've read before, you don't have to scroll to the bottom of the last page every time you enter the thread.
In the next rev it is a configuration setting.
$Configuration["PREFERENCE_JumpToLastReadComment"] = "1";
to
$Configuration["PREFERENCE_JumpToLastReadComment"] = "0";
appg/settings.php holds all the preference defaults.
$Configuration["PREFERENCE_JumpToLastReadComment"] = "0";
The reason for this is that when upgrades for Vanilla come out, all files other than the conf folder will be overwritten. So, if you want your configurations to remain through upgrades, only make alterations in the conf folder.