MyBB Community Forums

Full Version: The myAlerts Plugin only opens someone times
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Regards.

I have a problem with the myAlerts Plugin. Currently it shows the alerts correctly, but when I click on the notification, it does not show me the pop-up window.

How I do fix this issue? What could be the problem?
i seen this issue before, is your var {$footer} in place? on the page that you are trying to click notification
Can you post the contents of your "myalerts_headericon" template? There's a chance it's outdated.
(2017-11-14, 10:26 PM)Euan T Wrote: [ -> ]Can you post the contents of your "myalerts_headericon" template? There's a chance it's outdated.

Regards.

This is my "myalerts_headericon" template

<!--Originalmente el span era un li-->
<span class="alerts {$newAlertsIndicator}">
    <a href="{$mybb->settings['bburl']}/alerts.php" class="myalerts" onclick="MyBB.popupWindow('/alerts.php?action=modal&amp;ret_link={$myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"><!--{$lang->myalerts_alerts}-->
		<i class="fa fa-bell"></i>

       ({$mybb->user['unreadAlerts']})</a>
</span>


Thanks.
Hm. That looks correct to me. Can you make sure that the "alerts.php" file is up to date with the version here: https://github.com/MyBBStuff/MyAlerts/bl...alerts.php

Also, are you using MyBB 1.8.13? If so, have you applied the CSS upate described here: https://community.mybb.com/thread-213964...pid1288154