vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Private Messages Enhancements - [OzzModz] vBulletin.org Type New Private Message Identifier (https://vborg.vbsupport.ru/showthread.php?t=315267)

ozzy47 11-15-2014 12:15 AM

Please redownload the zip, and re install the XML, I just fixed a error in it. :)

I.G.O.T.A. 12-08-2014 01:19 PM

Thanks again!

Installed on vB 4.2.2 patch level 2 with no issues. ;)

ozzy47 12-08-2014 01:53 PM

Excellent, glad to hear. :)

Black Snow 12-08-2014 02:31 PM

I made this plugin a while ago on my forum before you released it ozzy. Not sure if this is more simple or not.

Code:

if($vbulletin->userinfo['pmunread']){
$find = '<li class="welcomelink">';
$replace = '<li class="welcomelink">
    <a href="private.php?"><img border="0" src="images/newpm.gif" width="22" height="10"></a>';

$output = str_replace($find, $replace, $output);
}


ozzy47 12-08-2014 09:35 PM

About the same thing, mine is a bit more involved as far as the html to make it render correctly in all browsers. :)

LLent 12-13-2014 04:35 PM

Hey Ozzy i have db notifications installed will there be a conflict with that or will this be fine to have them both

ozzy47 12-13-2014 05:13 PM

It should be fine with both. :)

Alan_SP 12-13-2014 09:31 PM

I have DBTech's vBNotifications and use template modification and everything works just fine, so I guess this will work just fine with this mod also.

Just you need to know, this mod and template modification are "passive", so you need to reload page that PM icon become visible. Bun with vBNotifications it isn't so, they are "active", so you would receive PM notification as soon as PM is received (of course, depending on setting this isn't 100% instant, to save server resources).

ozzy47 12-13-2014 09:34 PM

That is correct, this does not use ajax to load the image. :)

LLent 12-21-2014 10:30 AM

Hey ozzy i run db notifications and i just put this in some of my members like this notification and some like the other would it be possible to add a user setting to disable this if the others wished to do so


All times are GMT. The time now is 12:42 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.01427 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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