Hello to all,
vBulletin is a forum software that allows users to send Private Messages (PMs) to each other. One of my client used this vBulletin Forum. He wants an addon that will show a list of all the PMs in the DB and if you click one, it should show the contents of the PM. This will run in the administrator control panel, so only the admins can use this add-on.
If admin feels the message is spam, he can select the PM and click an "archive" button and it will copy the message out of the live PM tables to some backup tables, so the message won't get delivered to site member.
Later on, if admin decided that the message is NOT spam, there will be an "un-archive" button to remove it from the backup tables and put it back into the live PM tables.
To achieve this I developed an add-on, which will help admin to make PM's archived or unarchived.
Installtion Instructions:
1. Upload the below two files in specified path below.
forum_folder/admincp/all_pms.php
forum_folder/includes/xml/cpnav_allpms.xml
2. Import the forum.sql file from PhpMyAdmin