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)

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.


All times are GMT. The time now is 10:20 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.01306 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)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