Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cyb - PM System Enhancements Details »»
Cyb - PM System Enhancements
Version: 1.5, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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.

Comments
  #52  
Old 08-30-2008, 10:20 AM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have same issue .on default skin i have fine buton my skin PM is in header r when i click hte arrow nothing displays ..fix ?
Reply With Quote
  #53  
Old 10-01-2008, 07:58 PM
Ransack Ransack is offline
 
Join Date: Jul 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IvyKeepMommy View Post
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.
Reply With Quote
  #54  
Old 10-01-2008, 08:35 PM
Ransack Ransack is offline
 
Join Date: Jul 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #55  
Old 12-11-2008, 01:15 PM
Duncan Idaha Duncan Idaha is offline
 
Join Date: Nov 2008
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!

It gives syntax errors and the message that on line 1594, sign 2, an object is expected, code 0, url = http://www.forum.com/forums/index.ph...e.php?do=newpm

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.
Reply With Quote
  #56  
Old 12-25-2008, 12:50 PM
Airon Airon is offline
 
Join Date: Feb 2006
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use VB 3.7.4PL1 too, and didn't worked, nothing
Reply With Quote
  #57  
Old 01-01-2009, 01:02 AM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a small logical "bug" with "NewPM Form Defaults".
  1. For example admin set these one:
    • "Automatically parse links in text" checked by default? -> Yes
    • "Disable smilies in text" checked by default? -> No
  2. User starts New Private Message.
  3. He put the title and the text.
  4. Then he unchecks "Automatically parse links in text" and checks "Disable smilies in text".
    In other words makes:
    • "Automatically parse links in text" checked by default? -> Yes
    • "Disable smilies in text" checked by default? -> No
  5. After that he presses "Preview button"
  6. When the window reloads after that those "Miscellaneous Options" returns back to
    • "Automatically parse links in text" checked by default? -> Yes
    • "Disable smilies in text" checked by default? -> No
  7. In other words the product breaks user's choice.

I think there must be some way to override this logical "bug" with "NewPM Form Defaults".
Reply With Quote
  #58  
Old 01-01-2009, 01:08 PM
madmax1228's Avatar
madmax1228 madmax1228 is offline
 
Join Date: Apr 2008
Location: AZ
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed.
Reply With Quote
  #59  
Old 01-01-2009, 05:44 PM
Adem GEN?'s Avatar
Adem GEN? Adem GEN? is offline
 
Join Date: Apr 2005
Location: İstanbul / T?rkiye
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, Installed

Turkish Language File

Varolan Türkçe Dil Dosyanızın Üzerine Yazın
Reply With Quote
  #60  
Old 01-14-2009, 06:49 AM
M3xital's Avatar
M3xital M3xital is offline
 
Join Date: Jan 2009
Location: Italy
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Does it work with 3.8.0?
.........................................

Sorry, found it in 3.8.0 modifications section.
Reply With Quote
  #61  
Old 01-31-2009, 01:16 PM
Fraxter Fraxter is offline
 
Join Date: Jul 2007
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Perhaps it can be solved in a future version.

best regards

Pander23
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05325 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete