Log in

View Full Version : Private Messages Enhancements - TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl)


LifesGreatestGift
11-24-2010, 10:00 PM
https://vborg.vbsupport.ru/external/2010/11/16.png

Description:
This mod changes the way notifications are displayed. It disables the default dropdown menu listed in the toplinks in the header and uses a free open script called jGrowl to display them on the bottom left of the screen no matter where you are on a page. Helps with people "not noticing" the notifications. Enjoy. TheWindows7Site

Instructions:

1) Upload files in attachment to forum root

2) Open template headinclude

Paste the following code at the bottom

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->


3) Open template header

Find the following:

<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>


Replace with:


<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->



Done!

Have fun customizing this to fit your needs.

Arabic Translation (https://vborg.vbsupport.ru/showpost.php?p=2125823&postcount=5) by Dr.osamA (https://vborg.vbsupport.ru/member.php?u=61153)
Spanish Translation (https://vborg.vbsupport.ru/showpost.php?p=2126174&postcount=20) by Destron (https://vborg.vbsupport.ru/member.php?u=362009)

steve1966
11-25-2010, 08:00 PM
thanks will try this

Juggernaut
11-25-2010, 08:28 PM
Looks very good, tagged for later :D

The Death [LK]
11-26-2010, 01:19 AM
]good mod :)

Dr.osamA
11-26-2010, 02:45 AM
thanxxx man

good mod

installed + 5 stars

translated to Arabic

code in header

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />يجــب عليك قــراءة الرسائل الخاصة لتختفــي هذه النافـذه.' , { sticky: true, header : 'الرسائل الجديدة' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->


files in attashment

keep it up :D

LifesGreatestGift
11-26-2010, 02:52 AM
Thanks for the translation. Added to original post.

blake247
11-26-2010, 04:31 AM
Great mod! Thank you!

Juggernaut
11-26-2010, 04:45 AM
I like this one very much as well, thank you :D

RobbieZ
11-26-2010, 05:00 AM
I like the way it wont disappear unless you click as some do go ignored..

Iroc88
11-26-2010, 06:01 AM
Very Nice, Thank you!

Skyrider
11-26-2010, 09:05 PM
Can this be set by usergroup? So only specific usergroups will get this notification box?

LifesGreatestGift
11-26-2010, 09:13 PM
Can this be set by usergroup? So only specific usergroups will get this notification box?

Yes, but why?

Skyrider
11-26-2010, 09:41 PM
Yes, but why?
Because I personally don't prefer to force our users to view their new messages if they don't want to check it right now. Plus, we have a usergroup (inteam) for developing a game and we need every single of our staff to check their messages. This would greatly help with that.

basilrath
11-26-2010, 09:42 PM
i cant see why you would want a specific usergroup to be able to access or recieve notification ...... given the notifications are targetted specifically anyway?

Nice mod good work

preemz10314
11-26-2010, 09:59 PM
I tried to install it.. but It didnt excatly work? but it did not cause any errors? Does this work on custom themes? Or maybe i did something wrong..do you have to enable in it options?

Skyrider
11-26-2010, 10:00 PM
i cant see why you would want a specific usergroup to be able to access or recieve notification ...... given the notifications are targetted specifically anyway?

Nice mod good work
Isn't this mod meant (created / default) for everyone, all usergroups?

LifesGreatestGift
11-26-2010, 10:08 PM
Isn't this mod meant (created / default) for everyone, all usergroups?

Yes. If you want to set it up for specific user groups then go ahead. I will not be posting the code. My code is for ALL usergroups. Enjoy. :)

Skyrider
11-26-2010, 10:18 PM
Yea, that's the problem.. I don't know how to target specific usergroups XD

Dr.osamA
11-26-2010, 10:30 PM
Thanks for the translation. Added to original post.


thank you sir

Juggernaut
11-26-2010, 11:24 PM
Here is my spanish header translation if anyone is interested :D

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Debes ver tus notificaciones para que este mensaje desaparezca.' , { sticky: true, header : 'Aviso del foro' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

LifesGreatestGift
11-26-2010, 11:28 PM
Here is my spanish header translation if anyone is interested :D



Thanks, link added to mod.

seeson
11-27-2010, 12:46 AM
Works perfectly. Thank you!

Juggernaut
11-27-2010, 12:51 AM
Yea, that's the problem.. I don't know how to target specific usergroups XD
You can use a conditional for that, I used a conditional to exclude an admin who didn't like the new notifications, but the rest of my members love it.

basilrath
11-27-2010, 02:17 PM
Strange this works when in the private.php

but not when on the forumhome?

so if you go into the inbox or to the private.php it shows bottom left but then return to forumhome still nothing

any ideas?

basilrath
11-27-2010, 02:52 PM
Update

works on the index page on cms but not the forumhome page

Skyrider
11-27-2010, 03:51 PM
You can use a conditional for that, I used a conditional to exclude an admin who didn't like the new notifications, but the rest of my members love it.
Yea, I also did that. Works good then. Would be great if users can enable/disable this in their control panel.

LifesGreatestGift
11-27-2010, 05:11 PM
Update

works on the index page on cms but not the forumhome page

Registered, couldn't find the mod in use.

