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.
How to make a multi-page Discussion link jump to the end?
jrapage
New
I've installed the latest version of Vanilla and have made some multi-page Discussions, but the links on Discussions list only take you to post #1 on page #1....
Whereas here, the Discussions list tweaks the links to take you to the end of a multi-page, e.g.:
http://vanillaforums.org/discussion/145/v0.2-phpbb-migrator#Item_383
Is this a hidden option?
Whereas here, the Discussions list tweaks the links to take you to the end of a multi-page, e.g.:
http://vanillaforums.org/discussion/145/v0.2-phpbb-migrator#Item_383
Is this a hidden option?
Tagged:
0
Comments
Could it be Theme related?
I'm using public_vforg
I may set up another instance of the board, migrate the DB, and test it with the default theme. Would changing theme (in this case public_vforg) affect how links are generated/rendered?
Thanks
The conditional # link is never true
Anchor($DiscussionName, '/discussion/'.$Discussion->DiscussionID.'/'.Gdn_Format::Url($Discussion->Name).($Discussion->CountCommentWatch > 0 && C('Vanilla.Comments.AutoOffset') && $Session->UserID > 0 ? '/#Item_'.$Discussion->CountCommentWatch : ''), 'Title');