Hey Senky,
When I click an
unread notification that has been sent out using your extension it fails to redirect me to the specified page.
When I click a
read notification that has been sent out using your extension, it correctly redirects me to the specified page.
I inspected the HTML and I can see the following:
Code: Select all
<a class="notification-block" href="./index.php?mark_notification=4724&hash=cf31eb2a" data-real-url="http://localhost:8888/viewtopic.php?f=7&t=1046">
Which is where I suppose the issue is - it is correctly marking the notification as read with the mark_notification function, but it isn't redirecting after that to the URL specified. It is somehow giving the 'make notification read' function priority over actually redirecting them maybe?
Normal notifications are working correctly.
This is in OS X using Safari v12.0. phpBB 3.2.2 (Prosilver), PHP version 7.2.1.