Skyrider
11-27-2010, 10:32 PM
For those who prefer not that the messages are being displayed while reading your PM list or while reading a PM, use this code:

<vb:if condition="THIS_SCRIPT != 'private'"><!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Debes ver tus notificaciones para que este mensaje desaparezca.' , { sticky: true, header : 'Aviso del foro' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) --></vb:if>

I've only added <vb:if condition="THIS_SCRIPT != 'private'"></vb:if>
To prevent the pop-up being shown while in private.php (the PM list & messages).. If there is something wrong with this code, please let me know.. I never actually used this before and it works fine for me.

Would be great if a modification is being made of this. So an option can be set to use the advanced (this one) pop-up or the original. Also would be nice if you can actually close the pop-up and won't appear again until you get a new PM.

LifesGreatestGift
11-27-2010, 11:09 PM
Thats fine. No problem with me. I leave my code as is incase there are friend requests, visitor messages etc, the user can then jump to those notifications right from PM.

basilrath
11-28-2010, 09:10 AM
ill re- add the mod today and you can see what i mean ................:)

Many thanks

basilrath
11-28-2010, 09:14 AM
Ok mod added and you will see what i mean for cms

horussjr
11-28-2010, 12:40 PM
Romanian translation:) Good mod but i don't like how it is shown. Letters, color etc. I'm gonna keep it but edit it to my style:)

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Trebuie sa iti verifici notificarea(ile) inainte ca aceasta caseta sa dispara.' , { sticky: true, header : 'New Notification(s)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

basilrath
11-28-2010, 01:13 PM
i agree so let me know the edits lol

im assuming its in the css

basilrath
11-28-2010, 04:36 PM
Resolved - conflict between lightbox on tutorials ..............

Fixed

Cheers Krypto

LifesGreatestGift
11-28-2010, 04:45 PM
If you want to style the fonts


$.jGrowl('<div style="font-weight:normal;color:#ffffff;">{vb:raw notifications_menubits}</div> <br /><div style="font-weight:normal;color:#ffffff;">You must view your notification(s) before this box will disappear.</div>' , { sticky: true, header : '<div style="font-weight:normal;color:#ffffff;">New Notification(s)</div>' } );


Then mess around with using div styles like pictured above. To change the black/transparent bg then you will need to edit the .css file

FReeSTER
11-29-2010, 12:29 AM
Not working for me

LifesGreatestGift
11-29-2010, 12:40 AM
Not working for me

How so? Forum link?

FReeSTER
11-29-2010, 01:26 AM
How so? Forum link?

It was not working on Forumhome page. Let me do the edits again and let you know URL

thanks :D

bada_bing
11-29-2010, 01:33 AM
Does anyone know how to make this work with vb 3.x

Diehardshorty
11-29-2010, 02:06 AM
Nice cant wait to see what an update would look like

m!dn!ght
11-29-2010, 08:21 AM
hi
there is a problem with IE
if you have notifaction you can't browse pages

basilrath
11-29-2010, 10:01 AM
Which IE - Im using 8 and seems ok?

m!dn!ght
11-29-2010, 02:04 PM
i found what is the problem
in step 3 i don't need replace codes, just add TW7S codes in top of header and now working in IE

LifesGreatestGift
11-29-2010, 11:11 PM
The replacing of the codes is what disables the default dropdown.

FReeSTER
11-30-2010, 12:29 AM
Ok, i have done all the edits and upload the files, if you want can take a look at my site, is not working :(

chuckhodson
11-30-2010, 04:26 AM
Awesome works great thanks.

horussjr
12-01-2010, 10:28 AM
not working. i found why but i dont know what to do. i have steam profile integration (the newest version) and have this code in headinclude at the end

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script>

in this order steamprofile is working. to make the notification work i have to put the code at the bottom but than steamprofile doesn't work any more. i have to use the steam profile but i also like your mod. what to do?

basilrath
12-01-2010, 12:14 PM
Whats the steamprofile script?

Krusty1231
12-01-2010, 02:02 PM
It fails to work for me either. I can follow instructions - did and done - and nothing. I think perhaps my forum is called home.php and not forum.php - do you think that is the issue?

Seems like a nice addon and I would really like to get it to work.

Any insights?

horussjr
12-01-2010, 03:15 PM
search for steamprofile integration. but it's not the vbulletin version. it's the last version directly from the developer

andreamarucci
12-06-2010, 06:18 PM
It work but it seems to conflict with the popup notification of new messages function that is built in VB. Anyone know how to disable this option for all the vb users?

synseal
12-10-2010, 12:58 PM
It wasn't showing on the forumhome but working fine everywhere else until I placed this code

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

in headerinclude_bottom rather than headinclude

Now it shows everywhere.

Thanks for this mod :up:

Yaung Sein
12-14-2010, 11:11 AM
It wasn't showing on the forumhome but working fine everywhere else until I placed this code

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

in headerinclude_bottom rather than headinclude

Now it shows everywhere.

Thanks for this mod :up:

Thanks you, Synseal and original creator of this Modification of Template. :)

It will be better if can disable pop up for PM notification.

LifesGreatestGift
12-15-2010, 01:41 AM
Disable it in your UserCP and in AdminCP for future users. Don't know the SQL code to run to disable it for current registered members. Make a thread about how to disable it.

adwolf1
12-15-2010, 04:07 PM
when i insert:
<script type="text/javascript">
$.jGrowl('test...', {sticky: true, header : 'New Notification(s)' });
</script>

the box pops up properly with 'test' shown.

when i insert:
$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.', {sticky: true, header : 'New Notification(s)' });

No box appears.

When I just put
{vb:raw notifications_menubits}

in the template, out pops:
2 Unread Private Messages

So I know the template variable is indeed correct.

Any ideas?

adwolf1
12-15-2010, 04:12 PM
when i insert:
<script type="text/javascript">
$.jGrowl('test...', {sticky: true, header : 'New Notification(s)' });
</script>

the box pops up properly with 'test' shown.

when i insert:
$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.', {sticky: true, header : 'New Notification(s)' });

No box appears.

When I just put
{vb:raw notifications_menubits}

in the template, out pops:
2 Unread Private Messages

So I know the template variable is indeed correct.

Any ideas?

Solved my own problem --
"Add Template Name in HTML Comments" MUST be off or else this script won't work.

thanks

literatestylish
12-16-2010, 06:37 AM
Words GREAT on Firefox and Chrome, but it completely disables the forum on IE.

Edit: fixed it. As per step 3, don't remove the entire section it tells you to remove. Simply remove the part that pertains to the notification dropdown.

andreamarucci
12-16-2010, 10:14 AM
A little annoyance. Since my forum is a pay one, I've noticed that when the payment date approach, the little grey box show up and stay there until the forum payment is done. Problem is that some users told me that their forum quota is ending the 27 of december and the box is out now and there's no way to make it disappear...

Konsolenheld
12-16-2010, 11:16 AM
Is it possible to center this Box?

basilrath
12-16-2010, 11:19 AM
You can put it where you like providing you change the css coding

Konsolenheld
12-16-2010, 11:31 AM
/** Normal Style Positions **/
div.jGrowl {
position: absolute;

This part?

LifesGreatestGift
12-16-2010, 05:28 PM
Why change position of box? Its translucent and meant to be "in the way" so the member will have no choice but read the notification.

basilrath
12-16-2010, 08:17 PM
Choice ?

Lets face it we al dont like red pants ? :)

Mellow
12-17-2010, 11:37 AM
How easy is it to change the color of the box? I'd like it to be a light yellow w/black text just to stand out more.

Thanks!

basilrath
12-17-2010, 08:04 PM
its in the css file

Mellow
12-17-2010, 08:35 PM
its in the css file

Duh.. thanks! Sometimes obvious questions deserve obvious answers.

Yaung Sein
12-24-2010, 01:01 PM
Words GREAT on Firefox and Chrome, but it completely disables the forum on IE.

Edit: fixed it. As per step 3, don't remove the entire section it tells you to remove. Simply remove the part that pertains to the notification dropdown.

I have still error in IE. Can you show me how do you fix it?

whitedd
12-25-2010, 11:33 AM
...Croatian translation...

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Morate pregledati poruku(e) kako bi ova obavijest nestala.' , { sticky: true, header : 'Nova poruka(e)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

Yaung Sein
12-26-2010, 12:11 PM
I have still error in IE. Can you show me how do you fix it?

Any help to fix it? Anyone?

basilrath
12-26-2010, 12:17 PM
When you say error what exactly do you mean ?

Expand so we have something to work with :)

finsat
12-26-2010, 07:47 PM
how can i show it every where?same as main forum pages?

Yaung Sein
12-27-2010, 04:20 AM
I have still error in IE. Can you show me how do you fix it?

When you say error what exactly do you mean ?

Expand so we have something to work with :)

Forum was disabled in IE.

basilrath
12-27-2010, 09:17 AM
Forum was disabled in IE.
The problem with it is you will have a script conflict so the only way around this is to look for where the conflict is on your board.

how can i show it every where?same as main forum pages?
The developer would have to answer that question with a work around although there are other ways to do this.

Yaung Sein
12-27-2010, 02:06 PM
http://img715.imageshack.us/img715/6645/templateerror.gif

That's error I faced. :(

OldSchoolDSL
12-27-2010, 08:07 PM
Installed & Working

4.1 PL2

NOTE: To make fully compatible with Internet Explorer (tested with IE9) & Opera Browser (tested with 11)

Do not add the following code to headerinclude
Rather add to headerinclude_buttom



<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

Before replacing your header code....

Advised that you make a backup of your full header (save it in notepad... Save, not just copy & paste). This will make for a quick restore, should anything go wrong for you.

Yaung Sein
12-28-2010, 10:33 AM
Installed & Working

4.1 PL2

NOTE: To make fully compatible with Internet Explorer (tested with IE9) & Opera Browser (tested with 11)

Do not add the following code to headerinclude
Rather add to headerinclude_buttom



<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

Before replacing your header code....

Advised that you make a backup of your full header (save it in notepad... Save, not just copy & paste). This will make for a quick restore, should anything go wrong for you.

Not work with IE8. I have tested.

OldSchoolDSL
12-28-2010, 12:03 PM
Not work with IE8. I have tested.


