Here is a little tutorial on how to change the number of PMs that show up when you click on "Inbox (*)" that show in the popup.
Step 1: Open up FTP and go to Forums Dir -> admin -> applications_addon -> other -> bottombar -> modules_public -> messages.php
Inside that file, Find:
$messages = $this->messengerFunctions->getPersonalTopicsList( $this->memberData['member_id'], $this->messengerFunctions->_currentFolderID, array( 'sort' => $sort, 'offsetStart' => 0, 'offsetEnd' => 5 ) );
And change the number "5" at the end of the code to any number you like.
And there you have it, more PMs viewable!
Good luck with it! :)
Source: Download: Bottom Bar (Beta 1)
0 Comments
Recommended Comments
There are no comments to display.