The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - PM System Enhancements Details »» | |||||||||||||||||||||||||||||||||
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. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
Martell |
Comments |
#52
|
|||
|
|||
Any chance this will be available for VB4?
Does anyone know an alternative? Especially looking for the flashing PM notification box. |
#53
|
|||
|
|||
I would be most interested to hear if there is any possible solution to the quick-reply-all issue that has been mentioned above. This is an excellent, dare I say, indispensable mod but I have had a couple of instances recently where the reply-all has been inadvertently used by members from a message originally cc'd around and which has caused some rather unfortunate "politics".
Is it possible to turn quick reply off in PMs only and is that a work around to this problem - ie "Reply" itself works as expected (reply only to immediate last sender) but quick reply works like "reply-to-all" in the header ? Love your work Cyb; hope you are still able to be supporting this excellent product of yours! Respectfully, Will |
#54
|
|||
|
|||
First step to improve this slightly - I have put a warning up in the template which tells users that PM Quick Reply is a Reply-To-All...
The template is pm_showpm I've reproduced it here with the small text amendment I made in red. Code:
<if condition="$show['quickreply']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pm_quickreply')"><img id="collapseimg_pm_quickreply" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pm_quickreply].gif" alt="" border="0" /></a> $vbphrase[quick_reply]-to-all: $pm[recipients] -----> ATTENTION: use normal reply (above) to reply to sender only!! </td> </tr> </thead> Will |
#55
|
|||
|
|||
This appears to be a fix; I respectfully submit a work around for those of you wanting it for this awesome mod of Cyb's - apologies to Cyb for the presumption to "fix" his mod this way before he even gets a chance to reply!
Go to the pm_showpm template and simply change the formation of the recipients in the quickreply block from: Code:
<input type="hidden" name="recipients" value="$pm[recipients]" /> Code:
<input type="hidden" name="recipients" value="$pm[fromusername]" /> I just wanted a quick work around that might help people out in the interim, still hoping that the original author can suggest an endorsed method! Oh, don't forget to change the text from the post above if you decide to make the change in this one! I am now just using: Code:
$vbphrase[quick_reply] to $pm[fromusername] only. Use Reply-To-All in recipients list to reply to all. |
#56
|
|||
|
|||
If you have the Legacy post-bit option enabled i found this broke the layout in the PM system,, this was a simple work-around though in the "Legacy Postbit Option" plugin. i added the following:
PHP Code:
|
#57
|
|||
|
|||
Updated for vBulletin 4.x:
https://vborg.vbsupport.ru/showthread.php?t=276386 |
#58
|
|||
|
|||
Quote:
Obviously it would be best to have to have users consciously click "reply to all" to use the feature. I can only imagine the damage that could be done with all the CCing that goes on with mods and users to me and back. So, I've used this fix, then changed it so that if there are multiple recipients, the quick reply title text changes. From: Code:
$vbphrase[quick_reply] Code:
$vbphrase[quick_reply] <if condition="$ccrecipients"> Replies to sender ONLY. If replying to multiple recipients, use "Reply to All" link above.</if> |
#59
|
||||
|
||||
thank you so much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|