'activeAuthors' => $resourceModel->getMostActiveAuthors(5),
Thank you BobIts hard coded in the controller, so you will have to either edit the file directly or write an addon to handle it.
/library/XenResource/ControllerPublic/Resource.php
find this (around line 107)
Change 5 to the number you want to display.PHP:'activeAuthors' => $resourceModel->getMostActiveAuthors(5),
I'd suggest this in the resources suggestions area so that it's a configurable option if the devs decide to include it. In my opinion a sound suggestion well worth having in.Please add this option into RM 1.1 !!!
http://xenforo.com/community/threads/increase-the-number-of-authors-in-the-rm-sidebar.59887/I'd suggest this in the resources suggestions area so that it's a configurable option if the devs decide to include it. In my opinion a sound suggestion well worth having in.