Administrator Posted September 3, 2011 Posted September 3, 2011 Adjusting the number of status updates displayed is very easy to do with just a tiny edit. This simple article is for 3.1.x as adjusting it on 3.0.5 a simple matter of adjusting the hook itself, whereas 3.1 has it in a different location.Connect via FTP.Look in /admin/applications/members/sources/classes/hooks/gateway.phpFind (near the end of the file, around line 84)... $statuses = $statuses = $this->registry->getClass('memberStatus')->fetch( $this->memberData, array( 'limit' => 10, 'status_is_latest' => 1 ) ); Change the 10 there to what you require, taking care not to disturb any of the syntax and save.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now