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
  #102  
Old 05-26-2008, 12:44 AM
mikkitine's Avatar
mikkitine mikkitine is offline
 
Join Date: Oct 2007
Location: London
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ncangler View Post
Thank you for this! I am using the vBadvanced CMPS for my home page and the alert shows up but the link is not correct as it is missing the /forums path. What template do I edit to add this? Thank you.
Anybody know how to handle this one?
Reply With Quote
  #103  
Old 10-06-2008, 01:27 PM
eddo82 eddo82 is offline
 
Join Date: Feb 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got this working on vbadvanced and vbulletin 3.7. Pretty sure these aren't the best directions to do get this work, but I'm just sharing what I did to get it working.

My setup:
vbadvanced: www.yourdomain.com
vbulletin: www.yourdomain.com/forums

Before installing, I edited the xml file. I added the URL to the forums where it says private.php. There are 2 places to edit.

If you already, installed the mod, I would uninstall and make the following changes.

Before:
HTML Code:
<phrase 1="private.php?$session[sessionurl_q]">$vbphrase[gtpm_new_private_message]</phrase>
After:
HTML Code:
<phrase 1="http://www.yourdomain.com/forums/private.php?$session[sessionurl_q]">$vbphrase[gtpm_new_private_message]</phrase>
----------

Before:
HTML Code:
<phrase 1="$newpm[username]" 2="$newpm[title]" 3="private.php?$session[sessionurl]do=showpm&amp;pmid=$newpm[pmid]" 4="$stylevar[imgdir_statusicon]">$vbphrase[gtpm_have_new_pm_popup_x_y]</phrase>
After:
HTML Code:
<phrase 1="$newpm[username]" 2="$newpm[title]" 3="http://www.yourdomain.com/forums/private.php?$session[sessionurl]do=showpm&amp;pmid=$newpm[pmid]" 4="$stylevar[imgdir_statusicon]">$vbphrase[gtpm_have_new_pm_popup_x_y]</phrase>
----------

1) Install the mod.

2) Go to: vbulletin admin control panel -> vBa CMPS -> Default Settings -> Main Options
In "Portal Output Global Variables", add: newpm

3) Click save.

That should be all.
Reply With Quote
  #104  
Old 10-08-2008, 03:07 AM
C2Systems C2Systems is offline
 
Join Date: Feb 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

always showing a new unread pm's would be rad!

also, a list of all new unread pm's too, or the last 3? ... not just a link to the last one

I like it tho!!
Reply With Quote
  #105  
Old 09-21-2009, 09:31 AM
jacko_162 jacko_162 is offline
 
Join Date: Jul 2009
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tested and working on 3.8.3

is there anyway to get the background in the cell with "New private Message:" to flash?
Reply With Quote
  #106  
Old 10-18-2009, 02:44 AM
linuxututs linuxututs is offline
 
Join Date: Oct 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This Mod still works GREAT on new vB 3.8.4 board.

Thanks,

P.S. You have to manually put " $pmmessage " in all your navbar templates. ( I placed mine at the end of all my navbar templates and works like a treat !

Cheers,
Reply With Quote
  #107  
Old 11-12-2009, 02:32 PM
MegaSpecter MegaSpecter is offline
 
Join Date: Oct 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this mod work with 3.8? - EDIT: Yes, I just installed it and it works great. Only downside to this system is that the alert goes away once the user sees it for the first time.

Can anybody create an update where the alert does not go away until the user views the new PM?
Reply With Quote
  #108  
Old 11-25-2009, 07:20 PM
Ghostt Ghostt is offline
 
Join Date: Oct 2009
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MegaSpecter View Post
Does this mod work with 3.8? - EDIT: Yes, I just installed it and it works great. Only downside to this system is that the alert goes away once the user sees it for the first time.

Can anybody create an update where the alert does not go away until the user views the new PM?
you are fully right MegaSpecter!! it should be shown permanently until the PM is readed. because many users jus even see it while fast scrolling or something else...

is it possible? PLEASE add this great little feature
Reply With Quote
  #109  
Old 11-28-2009, 10:35 AM
Ghostt Ghostt is offline
 
Join Date: Oct 2009
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

isn'T it possible? or this mod have no sense no user just see that little alert witch do not pop up!!
Reply With Quote
  #110  
Old 11-30-2009, 12:48 PM
Ghostt Ghostt is offline
 
Join Date: Oct 2009
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

omg no support -.-
Reply With Quote
  #111  
Old 01-24-2010, 09:28 PM
athlon64bit athlon64bit is offline
 
Join Date: Mar 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work on vb 4? Any plans to update it to vb 4?
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 07:54 PM.


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.05012 seconds
  • Memory Usage 2,313KB
  • 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
  • (4)bbcode_html
  • (2)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
  • (3)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