/Advanced-Private-Message-Notice

MyBB plugin - An advanced unread private message notice in the header

Primary LanguagePHP

Name: Advanced Private Message Notice
Description: An advanced unread private message notice in the header
Website: https://github.com/MattRogowski/Advanced-Private-Message-Notice
Author: Matt Rogowski
Authorsite: https://matt.rogow.ski
Version: 1.0.2
Compatibility: 1.8.x
Files: 2
Templates added: 3
Template changes: 0
Settings added: 1

Information:
This plugin replaces the default unread private message notice with a table showing your recent private messages, who they are from, and a preview of the message.

To Install:
Upload ./inc/plugins/advancedpmnotice.php to ./inc/plugins/
Upload ./inc/languages/english/advancedpmnotice.lang.php to ./inc/languages/english/
Go to ACP > Plugins > Activate

Change Log:
28/09/16 - v0.0.1 -> Initial 'beta' release.
08/10/16 - v0.0.1 -> v1.0.0 -> Adds a reply link into the notice. To upgrade, deactivate, reupload ./inc/plugins/advancedpmnotice.php, activate.
15/10/16 - v1.0.0 -> v1.0.1 -> Changes the reply button to be styled like a postbit button. To upgrade, deactivate, reupload ./inc/plugins/advancedpmnotice.php, activate.
08/01/17 - v1.0.1 -> v1.0.2 -> Templates now cached. To upgrade, reupload ./inc/plugins/advancedpmnotice.php.

Copyright 2017 Matthew Rogowski

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 ** http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.