1) There must be some kind of Mod on your community conflicting

---- OR ----

2)

There has to be something wrong with your browser. A plug-in, a pop-up blocker, toolbar, spyware, adware.... Something.....

This was tested and works on Internet Explorer 7, 8, and 9. I even had one member who seems to refuse to update from Internet Explorer 6, who says this works (though not so well for them as IE6 is 10 years old and obsolete ).

basilrath
12-28-2010, 02:45 PM
Its a script conflict

leclownos
01-01-2011, 11:00 AM
Thanks ! very good

Noser
01-02-2011, 12:46 AM
Transalted to german

installed very nice mod

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Sie m?ssen sich die Nachrichten ansehen bevor die Box verschwindet.' , { sticky: true, header : 'Neue Nachricht(en)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

coolankur49
01-02-2011, 02:03 AM
Installed & Working

4.1 PL2

NOTE: To make fully compatible with Internet Explorer (tested with IE9) & Opera Browser (tested with 11)

Do not add the following code to headerinclude
Rather add to headerinclude_buttom



<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->Before replacing your header code....

Advised that you make a backup of your full header (save it in notepad... Save, not just copy & paste). This will make for a quick restore, should anything go wrong for you.

INTERNET EXPLORER CANNOT OPEN THE PAGE. OPERATION ABORTED.

I got this error.

I tried adding the code first in headerinclude_buttom.
Then in headerinclude :(

No Luck

Mike4x4
01-03-2011, 07:58 AM
dosnt work i have a notification and nothing appears.

basilrath
01-03-2011, 02:37 PM
Difficult to help with so little information

try moving your jscripts folder

Brandon Sheley
01-03-2011, 02:41 PM
nice mod, will check it out :)
* Brandon Sheley clicks install

finsat
01-04-2011, 02:56 PM
any idea??????????


how can i show it every where?same as main forum pages?

kylek
01-04-2011, 08:57 PM
How does one move it say to the top left position instead of the bottom left where it is now? Have been looking at the .css file but slightly brain dead right now.

Thanks!

Mike4x4
01-05-2011, 08:56 AM
still not working i tried that :( can you please have a look www.121chatrooms.net/v4

dosnt work i have a notification and nothing appears.

Talacha
01-19-2011, 03:12 AM
Any way to dismiss the notifications like in facebook??

Thanks!!! Great mod!!

fxwoody
01-20-2011, 09:12 AM
Thank SPman! Nice little extra feature for semi blind members lolll

It should blink and play music also hehehehe

Cheers....installed and working ;)

For IE problems, simply switch to firefox!

Marcel Adam
01-20-2011, 10:10 AM
Very Good Work man

And ThanKS Osama To Your translated

tdkmatt
01-24-2011, 12:55 PM
installed!! aw some, sometimes it doesn't go away tho :(

Teascu Dorin
01-26-2011, 04:52 PM
Great work.
Here you go... Romanian Translation if someone needs...

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Trebuie să vezi mesajele pentru ca această casetă să dispară.' , { sticky: true, header : 'Mesaje noi' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

OldSchoolDSL
02-05-2011, 07:03 PM
Does not seem to like the latest version of jQuery 1.4.4 :(

OldSchoolDSL
02-11-2011, 10:43 PM
Does not seem to like the latest version of jQuery 1.4.4 :(

Un-installed
:(

bulldog51981
02-19-2011, 10:19 PM
Installed with ease! Only issue that I'm having is that when I have more than one notification they're not listed one on top the other. They are listed in one continuous line directly after one another. Is there a solution for this one?

**Found the problem -
At some point I apparently made an edit to my "navbar_notifications_menubit" template and had taken the <li> tags out. Replacing this fixed the issue.

bulldog51981
02-21-2011, 06:00 AM
It work but it seems to conflict with the popup notification of new messages function that is built in VB. Anyone know how to disable this option for all the vb users?

After installing this, you may want to disable this option for everyone since you will now have a notification on the screen anyway. If you would like to disable the "Display Pop Up Notification When New Private Message Is Received", go to:

AdminCP > Maintenance > Execute SQL Query > Automatic Queries

To disable it for future registrations, go to:

AdminCP > User Registration Options

Hope this helps someone else.

bulldog51981
02-23-2011, 02:29 AM
For those who prefer not that the messages are being displayed while reading your PM list or while reading a PM, use this code:

<vb:if condition="THIS_SCRIPT != 'private'"><!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Debes ver tus notificaciones para que este mensaje desaparezca.' , { sticky: true, header : 'Aviso del foro' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) --></vb:if>

I've only added <vb:if condition="THIS_SCRIPT != 'private'"></vb:if>
To prevent the pop-up being shown while in private.php (the PM list & messages).. If there is something wrong with this code, please let me know.. I never actually used this before and it works fine for me.

Would be great if a modification is being made of this. So an option can be set to use the advanced (this one) pop-up or the original. Also would be nice if you can actually close the pop-up and won't appear again until you get a new PM.

Can anyone tell me how to add the member profile page to this as well?
<vb:if condition="THIS_SCRIPT != 'private'"></vb:if>

(member.php page)

Update: I don't know if there was a better way to add this to the first line or not, but I just added
<vb:if condition="THIS_SCRIPT!='member'">
after the first one above and closed it in the same place and that seemed to work just fine.

want3ed
03-03-2011, 12:48 PM
it cant work in my forum page and category , message pages but it is working in profile and private message pages.

please help me.

fxwoody
03-06-2011, 10:48 AM
Tks! Nice addon ;)
Got a little idea here! Do you think that we could add the text that shows up as a {vb: rawphrase blablabla} instead? So that on boards with different language ,it would get translated automatically depending on user's choice?!?

Tks & installed

fxwoody
03-06-2011, 11:35 AM
Ok nevermind;)

For every one who would like to add different language, follow these instructions:

Go into Phrase Manager, Add New Phrase

Phrase Type: Global
Product:vBulletin
Varname: new_box_notice
Text: You must view your notification(s) before this box will disappear.

In your xtra language window, add your translated text.
For the french, add this: Vous devez voir votre notification (s) avant que cette case disparaissent.

In the script code from this mod,
Find:
$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );
And replace with:
$.jGrowl('{vb:raw notifications_menubits} <br />{vb:rawphrase new_box_notice}' , { sticky: true, header : 'New Notification(s)' } );

Enjoy!

DjEddie
03-28-2011, 02:28 PM
Hi, really want to use this mod .. but I think it will conflict with the Header Rework V4 which is here: https://vborg.vbsupport.ru/showthread.php?t=257261

Would someone be able to help with what code should be replaced in the header for me to get this to work please ..

Thank you :)

wipedout
03-28-2011, 03:43 PM
Hi, really want to use this mod .. but I think it will conflict with the Header Rework V4 which is here: https://vborg.vbsupport.ru/showthread.php?t=257261

Would someone be able to help with what code should be replaced in the header for me to get this to work please ..

Thank you :)

This for me aswell, have this but i dont get anything running cus of this rewrite. (my guess)

Gemma
03-28-2011, 08:25 PM
Hi, really want to use this mod .. but I think it will conflict with the Header Rework V4 which is here: https://vborg.vbsupport.ru/showthread.php?t=257261

Would someone be able to help with what code should be replaced in the header for me to get this to work please ..

Thank you :)

This for me aswell, have this but i dont get anything running cus of this rewrite. (my guess)

I'll assume you've installed the Header Rework mod. Back-up first but this should work

In your header template search for:
<vb:if condition="$notifications_total">
{vb:raw notifications_menubits}
</vb:if>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>

Replace it with the header template edit for this mod;
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

Install the rest of this mod.

DjEddie
03-29-2011, 11:11 AM
Gemma u star..thank you ..works perfectly now :) ..

insanewhip
04-21-2011, 08:37 PM
looks Great i cant wait to install!

literatestylish
04-29-2011, 04:08 PM
Nevermind*

Lestat_
05-01-2011, 01:13 PM
installed, works like a charm, and is really beautiful ! thanks mate :)

boffin_adi
05-02-2011, 01:31 AM
Hi Buddy

I tried installing it on my website: www.FaaDoOEngineers.com (I use VB 4.1.3)

It worked for a couple of days and then it stopped working!

Please let me know how to make it work as my users really liked it.

Longcat
05-06-2011, 11:56 PM
amazing hack! thank you so much!

installed on: vb 4.1.3

KaneR
05-07-2011, 06:31 PM
A quick tip for any of you that want to have the box fade out instead of it constantly being there.

1. Open jquery.jgrowl.js found in jscripts/tw7s_notifications.

2. Find... Line 304
startup: function(e) {

3. Below add...
/* BEGIN FADE */
var fade_out = function() {
$("#jGrowl").fadeOut (XXX);
}

setTimeout(fade_out, 5000);
/* END FADE */

Replacing the XXX with a number such as 600 will determine how long it takes for the notification box to fade out. And changing the number 5000 will change how long the box stays visible for before disappearing. 5000 = 5 Seconds.

4. Re-upload the file to your forum. :)

Madpoodle
05-08-2011, 09:37 AM
A quick tip for any of you that want to have the box fade out instead of it constantly being there.

Does it pop back up when you change pages?

KaneR
05-09-2011, 02:39 PM
Does it pop back up when you change pages?

Yes but you can add a conditional so it only shows up on the index page. If you want to do so...

Find:-
<vb:if condition="$notifications_total">


Add above:-
<vb:if condition="THIS_SCRIPT == 'index'">

Find:-

</script>
</vb:if>

Add below:-
</vb:if>

Make sure the code changes are done within the '<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->' tags.

Or you could just replace the code with the following and adjust the text to your liking...

<!-- Begin TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="THIS_SCRIPT == 'index'">
<vb:if condition="$notifications_total">
<script type="text/javascript">
$.jGrowl('{vb:raw notifications_menubits} <br />This box will disappear in 5 seconds.' , { sticky: true, header : 'New Notification(s)' } );
</script>
</vb:if>
</vb:if>
<!-- End TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

