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.
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. |
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 )
Then replace 10 with the number you need. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |