![]() |
Try
Code:
delete from dbtech_notifications_notifications where status = -1 Fillip |
how can fix this? :confused:
https://vborg.vbsupport.ru/external/2013/05/7.jpg i want have my notification same to : https://vborg.vbsupport.ru/attachmen...2&d=1310783140 |
Check the dbtech_notifications.css template, there should be background definitions there.
Fillip |
Installed on 4.2.1 but there's nox box appearing. In the top it changes to Inbox but nothing more although i have new notifications and the types are enabled.
|
Can you show me a screenshot of the vBulletin Options for this mod, and the Manage Notification Types screen?
Fillip |
1 Attachment(s)
Here you go
EDIT: oh my god. I have to mark the usergroups to grant permissions :x i've read the doumentation but wasn't aware of this. sorry. everything works now as expected! |
This mod is amazing! Is there any way to make the entire notification box clickable, instead of just the text within the box? The mouse turns to the hand pointer, making the whole box look like a link, but it only actually clicks if the cursor is directly over the text.
Makes it a little difficult for our older users to click that specifically Thanks :) |
That would need to be added as a part of an update, we do intend to rewrite this mod at some point in the future :)
Fillip |
Is there a way to make it have the notification drop down like it had before? I don't like the boxes, would rather it be the drop down.
How would I modify the CSS to make this stand out better on my site? In the documentation it mentions this but I don't have that option in the admincp. |
Disregard, I see it's pro version only and figured that out.
Once paid version is in place, how do we make the sum of notifications show without hovering so people know when there's a notification pending? |
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 |
Found a small bug. When i visit forum/profile.php?do=buddylist it says "undefined" instead of "Inbox" on the top.
|
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?
|
No, but that is a feature of our Advanced User Tagging mod :)
Fillip |
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! |
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 Fillip |
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 Code:
Warning: Non-static method NOTIFCACHE::init() should not be called statically in ..../dbtech/notifications/core/class_notifications.php on line 39 |
Go to their site and get the files from there, they have been patched.
|
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. |
Oh, thanks ozzy!! Wow, dbtech rocks :)
|
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 |
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 :(
|
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 |
You are such a nice guy - thank you, that was the one!! Problem solved :)
|
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" |
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 |
Well that explains it being every other line... Can I at least disable the refresh rate by setting it to zero or something?
|
Yes, but that completely removes the point of this mod :p
Fillip |
Quote:
|
has anyone gotten this working for vbgallery or vba dynamics?
|
Quote:
Quote:
Fillip |
Not working for me. 4.2.2 :erm:
|
Define not working, that is a very general phrase.
|
When the notifications show up the background is missing. Or its transparent.. maybe I missed something, I'll try again.
|
Quote:
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. |
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.
|
Quote:
This feature is also part of the PRO version according the the documentation. |
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 { |
Thanks Ozzy your a mind reader. working good.
|
Excellent, glad to hear. :)
|
All times are GMT. The time now is 03:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|