TITAN-UZ
05-09-2011, 11:08 PM
How to fix this problem :(

tdkmatt
05-10-2011, 10:07 AM
adding this removed the password box?

maxlink
05-13-2011, 05:37 PM
It only show when i click the link to private.php above header. How can i fix this ?

raagaswaram
06-07-2011, 06:41 AM
the scripts runs if only one jquery script execute,if i add the latest threads jquery mod then this disappears what can be done?.

ALBCODERS
06-07-2011, 05:14 PM
nice idea ! thanks

Filgga
06-07-2011, 07:59 PM
I would like to get the notification box that is customizable like the one being used by Digitalpoint

sdodd35
06-07-2011, 08:41 PM
Works perfectly!!! Thanks :up:

glen290
06-11-2011, 06:25 PM
After installing this, you may want to disable this option for everyone since you will now have a notification on the screen anyway. If you would like to disable the "Display Pop Up Notification When New Private Message Is Received", go to:

AdminCP > Maintenance > Execute SQL Query > Automatic Queries

To disable it for future registrations, go to:

AdminCP > User Registration Options

Hope this helps someone else.

Says im not authorised to execute sql queries, any ideas ? :confused:

Gemma
06-11-2011, 08:48 PM
Says im not authorised to execute sql queries, any ideas ? :confused:

Open your includes/config.php and search for this section of code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';

Add your UserID where highlighted
$config['SpecialUsers']['canrunqueries'] = 'YOUR USERID HERE';

Save and re-upload your config.php

ewebdesigner
06-11-2011, 09:02 PM
Very nice works like a charm.

My members love it too.

EquinoxWorld
06-17-2011, 05:06 PM
anyone has this working for vb4.1.4? Looks awesome!

CK
06-17-2011, 07:32 PM
Great mod, marked installed and rated 5 stars.

How would I go about having the box disappear once it's been clicked on?

clutchthese
06-17-2011, 07:34 PM
i just installed on 4.1.4 It's great!! much appreciated.

CK
06-17-2011, 07:47 PM
i just installed on 4.1.4 It's great!! much appreciated.

Yeah it's good ain't it.

There's quite a few mods by tw7 that I really appreciate.

EquinoxWorld
06-17-2011, 09:41 PM
Is there ANY way to make it so it does not fade away completely if the user has NOT checked the messages? It seems to big to keep it on top of everything until the user checks the messages and for it to totally disappear is bad too because you would have to refresh the page to remember if you had notifications or not. If this could "hide" a bit (after certain amount of seconds) and when the user hovers it breaks out again to total size this would be so much more awesome. Please if someone knows how to do this please share!

CK
06-17-2011, 09:46 PM
Is there ANY way to make it so it does not fade away completely if the user has NOT checked the messages? It seems to big to keep it on top of everything until the user checks the messages and for it to totally disappear is bad too because you would have to refresh the page to remember if you had notifications or not. If this could "hide" a bit (after certain amount of seconds) and when the user hovers it breaks out again to total size this would be so much more awesome. Please if someone knows how to do this please share!

You're just going to have to be patient mate, this mod is essentially a demonstrator and the TW7 says to hack about with it ourselves. I'm not that good so I'm with you, quietly waiting lol

ewebdesigner
06-27-2011, 03:44 AM
When I open the header file I cannot find the code you said to find. Not there at all. I am clueless.

This is what I find:

<div id="pageWrapper"><div class="pagePattern">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="pageWrap">
<div class="logoWrap">
<vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" class="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></vb:if>
<vb:if condition="$vbulletin->options['socialize_slogan_enable']">
<div class="slogan">
{vb:raw socialize_slogan}
</div>
</vb:if>
</div>

<vb:if condition="$vbulletin->options['display_social_icons']==1">
<div class="socialBox"><div class="socialBoxWrap">
<vb:if condition="$vbulletin->options['facebook_account']"><a href="http://www.facebook.com/{vb:raw facebook_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-facebook.png" alt="Follow us on Facebook" /></a></vb:if>
<vb:if condition="$vbulletin->options['twitter_account']"><a href="http://www.twitter.com/{vb:raw twitter_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-twitter.png" alt="Follow us on Twitter" /></a></vb:if>
<vb:if condition="$vbulletin->options['youtube_account']"><a href="http://www.youtube.com/{vb:raw youtube_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-youtube.png" alt="Watch us on YouTube" /></a></vb:if>
<a href="#"><img src="{vb:stylevar imgdir_themedir}/icon-myspace.png" alt="My Space" /></a>
<a href="#"><img src="{vb:stylevar imgdir_themedir}/icon-linkedin.png" alt="Linked In" /></a>
<a href="http://www.flickr.com/photos/{vb:raw flickr_account}"><img src="{vb:stylevar imgdir_themedir}/icon-flickr.png" alt="Flickr" /></a>
</div></div>
</vb:if>
<vb:if condition="$vboptions['enablefacebookconnect']">
<div class="pure_facebook">
<ul>
{vb:raw facebook_header}
</ul>
</div>
</vb:if>
</div></div>

shzad1
06-28-2011, 04:50 PM
Thanks Installed and working perfectly..................
Great Work Bro......... ;)

promet
07-02-2011, 12:22 AM
installed on 4.1 works great
thx.

8thos
07-03-2011, 05:10 PM
This is really awesome! A poster I sent a pm to several months ago has finally replied! LMFAO

I didn't know vbulletin's notification system sucked that much.

LuDawgs
07-06-2011, 10:24 PM
I have a custom page that I've added called Odds (odds.php). The notification box pops up and it's red instead of the charcoal grey color I see on other pages. Any ideas on how to fix that?

8thos
07-07-2011, 06:46 PM
Have you figured how to do it with ajax real-time notification? I'd pay for that.

espkaruna
07-11-2011, 06:09 AM
Works exactly as planned in firefox, completely disables access to the board in ie 8, which even though I hate explorer, is not really fair to my other members who may use it

xuanhuy238
07-11-2011, 06:23 AM
Awesome mod... really nice!

DonosOdD
08-09-2011, 12:36 PM
Any problems with 4.1.5? I'd love to try this.

Tagged for later.

alencete
08-11-2011, 07:56 AM
Any problems with 4.1.5? I'd love to try this.

Tagged for later.

I try and... Work in 4.1.5 PL1!

:D

DonosOdD
08-11-2011, 05:16 PM
I try and... Work in 4.1.5 PL1!

:D

Sweet. I'll look into it later. Thanks!

Lostboyfan
08-11-2011, 05:24 PM
Tagged for later.

misericorde
09-01-2011, 05:06 AM
Please, French translate ?

woffie
09-01-2011, 09:22 AM
Very nice, however the skin edits make it a no go for me. I have 15 different custom skins and I am not doing all these edits everytime I upgrade.

LuDawgs
09-08-2011, 02:01 AM
I need to move my notification up about 15px. Where do I make that change in the css file exactly? Thanks!

Never mind, I got it.

GamersChallenge
09-14-2011, 12:48 AM
works great in 4.1.5

Can anyone tell me how I can change the positioning of the box? I need it to make it about 20-30px higher, reason is because I use cometchat witch display at the botton and covers it.

Knele
09-23-2011, 10:07 AM
Doesn't work on 4.1.4, don't know why but it just isn't showing up.

wtfaatp
09-27-2011, 08:44 PM
Doesn't work on 4.1.4, don't know why but it just isn't showing up.

Are you sure your following all steps? 4.1.5 working fine.

Smile :-)
10-07-2011, 08:59 PM
thanks, great modification!
btw, you don't need to include jquery file, because it's already included by vBulletin.

kfyonur
10-08-2011, 09:02 AM
no message..

kfyonur
10-12-2011, 12:30 PM
if you have a more script like me you can try this for IE.Don't add the red part.

Headinclude

<script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js">
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
</script>


Turkish translation of header

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">
$.jGrowl('{vb:raw notifications_menubits} <br /> Bu uyarıyı kapatmak istiyorsanız bildirimlerinize bakmalısınız.' , { sticky: true, header : 'Yeni Bildirim(ler)' } );
</script>
</vb:if>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

kfyonur
10-12-2011, 05:57 PM
if you look before and after photos..you will see my problem..

why notifications section turned to inbox white

I don't want it,what can i do in header ?

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">
$.jGrowl('{vb:raw notifications_menubits} <br /> Bu uyarıyı kapatmak istiyorsanız bildirimlerinize bakmalısınız.' , { sticky: true, header : 'Yeni Bildirim(ler)' } );
</script>
</vb:if>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

hasidoo
12-02-2011, 05:33 PM
added 5stars! excellent mod. thank you very much.. :)

Danny M
01-13-2012, 12:25 AM
Installed :)

commish
01-13-2012, 02:17 AM
Installed!!

TheSupportForum
01-15-2012, 12:10 PM
4.1.10 update info :
Header
find

<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
</ul>
</li>
</vb:if>

replace with

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );

</script>
</vb:if>

<vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

Adamwingie
01-15-2012, 02:11 PM
4.1.10 update info :
Header
find

<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
</ul>
</li>
</vb:if>

replace with

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />You must view your notification(s) before this box will disappear.' , { sticky: true, header : 'New Notification(s)' } );

</script>
</vb:if>

<vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->


It's probably just me but I can't find anything like that in the header. All I have is

<div id="pageWrapper">
<div class="pageLeft"><div class="pageRight"><div class="pageWrap clearfix">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="headerWrap clearfix">
<div class="logoBox">
<vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></vb:if>
</div>
<div class="headerBox">
<div class="bannerBox">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
</div>
<vb:if condition="$vboptions['enablefacebookconnect']">
<div class="cvb_facebook">
<ul>
{vb:raw facebook_header}
</ul>
</div>
</vb:if>
</div></div>

TheSupportForum
01-15-2012, 02:43 PM
thats coz its a custom style ?

Adamwingie
01-16-2012, 10:22 AM
thats coz its a custom style ?

Alright didn't think I'd need to ask this but how would I go about adding it to a custom style?

TheSupportForum
01-16-2012, 10:32 AM
Alright didn't think I'd need to ask this but how would I go about adding it to a custom style?

from the code you shown the code has been moved to another template

thats the incorrect code above from header

do a search in the template for

<li class="popupmenu notifications" id="notifications">

Adamwingie
01-16-2012, 12:07 PM
from the code you shown the code has been moved to another template

thats the incorrect code above from header

do a search in the template for

<li class="popupmenu notifications" id="notifications">

Of course.

All sorted now, sometimes logic is thrown out of the window with me.

Cheers.

TheSupportForum
01-16-2012, 12:12 PM
Of course.

All sorted now, sometimes logic is thrown out of the window with me.

Cheers.

gr8 glad i could help

anderow
01-22-2012, 07:51 PM
brilliant. nice mod!
Works perfectly

foudu1030
01-23-2012, 03:54 PM
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Faites un tour dans votre messagerie ...' , { sticky: true, header : 'Nouvelle Notification' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

Thanks.
It's a french translation ;)

TheChief
01-23-2012, 07:57 PM
Nice one, now they have no excuse not to see my PMs hahahaha

RobbieZ
01-25-2012, 09:58 AM
I can't find how to change the color of the menubits, its not in CSS!

Bulbucan
02-01-2012, 12:55 AM
does it work with 4.1.10 well ? lemme know, anyways very nice addon, it's live showing?

thenashy
02-03-2012, 04:42 PM
I have it working on 4.1.10 with the original steps. I didn't need the above fix, it just worked.

Jpolola
02-06-2012, 01:35 PM
Installed ! Work without adding a code to header and headinclude. vb4.1.8 Thank you

thenashy
02-11-2012, 11:26 AM
Is there a way to close the popup without reading?

baghdad4ever
02-15-2012, 08:30 PM
there is conflict with this code (latest threads ticker)

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
$(function () {
$('#js-news').ticker();
});
</script>


when i put code in headinclude one of the mods disable

either ticker or notification how to overcome that plz?


EDIT: i fixed it by delete this code

<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>

cRipTz
04-02-2012, 11:49 PM
hi.

How to add system "i like it" from vbseo to this notification system?

if i receive an "i like" from a user this mod dont work!

help!

olalaaa
04-06-2012, 01:53 PM
i doesnt show at my site, i just changes notifications to ibox but thats it nothing pops up

4.1.11

Mr. Ouija
05-05-2012, 05:22 PM
works great!! very nice i really like this.. I was in search for the whilte PM pop up.. But i found this one.. THX

hasidoo
05-07-2012, 04:01 PM
excellent plug-in. thank you very much.

GhostHunter2010
06-27-2012, 07:56 PM
hmmm installed on vb 4.2 didnt work ....

whitedd
06-27-2012, 09:20 PM
with 4.2 not work :(

Cla75
07-04-2012, 08:07 PM
great mod,
but for users who use 1024x768 resolution, the popup is annoying, if you will not want to close ALL notifications (in addition to messages primates, posts awaiting moderation)

It would be impossible to close the popup manually, or after some seconds?
I would be very important for this change.

You know you help?

P.S. with 4.2 work :D

cc10
10-04-2012, 06:58 PM
Hi

I have this modification installed and everything is fine except 1 thing, i have this modification installed https://vborg.vbsupport.ru/showthread.php?t=228950 and it uses the notifications, but they only show for this particular mod in forumdisplay and not on the forum index page.

Any ideas?

Thanks in advance.

Mister0920
12-07-2012, 01:16 PM
I followed the directions to a "T"

I have the progammer theme installed.

I copy and pasted the code as shown.

But I can't seem to get it working at all.

Any suggestions?

Thank you.

deltahawk5
02-07-2013, 08:13 AM
Can anyone make this work with 4.2? I will love you forever, this is the mod I've been looking forever for.

silynnie
04-01-2013, 10:06 AM
works fine for me on 4.2 patch 3

svyrydov
04-01-2013, 06:22 PM
works ok on 4.2 p3
question, how we can customize colors for this notification window? font color and background?

deltahawk5
04-01-2013, 10:00 PM
works ok on 4.2 p3
question, how we can customize colors for this notification window? font color and background?

Did you have to do anything special?

svyrydov
04-02-2013, 05:08 AM
Did you have to do anything special?

no, I just did exactly as was in instruction.

Jpolola
04-13-2013, 10:54 AM
I did the instruction but nothing happened. vb 4.2 PL3

Pictureclass
06-04-2013, 01:20 PM
Works great with 4.2.1. Thank you.

German Translation:

<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<vb:if condition="$notifications_total">
<script type="text/javascript">

$.jGrowl('{vb:raw notifications_menubits} <br />Diese Meldung wird automatisch ausgeblendet, wenn keine neuen Benachrichtigungen vorhanden sind.' , { sticky: true, header : 'Neue Benachrichtigung(en)' } );

</script>
</vb:if>

<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->

NoMatt3r
06-05-2013, 06:51 AM
Looks supercool with 4.2.1. Thanks a lot!

Disco_Dave
06-05-2013, 09:34 AM
Really nice :D installed and works great on 4.2.1..


Having a bit of problem with a text colour, inherent from a stylevar, is there another why to fix this? it's the blue colour, I would like all to be white.

Disco_Dave
07-24-2013, 07:29 AM
Really like this Mod, but it's not playing right with this Mod: SCANU's Elegant Forum description on mouseover [as Xenforo] (https://vborg.vbsupport.ru/showthread.php?t=276419) Would anyone know how I could fix it?

Should look like this: