Number of messages in inbox

Where can i adjust the number of messages in the inbox?

Now it's set to 10 per page... I want to set i standard to 25 and remove the chooser in the right top corner.

Quote · 12 Feb 2013

 Hello

Where can i adjust the number of messages in the inbox?

Now it's set to 10 per page... I want to set i standard to 25 and remove the chooser in the right top corner.

If you want to change the defult Per Page value in mailbox you need to edit inc/classes/BxDolMailBox.php file and find the following lines in BxDolMailBox class.

 

if ( $this -> aMailBoxSettings['per_page'] < 1 )
               $this -> aMailBoxSettings['per_page'] = 10 ;

 

Then replace 10 with the number you need.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Feb 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.