Version: 1.5, by Valter
Developer Last Online: Nov 2023
Category: Private Messages Enhancements -
Version: 3.7.x
Rating:
Released: 05-01-2008
Last Update: 05-01-2008
Installs: 496
Uses Plugins Auto-Templates
No support by the author.
Info:
This enhances your Private Messages system:
-PM Menu in NavBar PM stats
-Advanced unread PM(s) notification
-"Reply To All" option in messages which was sent to multiple recipients
-Option to completely disable Signatures in PMs
-Options to change NewPM form checkboxes defaults
All features can be enabled/disabled in hack settings.
See screenshots.
Installation:
1. Import XML file as product: AdminCP > Plugin System > Manage Products > [Add/Import Product]
To set options:
Go to: AdminCP > vBulletin Options > Cyb - PM System Enhancements
Versions: v1.0 - Mar 12. 2007.
-Initial release v1.1 - Mar 12. 2007.
-Minor bug fixed (unneded space before PM stats) v1.2 - Mar 13. 2007.
-Fixed bug (array_search error on some servers when viewing PM)
-New: Change PM stats cell bg-color on new PM v1.3 - Mar 23. 2007.
-Fixed bug (array_search error when viewing PMs sent by bots)
-Fixed bug (PM menu links not working on some forums)
-Hack compatible with vBadvanced CMPS (variable to globalize: cybpmmenu) v1.4 - Apr 24. 2007.
-PM menu links uses now full path (defined in vBulletin Options > Site Name / URL / Contact Details > Forum URL)
-Some other minor bug fixes v1.5 - May 02. 2008.
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
-Minor bugs fixed, some code optimization done
Click INSTALL if you like this hack.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I just upgraded and we got the flashing red notification ok, but lost the Reply All function that we had on the last version... it is enabled in the admin cp options, but simply doesn't exist within the PMs
Reverting back to the old version didn't restore the reply all function
Any suggestions?
Edited to update that is has mysteriously and randomly reappeared!
I'm having a similar problem. Running 3.6.x It seems sometimes the "Reply to all" link is present at the end of the recipients list and sometimes it is not.
Well this fixes my problem with mysteriously disappearing "reply to all" link.
I edited "Plugins and Products" => "Cyb - PM System Enhancements - RA" (hook private_complete)
Find
Code:
if ($cyb_confirmmulticc ==';')
replace with
Code:
if (true)
Not sure why that check is made or why it's needed. The "recipients" list is only displayed if there are more than one recipients anyway. Maybe it's my 3.6.x version or some other template problems I was having.
Using VB 3.7.4PL1
Installed and does not work at all. Worse, it messes up my forum when I click on the dropdown box to compose a message:
It directs me to the same page, but with a load of error messages, disappeared buttons and I cannot even logout anymore!
So, uninstalled it (must say I really am sick and tired here. more that half of the mods simply don't work or f*ck up my forum!)
How to remedie this, as the idea still is appealing to me.
I've found a little issue. If i browsing my site via the https protocoll and click at the dropdown in the navbar from this hack, there are only http links. But they should be https too.