Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
[DBTech] vBNotifications v1 (vB4) Details »»
[DBTech] vBNotifications v1 (vB4)
Version: 1.0.5, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 4.x.x Rating:
Released: 07-15-2011 Last Update: 08-16-2017 Installs: 124
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

vBNotifications: What is it?
vBNotifications is an innovative and unique modification that completely overhauls the default vBulletin notification system.

Uses

vBNotifications is perfect for any forum, both small and big alike. It boosts activity across the site by keeping users up-to-date with site activity and allows administrators greater customisation of what exactly they would like users to be notified about!

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Differences between Pro and Lite

Priority support & Product Demos available at: http://www.dragonbyte-tech.com/vbdownloads.php

-------------------------------------------------------------------------------------------

Translations may be available @ http://www.dragonbyte-tech.com/forums/91-Translations
Support for translations handled by the translator in its respective threads only.

-------------------------------------------------------------------------------------------

Major Features:


Instant Notifications: Notifications are refreshed by ajax which allow for near instant notification!

Mod Compatibility: vBNotifications integrates with 99% of custom modifications.

Global Notifications: VBNotifications allows administrators to set global notifications that all users will see.


-------------------------------------------------------------------------------------------

Complete Feature List
Lite
  • Integration
    • 99% mod integration by default.
  • Instant Notifications
    • Global Notifications
      • Time-refreshable notifications i.e. display a global notification every 7 days.
    • Displays
      • Bottom Bar Display
        • Notifications displayed in tab form at the bottom of the screen.
        • Ability to dismiss notifications using AJAX technology.
  • Customisation
    • Notifications
      • Set which notifications that should show permanently on your notification bar.
    • Icons
      • Set individual tab icons.
Pro
  • Configureable Notifications
    • Set custom notification message.
    • Set instant message content.
  • Legacy Display - vBNotifications will give administrators the option of keeping the default notification display while maintaining vBNotification functionality.
  • Customisation
    • Customisable Bar
      • Set Bar Background Colour.
      • Set Bar Tab Colour.
      • Set Bar Background Image.
    • Notifications
      • Set which notifications you should receive.
    • Popup Box
      • Set default background and text color.
-------------------------------------------------------------------------------------------
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] vBNotifications v1.0.5 [Lite].zip (114.1 KB, 43 views)

Screenshots

File Type: jpg admincp.jpg (80.6 KB, 0 views)
File Type: png globalnotif.png (31.8 KB, 0 views)
File Type: jpg globaladmin.jpg (27.8 KB, 0 views)
File Type: png forumhome.png (17.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
9 благодарности(ей) от:
BCP Hung, cykelmyggen, Erica1977, KEKforce, mohammadxxx, NoMatt3r, v123shine, vBB-vietnam, xorex

Comments
  #142  
Old 10-11-2013, 09:55 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update

Hotfix: PHP 5.4 Compatibility fixes


This does not guarantee the mod is error free on PHP 5.4, but it will take care of the reported errors. Thank you all for your reports



Fillip
Reply With Quote
  #143  
Old 10-12-2013, 01:31 AM
findingpeace's Avatar
findingpeace findingpeace is offline
 
Join Date: Nov 2011
Posts: 268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey again, so I am still unable to figure out the HTTP/HTTPS link thing. Looking back, I am pretty sure I hard coded the URL for "Recent Likes" in one of your files (to link directly to the page, instead of a vbnotifs link, because I was having trouble with vbnotifs) - I know you don't support hard edits, but if you are able to think of which file that might be (the one that generates those links) off the top of your head, it would really help! I have tried looking at edit dates and everything, can't seem to find it
Reply With Quote
  #144  
Old 10-13-2013, 07:32 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The file that generates the notification you speak of would probably be /dbtech/thanks/hooks/notifications_list.php

As for what file you edited, it could have been /dbtech/notifications/core/class_notifications.php

Let me know if either of these files produce anything useful


Fillip
Reply With Quote
Благодарность от:
findingpeace
  #145  
Old 10-13-2013, 10:17 PM
findingpeace's Avatar
findingpeace findingpeace is offline
 
Join Date: Nov 2011
Posts: 268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are such a nice guy - thank you, that was the one!! Problem solved
Reply With Quote
  #146  
Old 10-23-2013, 02:35 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I reduce the server load requirements for this mod? If I check my access logs, every other line is
Code:
POST /vbnotifs.php HTTP/1.1 "200"
I tried changing the refresh rate to 300 seconds, but that didn't seem to help. My forum isn't THAT active...
Reply With Quote
  #147  
Old 10-23-2013, 03:25 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It executes one such request per page load, and then another per X where X is the number of seconds configured in the AdminCP.

Fillip
Reply With Quote
  #148  
Old 10-23-2013, 04:44 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well that explains it being every other line... Can I at least disable the refresh rate by setting it to zero or something?
Reply With Quote
  #149  
Old 11-01-2013, 12:46 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, but that completely removes the point of this mod


Fillip
Reply With Quote
  #150  
Old 11-01-2013, 01:28 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Yes, but that completely removes the point of this mod


Fillip
Not really, they still get notified every page refresh (just like standard vB), right?
Reply With Quote
  #151  
Old 11-01-2013, 07:26 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone gotten this working for vbgallery or vba dynamics?
Reply With Quote
Reply

Thread Tools

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 02:06 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.05406 seconds
  • Memory Usage 2,343KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (10)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete