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
GTPrivate Message Alert Popup Details »»
GTPrivate Message Alert Popup
Version: 1.0.3, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.6.8 Rating:
Released: 06-12-2007 Last Update: 10-30-2007 Installs: 192
Uses Plugins Template Edits
 
No support by the author.

NEW 1.0.3 VERSION (download pm_new_alert_popup103.zip)

GTPrivate Message Alert Popup replaces the javascript private message alert popup. It is similar to the one here on vbulletin.org except that the style is different.

The one supplied here is a standard vBulletin style. Below is a screenshot of how it looks like.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

Show your support and click Mark As Installed, Nominate For MOTM, or Support Developer.

All you have to do is upload the product via the Plugin system.

I know somebody will end up asking me so ..

If you are having problems:
  • Make sure that your vBulletin Options / Instant Messaging Support - Check for New Private Messages is enabled.
  • Make sure that the receiver of message has Show New Private Message Notification Pop-up checked.
  • Test by sending private message to another user (not yourself).
  • Duplicate alerts in navbar? Remove $pmmessage from navbar template.
  • Prefer to have alert in header template? Manually add $pmmessage to the bottom of your header template and change $gtpmmessage = true; to $gtpmmessage = false; in "Replace PM Popup" plugin
NOTE: This modifciation works similar to the alert popup. It will only display 1 time.

History:
  • v1.0.3 Fixed quote issue - title with quotes would appear with slashes eg. \"title\"
  • v1.0.3 there's no need to add $pmmessage
  • v1.0.2 Added missing phrases
  • v1.0.1 Added missing template to xml
Recently Released Modifications:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 07-05-2007, 01:46 PM
Dannyloski Dannyloski is offline
 
Join Date: Jun 2006
Location: FL
Posts: 401
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Add-on, I will not install, but I'll subscribe to this thread in case anyone will add the code so that it shows all the time until it has been read by the user. At that point, I would then install, but great job on this :up:
Reply With Quote
  #63  
Old 08-04-2007, 11:07 PM
Mr. Burns Mr. Burns is offline
 
Join Date: Mar 2007
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed! Very sa~Weet hack! Had some installation issues until I added $pmmessage as you said to do!
Reply With Quote
  #64  
Old 08-04-2007, 11:42 PM
Mr. Burns Mr. Burns is offline
 
Join Date: Mar 2007
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

P.S. I agree with Dannyloski's suggestion btw.
Reply With Quote
  #65  
Old 08-08-2007, 03:49 PM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dannyloski View Post
Nice Add-on, I will not install, but I'll subscribe to this thread in case anyone will add the code so that it shows all the time until it has been read by the user. At that point, I would then install, but great job on this :up:

Me too
Reply With Quote
  #66  
Old 08-11-2007, 10:16 PM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great job, Installed.

Popups annoy me a lot so I have them disabled for myself. This hacks makes me want to enable em again and I am sure my members will love it too.
Reply With Quote
  #67  
Old 08-12-2007, 08:44 AM
dicegame dicegame is offline
 
Join Date: Jan 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't work for me, i don't even get anything shown.
Reply With Quote
  #68  
Old 08-12-2007, 09:03 AM
nnjj.net nnjj.net is offline
 
Join Date: Dec 2002
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it working for 3.6.8?
Reply With Quote
  #69  
Old 08-16-2007, 08:17 AM
HDT HDT is offline
 
Join Date: Sep 2006
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Default placement $pmmessage after installed is under navbar,if I want move it to other place where I modify it.

I try added $pmmessage code under header but now I have 2 popup notification under header and under navbar,I would like to remove popup notification under navbar.

By the way great mod.
Reply With Quote
  #70  
Old 08-16-2007, 01:09 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Default placement $pmmessage after installed is under navbar,if I want move it to other place where I modify it.

I try added $pmmessage code under header but now I have 2 popup notification under header and under navbar,I would like to remove popup notification under navbar.

By the way great mod.
you have 2 notifications now because you have 2 $pmmessage .. you can remove the one in navbar
Reply With Quote
  #71  
Old 08-17-2007, 01:41 AM
HDT HDT is offline
 
Join Date: Sep 2006
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
you have 2 notifications now because you have 2 $pmmessage .. you can remove the one in navbar
Yes you right but where I can found default $pmmessage,i try search on navbar template but I cant found it.
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 05:15 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.06802 seconds
  • Memory Usage 2,306KB
  • 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
  • (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
  • (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