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.
Can't figure this out - Display Leaderboard on Members Table page
kirkpa31
✭✭
$ShowOnController = array( 'discussioncontroller', 'categoriescontroller', 'discussionscontroller' );
adding 'plugincontroller'
successfully adds it to the members table page, but it also adds it to the Custom Pages plugin I have installed (i.e. my Contact Us page, Privacy Policy page, all things created through Custom Pages). I'll try somehow hiding it within the other pages individually - see if that works.
0
Comments
here's an example on how to test for the url in the karma leaderboard plugin.
http://vanillaforums.org/discussion/comment/177653
with the plugincontroller option you just added tweak it and then test for url
pseudo code
if ((plugincontroller) && !(membership base url))
return
also make sure you user the latest version of memberslistenh plugin
http://vanillaforums.org/addon/memberslistenh-plugin
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.