Jump to content

3.1.x Adjusting The Number Of Status Updates


Administrator

Recommended Posts

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...