When I post a remark on a bug, a mail is sent to the reporter.
This reporter can then click the link to view the bug. This is anonymous.
On the view bug page, there are << and >> buttons to browse to the next and previous bugs.The code for these links is in 'bub_view_inc.php' around line 250.
I had to manually comment out this code to prevent users browsing other bugs, since that is what I want.
Shouldn't it be a good idea to make this configurable? Like $g_allow_prev_next_in_bug_view
Dany
Browsing bugs anonymously
Moderators: Developer, Contributor
Re: Browsing bugs anonymously
You removed just the navigation links. This does not prevent users from viewing other bugs.archemedia wrote: I had to manually comment out this code to prevent users browsing other bugs
e.g. you can enter URL's like the following one and replace the id in it
https://www.mantisbt.org/bugs/view.php?id=19783