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

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

Category: Private Messages Enhancements - Version: 3.6.8 Rating:
Released: 03-11-2007 Last Update: 04-23-2007 Installs: 658
Uses Plugins Template Edits
 
No support by the author.

FEATURE SUPPORT AND UPDATES:
https://vborg.vbsupport.ru/showthread.php?t=177785


=======

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


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
  #162  
Old 10-21-2007, 04:33 PM
David Bott David Bott is offline
 
Join Date: Dec 2001
Posts: 215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Greetings...Just wanted to check on the REPLY to ALL showing up for 2 or more people vs the way it is now that 3 or more. Most of the time it is just two people included for most PM's thus the reply to all really is not being used and could be.

Thanks
Reply With Quote
  #163  
Old 10-25-2007, 02:53 PM
ssslippy ssslippy is offline
 
Join Date: Jan 2006
Posts: 877
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To fix the reply to all issue I forced it to be on at all times. This will only display when there is multiple recepients. This isnt quite the proper way but it was a simple quick fix.

Change

Code:
$cyb_confirmmulticc = substr($pm['recipients'],$cyb_checkmulticc,1);

if ($cyb_confirmmulticc ==';')
{
to

Code:
$cyb_confirmmulticc = 1;

if ($cyb_confirmmulticc =='1')
{
Reply With Quote
  #164  
Old 10-28-2007, 12:14 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one problem: if user have disabled js he cant see the pm part in the right box
Reply With Quote
  #165  
Old 10-28-2007, 11:44 AM
David Bott David Bott is offline
 
Join Date: Dec 2001
Posts: 215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you kindly. However I can see what it should do, but for some reason it still does not show the link for REPLY TO ALL when only two people are listed. IE, I see the two people listed, the one that sent it and the other it went to, but no link to replay to both.

Modified in one place in Cyb - PM System Enhancements - RA

Pondering.

David

Quote:
Originally Posted by ssslippy View Post
To fix the reply to all issue I forced it to be on at all times. This will only display when there is multiple recepients. This isnt quite the proper way but it was a simple quick fix.

Change

Code:
$cyb_confirmmulticc = substr($pm['recipients'],$cyb_checkmulticc,1);

if ($cyb_confirmmulticc ==';')
{
to

Code:
$cyb_confirmmulticc = 1;

if ($cyb_confirmmulticc =='1')
{
Reply With Quote
  #166  
Old 10-28-2007, 04:51 PM
ssslippy ssslippy is offline
 
Join Date: Jan 2006
Posts: 877
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So wait david is that working for u not cause it works for me.
Reply With Quote
  #167  
Old 10-28-2007, 06:09 PM
David Bott David Bott is offline
 
Join Date: Dec 2001
Posts: 215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi...I am sorry, it did not work for me for whatever reason. I can see the names of two people but I have no option to reply to all. (ver 3.6.8) I can see what it should do, and it should work, but no clue as to why it does not.

I will try it again when I get some more time to play.
Reply With Quote
  #168  
Old 11-08-2007, 11:03 AM
mri_mohammad mri_mohammad is offline
 
Join Date: Feb 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks it's very nice
Reply With Quote
  #169  
Old 11-09-2007, 04:20 AM
bkaul bkaul is offline
 
Join Date: Jan 2005
Location: Saint Louis, Missouri
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ssslippy View Post
To fix the reply to all issue I forced it to be on at all times. This will only display when there is multiple recepients. This isnt quite the proper way but it was a simple quick fix.
Thanks! "Proper" or not, it now works as expected.
Reply With Quote
  #170  
Old 11-11-2007, 05:20 PM
ballpnet ballpnet is offline
 
Join Date: Oct 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack! Everything works well except for one little issue. The "Private Messages:" link in my navbar is pointing to different urls at times. I've already set my forum url in vbulletin options as "http://www.mysite.net/forums"

The link, "http://www.mysite.net/forums/private.php" is the out put for forums as well as the portal page(vbportal 3.5.6). However, my gallery(PhotoPost vBGallery v2.3) is giving me some trouble: The link is "http://www.mysite.net/gallery/private.php" which is quite clearly going to render a 404. Any ideas on how I can fix this? Thanks.
Reply With Quote
  #171  
Old 11-17-2007, 01:26 AM
IvyKeepMommy IvyKeepMommy is offline
 
Join Date: Sep 2007
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ssslippy View Post
To fix the reply to all issue I forced it to be on at all times. This will only display when there is multiple recepients. This isnt quite the proper way but it was a simple quick fix.

Change

Code:
$cyb_confirmmulticc = substr($pm['recipients'],$cyb_checkmulticc,1);

if ($cyb_confirmmulticc ==';')
{
to

Code:
$cyb_confirmmulticc = 1;

if ($cyb_confirmmulticc =='1')
{
I'm having the same issue with needing the reply to all for only 2 users.

Where do I make this code change?
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 01:42 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.05064 seconds
  • Memory Usage 2,313KB
  • 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
  • (6)bbcode_code
  • (3)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
  • (1)pagenav_pagelinkrel
  • (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