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.
Disable anchors/jump to last forum post
Is there any way to disable the "Jump to the last read comment when clicking on discussion topic" option for an entire Vanilla install? I've just finished adding about 20 tutorials, each with several steps in separate comments, to my forums. I think my users will be terribly confused when they click on a tutorial and find themselves at the end instead of the beginning!
Thanks in advance!
0
This discussion has been closed.
Comments
What would perhaps be more useful would be a way to turn that option off for a whole category... Mark?
$Configuration['PREFERENCE_JumpToLastReadComment'] = '0';
Now all new users will have it turned off. (This, and other defaults can be found in appg/settings.php, If you wish to change them, they should be copied to conf settings first.)
Wouldn't be very hard to override the user's preference based on whatever conditions you set in a extension... I suspect what would be hard would be making some links jump and others not on the same page...