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 07-31-2013 11:22 PM

The legacy notification display would display the same information the vBulletin notification drop-down displays. Any other display is not a feature of this mod, sorry :(


Fillip

NoMatt3r 08-12-2013 04:49 PM

Found a small bug. When i visit forum/profile.php?do=buddylist it says "undefined" instead of "Inbox" on the top.

parm775 08-18-2013 08:24 AM

Does this also have an option to alert members when their post is quoted by another member? (Like in xenfor?) Also I an using a theme called debutante, is this mod compatible with such a theme?

DragonByte Tech 08-24-2013 05:54 PM

No, but that is a feature of our Advanced User Tagging mod :)


Fillip

findingpeace 10-05-2013 11:11 AM

Hi! We just switched our site over to HTTPS. Everything is working great, except that referring URL's from the notifications are all hard-coded HTTP. I can see this in the table: dbtech_notifications_notifications.

They're all like "http://mysite.com/recent_thanks.php" or "http://mysite.com/subscriptions.php", etc.

I can run a find & replace on this table to switch http->https, but more importantly, where in the code should I edit so that it starts doing https automatically?

Thanks!

DragonByte Tech 10-06-2013 03:25 PM

It should do that for new notifications as it draws from the URL set in your vBulletin Options (Forum URL).

You should also apply a .htaccess redirect to automatically direct HTTP URLs to HTTPS, like so:
Code:

RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !(mobiquo|forumrunner|401\.shtml)
RewriteRule (.*) https://www.domain.com/$1 [R=301,L,QSA]

Or something similar. Do note that we cannot provide support for these .htaccess rules or offer equivalent rules for NGINX or any other non-Apache compliant web servers.


Fillip

findingpeace 10-11-2013 02:51 PM

Thank you!

I know 4.2.2 is not yet supported by DBTech, but I just wanted to provide you with some results from my test environment, in case it helps debug. I love this mod, and hope it will be working with 4.2.2!

On the top of every page, we see:

Code:

Warning: Non-static method NOTIFCACHE::init() should not be called statically in ..../dbtech/notifications/core/class_notifications.php on line 39
Logging into ACP fails completely, with a white page:

Code:

Warning: Non-static method NOTIFCACHE::init() should not be called statically in ..../dbtech/notifications/core/class_notifications.php on line 39
Unable to add cookies, header already sent.
File: /home/mysite/public_html/qa/includes/class_core.php
Line: 5745

Thanks for all you do! Hope this helps :)

ozzy47 10-11-2013 02:58 PM

Go to their site and get the files from there, they have been patched.

findingpeace 10-11-2013 02:58 PM

One last update, enabled ALL plugins except:

Fetch vBulletin Notifications

Init Classes

And the errors disappear. Still no notifications, but those two plugins seem to be where the errors are coming from.

findingpeace 10-11-2013 02:58 PM

Oh, thanks ozzy!! Wow, dbtech rocks :)


All times are GMT. The time now is 02:23 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.01127 seconds
  • Memory Usage 1,732KB
  • 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
  • (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