vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBNotifications v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=266914)

DragonByte Tech 11-05-2013 11:17 AM

Quote:

Originally Posted by fly (Post 2457672)
Not really, they still get notified every page refresh (just like standard vB), right?

Yeah, but the main point of this mod is that people who leave their browsers open (say, for instance chatting in the Shoutbox) would see the notifications pop up in (almost) real-time in the bottom of the screen :)

Quote:

Originally Posted by tpearl5 (Post 2457727)
has anyone gotten this working for vbgallery or vba dynamics?

It's not been tested with any of those products at this time, sorry :(


Fillip

Harpo 11-15-2013 12:57 AM

Not working for me. 4.2.2 :erm:

ozzy47 11-15-2013 12:58 AM

Define not working, that is a very general phrase.

Harpo 11-15-2013 03:02 AM

When the notifications show up the background is missing. Or its transparent.. maybe I missed something, I'll try again.

tbworld 11-15-2013 04:04 AM

Quote:

Originally Posted by Harpo (Post 2460851)
When the notifications show up the background is missing. Or its transparent.. maybe I missed something, I'll try again.

Test a new modification on the default vBulletin style. It is unfair to say that a 'mod' does not work when there is just a inconsistency with your selected style.

All you need is a simple CSS color alteration. If you post a link with an active notification, we should be able to assist you.

Harpo 11-15-2013 09:20 AM

1 Attachment(s)
I uploaded a screenshot. If you look closely you can see white text in the notification box. I'm using the default theme too.

tbworld 11-15-2013 09:34 AM

Quote:

Originally Posted by Harpo (Post 2460886)
I uploaded a screenshot. If you look closely you can see white text in the notification box. I'm using the default theme too.

Without a page url (with a notification active), I will not be able to determine the CSS via my browser. I would either have to load the "mod" or spend my time reading through the code. It is why we ask for a link.

This feature is also part of the PRO version according the the documentation.

ozzy47 11-15-2013 09:47 AM

You can edit the dbtech_notifications.css template, by adding the part in red, and change black to what ever you wish.

Code:

.notification_box {
    position: fixed;
    top: 85%;
    left: 1%;
    display: none;
    padding: 5px;
    height: auto;
    width: 20%;
    color: white;
  background: black;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 1px #000000;
    -webkit-box-shadow: 2px 2px 1px #000000;
    box-shadow: 2px 2px 1px #000000;


Harpo 11-15-2013 10:00 AM

Thanks Ozzy your a mind reader. working good.

ozzy47 11-15-2013 10:06 AM

Excellent, glad to hear. :)


All times are GMT. The time now is 05:43 AM.

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.01417 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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