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.
[User List Addon] No users show up*
Hi!
When I enable the plugin "user list", the following text but no users appears in the box in the sidepanel:
"No users to display. Try changing your settings."
This text is visible to ALL users, they even get to the dashboard by clicking the link!
If I uncheck "randomize" in the plugin's settings, I get a "bonk".
Furthermore, the plugin show's version 0.1 instead of 0.4
When I enable the plugin "user list", the following text but no users appears in the box in the sidepanel:
"No users to display. Try changing your settings."
This text is visible to ALL users, they even get to the dashboard by clicking the link!
If I uncheck "randomize" in the plugin's settings, I get a "bonk".
Furthermore, the plugin show's version 0.1 instead of 0.4
Tagged:
1
Comments
Are you both using at least RC3 of Vanilla 2?
So, author needs to find the way to read default usergroup real value, and use that in addon source. Meanwhile I guess we can just manually put this value in lines 18 and 43 of class.userlistmodule.php.
->Limit($Limit)
at line 37, it should be fine.
->Orderby($Order)
... after above mentioned line.
I guess, with this three changes everything should work fine for 2.0.3. installations with ported forums.