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?

Elenna 11-17-2007 03:13 PM

Quote:

Originally Posted by IvyKeepMommy (Post 1384131)
I'm having the same issue with needing the reply to all for only 2 users.

Where do I make this code change?

Looks like it is in the "Cyb - PM System Enhancements - RA" Plugin that you make that change.

I put /* and */ around the old lines, in case I want them back.

Symmetrical? 11-29-2007 10:59 PM

thnks Cybernetec. its working perfectly.

kralex 11-30-2007 12:35 AM

thanks for super mod

LilSniper 12-02-2007 05:10 PM

This system is useful and it worked great for me.

Great job.

Samy 12-03-2007 08:21 AM

Great job for all. :up:
It worked in 3.6.8


In vBa solved with this.:)
Quote:

Originally Posted by Tulsa (Post 1233279)
In the default settings under the vBa CMPS group in your admincp, type cybpmmenu in the box labeled Portal Output Global Variables.


DieselMinded 12-09-2007 04:19 PM

I need

"Save a copy of this message in Sent Items" checked by default?

To be user group based ,,, I only want sponsors and staff to be defult save of sent messages

Can you do this ?

popowich 12-10-2007 10:00 AM

Quote:

Originally Posted by Littlebit (Post 1354726)
for vBa, go to your vBa CMPS default settings and under Portal Output Global Variables, add: cybpmmenu

For ibproarcade, open arcade/functions/functions.php file and search for
PHP Code:

$header

after add:
PHP Code:

 $cybpmmenu


Thanks! This taught me the fix for both the vBa page and how to add the welcome headers to my arcade. :)

-Raymond

JVSP 12-12-2007 03:22 AM

sorry if this has been posted before but on my vba home page I get a red x (image) to the right of the nav box. When I right click the image and check properties is says www.****.com/clear.gif

This image does not appear on the forum page, only on the vba homepage.

Thanks

EDIT: NM just had to put a copy of the file clear.gif from the vbulletin files into the main directory.. Thanks

LouiseWilson 12-13-2007 08:34 PM

hi ive installed it and i get this for some reason any suggestions
see attched

juan71287 01-11-2008 08:09 PM

I was wondering if there was a way to disable the DHTML menu so it don't pop down. I just want the blinking. Thanks.

EDIT: Found that there was an option on the Options of the hack. Thanks.

GuaRRand 01-17-2008 08:59 AM

Can you add an option that will show when you got a new reputation post?

REVHEAD 01-21-2008 05:17 AM

I am recoeving a bug with my extreme pixals fusion skin, Would I be able to correct this some how?

DieselMinded 01-25-2008 01:39 AM

For some reason none of the NewPM Form Defaults are working when using the Quick Reply Mod

TRBoxman 02-05-2008 09:04 PM

I love this hack! Unfortunately it isn't working on 3.7 beta 4. Are there any plans to update this to function with 3.7 any time soon????? Please????

Valter 02-06-2008 06:43 PM

All of my hacks will be updated for 3.7 once it comes gold.

TRBoxman 02-07-2008 04:22 PM

Thanks for the info. Yet one more reason to wish the beta program was going faster....

TheInsaneManiac 02-10-2008 04:02 PM

Ummm, why does the hack not work on my arcade page?

sunnycher 03-10-2008 08:17 AM

How can we make it work for 2 or more for the Reply To All? I NEED that! anyway to edit something?


Quote:

Originally Posted by bkaul (Post 1240091)
I'm noticing on my forum that "Reply to all" works fine with 3 or more recipients, but the link doesn't appear with only 2. > vs >= logic issue maybe?


sunnycher 03-10-2008 08:26 AM

Thank you! This fixed my Reply to All issue :)



Thanks for this hack Cybernetec!! I appreciate it!

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



fatal1980 03-11-2008 09:53 PM

For 3.6 I think you're missing a </span>

PHP Code:

var cyb_pm_phrase_stripped cyb_pm_phrase.replace('</a>:''</a>:<if condition="$vboptions[cyb_pme_enable_pmmenu]"><span id="navbar_cybppenh"></if><if condition="($vboptions[cyb_pme_newpmsig_color]!='') AND ($bbuserinfo['pmunread'] > 0)"><blink> <span style="color:$vboptions[cyb_pme_newpmsig_color];">').replace(',''</span></blink>,</if>'); 

PHP Code:

var cyb_pm_phrase_stripped cyb_pm_phrase.replace('</a>:''</a>:<if condition="$vboptions[cyb_pme_enable_pmmenu]"><span id="navbar_cybppenh"></if><if condition="($vboptions[cyb_pme_newpmsig_color]!='') AND ($bbuserinfo['pmunread'] > 0)"><blink> <span style="color:$vboptions[cyb_pme_newpmsig_color];">').replace(',''</span>[B]</span>[/B]</blink>,</if>'); 

I had to add that otherwise the ajax menu for private messages would pop up when clicking on the 'New' link.

mariocaz 03-12-2008 05:01 AM

Very nice hack!

ShackMaster 03-13-2008 02:16 AM

We are having some issues with it not showing Reply To All on all PMs... here is the message from one user:

Quote:

I don't know whats wrong with this new software, but all I see is that this was sent to ME ALONE, noone else is listed as a recipient.
This has been happening for the last couple of days, so I just tried Internet Explorer to see if it was my Firefox install, well it isn't, because it's still happening.

I noticed lately that there are ERROR messages up top these days when getting PMS, I have copied and pasted them below:

Warning: array_search() [function.array-search]: Wrong datatype for second argument in /private.php(1727) : eval()'d code on line 12

Warning: implode() [function.implode]: Bad arguments. in /private.php(1727) : eval()'d code on line 14

I've noticed these errors the last couple of days, I bet it conicides with me not seeing who else got the message sent to them, and why there is no "Reply to all" option anymore.

GoodKarmaKid 03-27-2008 10:51 PM

Quote:

Originally Posted by Cybernetec (Post 1437589)
All of my hacks will be updated for 3.7 once it comes gold.

How much should I donate to get the ball rolling for 3.7RC1? :)

ArnyVee 03-27-2008 11:37 PM

Worked for me! :)

GoodKarmaKid 03-27-2008 11:42 PM

Quote:

Originally Posted by ArnyVee (Post 1476319)
Worked for me! :)

3.7 RC1 worked?

I just didn't want to break something if I installed, if others are reporting that it works, I will install and donate, if works.

Jason

ShackMaster 03-28-2008 01:19 AM

This mod is marked as supported.

What are the procedures for obtaining support?

Thanks!

Valter 03-28-2008 08:47 PM

Currently I have no time to reply to every single post, but I'm reading them all... Next update will fix known issues.

ShackMaster 03-28-2008 08:55 PM

Thanks!

Thelonius Beck 03-30-2008 11:14 PM

Nice.

mmdmk 04-13-2008 06:08 AM

Thank you for your nice Hack. I have a add a blinking .gif in the navbar.

PHP Code:

<if condition="$bbuserinfo['pmunread']"><a href="/forum/private.php?$session[sessionurl]"><img hspace="10" src="$stylevar[imgdir_misc]/newpm.gif" alt="You have a new mail!" border="0"></a>
    </if><
br /> 

How can i make a link to my .gif graphic, to open the popup-menu from this Hack (<a href= ????></a>) ?


All times are GMT. The time now is 11:11 AM.

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.01483 seconds
  • Memory Usage 1,837KB
  • 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
  • (8)bbcode_code_printable
  • (5)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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