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.
Allow staff to see hidden users?
Linc
Admin
Are there any plans to add a permission level to "override" hidden users to let them be seen by certain roles? My moderators would like to be able to see who is skulking about and I'd like to be able to add that for them.
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
->Column('UserID', 'int(11)', FALSE, 'primary')
Vanilla Forums COO [GitHub, Twitter, About.me]
@Lincoln you should re-download the latest version, or just make the change above.
Vanilla Forums COO [GitHub, Twitter, About.me]
->Where('w.Timestamp >=', date('Y-m-d H:i:s',$History))
Vanilla Forums COO [GitHub, Twitter, About.me]
Thanks for the debug, @Tim. I hadn't uploaded the new one yet.
I think you should comment out ProfileController_AfterAddSideMenu_Handler and ProfileController_Whosonline_Create functions in default.php.
Or if you want minimal change, just comment out: It will not add the menu option, but be aware that the link will still be available to use as the second function will still be in the code.
I greatly prefer the first option, and as an added bonus, it's faster as 2 functions are not parsed anymore
18 months ago when I asked this question I didn't understand the reply. I now feel more confident about making changes but am struggling to find the lines or files mentioned above to comment out. This addon would be much more use to me if the list of active users gave a true report. Could someone expand a little on the above for someone like me who has a very basic understanding of how to implement changes. Thanks.