I just tried it using the default vb bulletin theme and it still does work as expected...
Announcement
Collapse
No announcement yet.
auto dismiss notifications
Collapse
X
-
Originally posted by plongeur.com View PostI just tried it using the default vb bulletin theme and it still does work as expected...
Comment
-
Can you be more specific on what your expected behavior is? Visiting the topic should be enough to dismiss the notification.
However, this isn't reflected on a page that is already loaded and the Notification alert number in the header will not decrease until the page is reloaded. For most users, this behavior is sufficient because few people will open multiple tabs to view content on a site.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Are you using a CDN or a tool like Varnish?Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
OK, my test site is now fully UTF8 which is a good news (well you don't care but for me this is a relief).
Now, what i am testing :
- I suscribe to a discussion
- with another account, i aswer to the discussion.
- the first account gets a notification
- i click on the "notification" button on the top bar and this takes me to the "private messages" page
- in the "notification preview" area, i click on the link to the discussion
- after reading the discussion, i go back to the forum home.
The notification is still present at the end.
I have the same behaviour on the default vbulletin style and on my own.
I have the same behaviour in french and in english
I have the same behaviour when i disable all hooks
Comment
-
There has to be some sort of caching going on. This simply doesn't happen on a default installation. I've used the system at least six times today already on various sites, and works exactly as it should.
Comment
-
OK, i took a look at the DB and it is definitely not a caching issue :
In the notification table, the "lastreadtime" column stays empty during my test.
If i put in a time right after the "lastsenttime", the notification goes away.
So for some reason, the "lastreadtime" column is not updated when it should be...
Comment
-
Originally posted by plongeur.com View PostIs there any way it could a DB or config related issue ?
I honestly do not think there is any caching on my server but i will ask to the hoster just to make sure.
What is the output of the query "show create table notification"?
You can try truncating the notification table and starting from scratch.
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
I don not have any error when a dismiss the notification, nor when i just browse on/out of the concerned topic.
Here is the show create table notification on my instance :
CREATE TABLE `notification` (
`notificationid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`recipient` int(10) unsigned NOT NULL,
`sender` int(10) unsigned DEFAULT NULL,
`lookupid` varchar(150) DEFAULT NULL,
`lookupid_hashed` char(32) DEFAULT NULL,
`sentbynodeid` int(10) unsigned DEFAULT NULL,
`customdata` mediumtext,
`typeid` smallint(5) unsigned NOT NULL,
`lastsenttime` int(10) unsigned NOT NULL DEFAULT '0',
`lastreadtime` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`notificationid`),
UNIQUE KEY `guid` (`recipient`,`lookupid_hashed`),
KEY `recipient` (`recipient`),
KEY `lookupid_hashed` (`lookupid_hashed`),
KEY `lastsenttime` (`lastsenttime`),
KEY `lastreadtime` (`lastreadtime`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8
I also have a brand new fresh installed DB, here is the same on it :
CREATE TABLE `notification` (
`notificationid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`recipient` int(10) unsigned NOT NULL,
`sender` int(10) unsigned DEFAULT NULL,
`lookupid` varchar(150) DEFAULT NULL,
`lookupid_hashed` char(32) DEFAULT NULL,
`sentbynodeid` int(10) unsigned DEFAULT NULL,
`customdata` mediumtext,
`typeid` smallint(5) unsigned NOT NULL,
`lastsenttime` int(10) unsigned NOT NULL DEFAULT '0',
`lastreadtime` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`notificationid`),
UNIQUE KEY `guid` (`recipient`,`lookupid_hashed`),
KEY `recipient` (`recipient`),
KEY `lookupid_hashed` (`lookupid_hashed`),
KEY `lastsenttime` (`lastsenttime`),
KEY `lastreadtime` (`lastreadtime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
Comment
-
Are there any 500 or 404 errors listed in your http access log? Anything related to AJAX?Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
We might be closing in on something, i have 2 warnings :
mod_fcgid: stderr: Warning: include_once(/var/www/vhosts/de2954.ispfr.net/beta.plongeur.com/forums/core/./includes/cron/queueprocessor.php): failed to open stream: No such file or directory in /var/www/vhosts/de2954.ispfr.net/beta.plongeur.com/forums/core/includes/functions_cron.php on line 250, referer: https://beta.plongeur.com/forums/
mod_fcgid: stderr: Warning: include_once(): Failed opening '/var/www/vhosts/de2954.ispfr.net/beta.plongeur.com/forums/core/./includes/cron/queueprocessor.php' for inclusion (include_path='.:/opt/plesk/php/7.0/share/pear') in /var/www/vhosts/de2954.ispfr.net/beta.plongeur.com/forums/core/includes/functions_cron.php on line 250, referer: https://beta.plongeur.com/forums/
Comment
Related Topics
Collapse
-
by DemOnstarThis is a strange one. Today I get 2 notifications that DemOnstar commented on DemOnstars reply.
I was testing something out http://www.vbulletin.com/forum/forum...place-to-test-...-
Channel: Support Issues & Questions
Fri 21 Jun '13, 11:09pm -
-
by darkboy245I'd like to remove the notification that administrators and moderators get once a post is unapproved, I couldn't find the setting for it though.
Thanks.-
Channel: Support Issues & Questions
Wed 30 Dec '20, 7:23am -
-
by flipped50Hi, I am using the version 5.2.2 and there is a checkbox 'Quotes you in a post' in the notification area. But I didnt get any notification mails when some one quoted my post. I am getting other emails...
-
Channel: Support Issues & Questions
Tue 23 Aug '16, 2:22am -
-
by CarrfixrSince today's update to 5.6.2, two different users reported receiving this notification.1 Photo
-
Channel: vB Cloud Support & Troubleshooting.
Mon 29 Jun '20, 6:28pm -
-
by DemOnstarI have a notification to say someone replied to my topic.
The topic: http://www.vbulletin.com/forum/forum...tt#post3969191
I follow the link but do not see a reply.
...-
Channel: Support Issues & Questions
Mon 13 May '13, 1:18am -
Comment