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 - GTPrivate Message Alert Popup (https://vborg.vbsupport.ru/showthread.php?t=149658)

GrendelKhan{TSU 11-07-2007 08:21 AM

great mod!! :D

question: is anyway to change the color (like to yellow like here) for i? same color as rest of forum makes it hard to see.

BadgerDog 11-14-2007 01:43 PM

Installed.... :up:

Very nice... :)

Regards,
Badger

bc3tech 11-19-2007 07:58 PM

Quote:

Originally Posted by fatal1980 (Post 1374064)
Awesome. Thanks for the update. After editing the plugin 'Replace PM Popup' and setting "$gtpmmessage = false;". I was able to add $pmmessage to vbAdvanced global output variables and to the adv_portal template and now the notification shows properly under the vbadvance portal.

thanks for the info mang, i was just about to uninstall this until i saw your post. trying it now.

henners 11-20-2007 10:36 AM

Is this optimised for 3.6.8, or could it be backwards compatible (say, for 3.6.0) ? Great mod though even if not :)

Princeton 11-27-2007 12:34 PM

Quote:

Originally Posted by henners (Post 1386166)
Is this optimised for 3.6.8, or could it be backwards compatible (say, for 3.6.0) ? Great mod though even if not :)

it may work for earlier versions ..

ncangler 12-04-2007 02:41 PM

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.

BelMaseto 12-04-2007 05:12 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1377589)
great mod!! :D

question: is anyway to change the color (like to yellow like here) for i? same color as rest of forum makes it hard to see.

same here...

Great mod! Insalled.

MrPHD 01-07-2008 01:22 PM

Hi, whit me on only one template works. Regards

Boofo 01-31-2008 05:25 PM

Joe, thank you for this mod, sir. ;)

Oh, and I got your template figured out and installed, sir. ;)

Snookieboy 02-25-2008 10:57 PM

Great mod, cheers :)

Is there any way to make the new message bit stay on the page until they view it?

Members like the new system better, but if they miss the new message reminder many then don't realize they have new messages?

Cheers! :)

RedGTiVR6 02-27-2008 06:02 PM

Will this work on 3.7?

Chadi 03-01-2008 02:29 AM

I have this strange issue where it displayed once. What I did was send a test pm and refreshed, but this time it did not appear. Is this once display setup per cookie session? Can you please explain how to modify it so it appears every time on unread private messages?

Thanks

BadgerDog 03-01-2008 10:23 AM

Quote:

Originally Posted by chadi (Post 1454149)
I have this strange issue where it displayed once. What I did was send a test pm and refreshed, but this time it did not appear. Is this once display setup per cookie session? Can you please explain how to modify it so it appears every time on unread private messages?

Thanks

I have this same problem ..... :up:

I'm not sure why the message dissappears when it does. Now that you mention the cookie thing, I think that's exactly the way it behaves on my system. It's not really that valuable to us when it works that way, particularly if people log in at the vBA home page first, so I was just about to uninstall it.

Perhaps I'll wait and see what answer you get first....

Other than that, very nice mod....

Regards,
Badger

jGas 03-05-2008 05:53 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1452333)
Will this work on 3.7?

no, it will not work.

i think that Princeton will upadate it with the first stable version of 3.7 (not beta)

Boofo 03-05-2008 10:53 PM

Quote:

Originally Posted by jGas (Post 1457834)
no, it will not work.

i think that Princeton will upadate it with the first stable version of 3.7 (not beta)

I have it working fine on 3.7. Have you even tried it?

jGas 03-06-2008 06:45 AM

Quote:

Originally Posted by Boofo (Post 1458005)
I have it working fine on 3.7. Have you even tried it?

yes now it's working..

i've installed it but i haven't followed the tips on the first post (Make sure that your vBulletin Options...) :D

MissKalunji 03-13-2008 06:01 PM

Quote:

Originally Posted by Princeton (Post 1390283)
it may work for earlier versions ..

Yeah works on 3.6.4

MrTJ 03-16-2008 04:15 PM

how do you set Show New Private Message Notification Pop-up so its default to all new forum sign ups?

MissKalunji 03-16-2008 04:28 PM

Quote:

Originally Posted by MrTJ (Post 1466234)
how do you set Show New Private Message Notification Pop-up so its default to all new forum sign ups?

you can set it in ur admincp under registration option

Boofo 05-25-2008 07:31 PM

How would I go about changing the colors in this?

mikkitine 05-26-2008 12:44 AM

Quote:

Originally Posted by ncangler (Post 1394746)
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?

eddo82 10-06-2008 01:27 PM

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.

C2Systems 10-08-2008 03:07 AM

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!!

jacko_162 09-21-2009 09:31 AM

tested and working on 3.8.3 :)

is there anyway to get the background in the cell with "New private Message:" to flash?

linuxututs 10-18-2009 02:44 AM

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,

MegaSpecter 11-12-2009 02:32 PM

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?

Ghostt 11-25-2009 07:20 PM

Quote:

Originally Posted by MegaSpecter (Post 1913098)
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

Ghostt 11-28-2009 10:35 AM

isn'T it possible? or this mod have no sense no user just see that little alert witch do not pop up!!

Ghostt 11-30-2009 12:48 PM

omg no support -.-

athlon64bit 01-24-2010 09:28 PM

Does this work on vb 4? Any plans to update it to vb 4? :)

Manoel J?nior 06-04-2011 04:18 PM

Does not work 3.8.7

adwade 06-12-2011 07:22 PM

I just installed it on v3.8.6 and it works fine. As has been said, to test it you need to send a PM to another account not your own. I could not figure out how to change the colors, but I did edit the product-gtpm_popup.xml file from:
Code:

...border="0" width="100%" align="center">
to
Code:

...border="0" width="50%" align="center">
and then re-imported the product w/overwrite=ON

That helps make it somewhat more noticeable, for users since it's not the same WIDTH as the rest of the page.

JesWhite 01-25-2016 01:18 PM

Quote:

Originally Posted by athlon64bit (Post 1965611)
Does this work on vb 4? Any plans to update it to vb 4? :)

i'm waiting too..


All times are GMT. The time now is 08:09 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.01275 seconds
  • Memory Usage 1,808KB
  • 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
  • (4)bbcode_html_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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