MyBB Community Forums

Full Version: MyAlerts v2.0.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When users delete their alerts from the popup window, it redirects to an invalid URL, even the link provided under the "don't want to wait.." also redirects to an invalid URL.

The URL it's redirecting to includes a duplicate. 

Correct URL: http://mysite.com/forum/index.php

Invalid MyAlerts Redirect URL:  http://mysite.com/forum//forum/index.php

I am not sure why this is happening, and I can't seem to find out how to fix it. Is there a way to put in an absolute value to go back to the index.php file instead of using a relative path somehow, maybe that would fix it?
is it a bug or it only happens with me ?

after click myalerts button repeatedly 4,5 times within 2sec there so many uncloseable myalert modal appearing in footer area. after the page refreshing the modals are disappearing otherwise it never closing at all.
https://i.ibb.co/G78kTNM/Screenshot-2021...chrome.jpg
I haven't experienced this, but maybe it's a CSS issue. Sometimes, during core MyBB upgrade, a plugin's CSS file is deleted, and you need to deactivate and reactivate the plugin to get it back. Probably, that's not it, but it's the best I can offer for now.
i did uninstall and install again , after taht I checked it with the default theme that i didn't modified anything , but the same error occurs , uncloseable modals in footer
Can you replicate with the "Open Buddy List" popUp ? Here and in a default install ?
whenever i am clicking my alerts button getting this error :-
Notice: Undefined index: action in /home/storywor/public_html/alerts.php on line 11
(2021-09-20, 02:27 PM)PARADOXP Wrote: [ -> ]whenever i am clicking my alerts button getting this error :-
Notice: Undefined index: action in /home/storywor/public_html/alerts.php on line 11

yes
there is a problem
(2021-09-20, 02:27 PM)PARADOXP Wrote: [ -> ]whenever i am clicking my alerts button getting this error :-
Notice: Undefined index: action in /home/storywor/public_html/alerts.php on line 11

Remove the modal from alerts.php

if ($_GET['action'] == 'modal') {
defined('NO_ONLINE') or define('NO_ONLINE', 1);
}

This fixed my white page and this error.

It may be because I have other plugins using modal but I am new to this so I cannot be sure if that is the real reason behind it.
(2015-05-31, 08:11 PM)Euan T Wrote: [ -> ]General

MyAlerts is a plugin for MyBB. It is a system that provides visual alerts for events in a forum on a user-by-user basis.

MyAlerts requires PluginLibrary to function.

Events

The currently supported events are:
  • When you're quoted in a post
  • When somebody replies to a thread you started
  • When somebody adds you to their buddy list
  • When somebody PMs you
  • When somebody replies to a thread you are subscribed to
More events are currently in development or planned to be added in the near future.

Extensibility

MyAlerts is extensible. This means that any external MyBB plugin can create alerts and add them to a user's feed. Compatible plugins can be found on the wiki, here

GitHub Project

https://github.com/MyBBStuff/MyAlerts

Download and Install

Download the zip from here: https://github.com/MyBBStuff/MyAlerts/ar...master.zip

Upload "alerts.php" to the root of your forum (next to index.php, forum display.php, etc)
Upload everything in "inc" to the "inc" folder, the contents of "images" to "images", etc.

Upload this file to "inc/plugins/MybbStuff/Core/ClassLoader.php": https://raw.githubusercontent.com/MyBBSt...Loader.php

Upload PluginLibrary as described here: https://github.com/frostschutz/MyBB-PluginLibrary

Hi Euan T,

Hope you're well.

I've uploaded all the files for myAlerts as described but when I upload the file inc/plugins/myalerts.php and check the UI plugins section everything disappears. I cannot find other plugins or any details. When I remove the file then everything looks fine, any fix please  Confused

I've attached the image as well. 

thanks in advance
is there any mentioned plugin that works with myalert plugin?

i tried DVZ Mention and Wildcard. for me none of these plugin giving any myalert notification. i am not sure what i am doing wrong.

i using 1.8.30 mybb verison.