vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - Cyb - PM System Enhancements (https://vborg.vbsupport.ru/showthread.php?t=141838)

David Bott 10-21-2007 04:33 PM

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

ssslippy 10-25-2007 02:53 PM

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')
{


ragtek 10-28-2007 12:14 AM

one problem: if user have disabled js he cant see the pm part in the right box

David Bott 10-28-2007 11:44 AM

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 (Post 1368382)
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')
{



ssslippy 10-28-2007 04:51 PM

So wait david is that working for u not cause it works for me.

David Bott 10-28-2007 06:09 PM

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.

mri_mohammad 11-08-2007 11:03 AM

Thanks it's very nice

bkaul 11-09-2007 04:20 AM

Quote:

Originally Posted by ssslippy (Post 1368382)
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. :)

ballpnet 11-11-2007 05:20 PM

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.

IvyKeepMommy 11-17-2007 01:26 AM

Quote:

Originally Posted by ssslippy (Post 1368382)
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?


All times are GMT. The time now is 05:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01192 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete