vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Private Messages Enhancements - TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) (https://vborg.vbsupport.ru/showthread.php?t=254231)

anderow 01-22-2012 07:51 PM

brilliant. nice mod!
Works perfectly

foudu1030 01-23-2012 03:54 PM

Quote:

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

Code:

<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

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

Quote:

Originally Posted by svyrydov (Post 2413694)
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

Quote:

Originally Posted by deltahawk5 (Post 2413749)
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:

Code:

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

1 Attachment(s)
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

1 Attachment(s)
Really like this Mod, but it's not playing right with this Mod: SCANU's Elegant Forum description on mouseover [as Xenforo] Would anyone know how I could fix it?

Should look like this:


All times are GMT. The time now is 01:01 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.01780 seconds
  • Memory Usage 1,771KB
  • 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
  • (3)bbcode_code_printable
  • (3)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
  • (28)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