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.
Interesting, thanks. That should be a valid URL, but I will double check it.
Doesn't work for me, I uploaded all the files. The Alert icon is showing, but nothing happens when someone answer a topic, etc. When i click on Alert the web console brings me this:

XMLHttpRequest cannot load http://nimuegame.com/alerts.php?action=m...Findex.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.nimuegame.com' is therefore not allowed access.

Please help Smile
Hey. I'm sorry if this is the wrong place but do you know about the problems this plugin is causing when being used along with MyProfile. The AJAX in MyComments just doesn't work if MyAlerts is enabled and if it is enabled it redirects you to a "blank white" misc.php page.
(2017-05-31, 11:07 PM)Refur Wrote: [ -> ]Doesn't work for me, I uploaded all the files. The Alert icon is showing, but nothing happens when someone answer a topic, etc. When i click on Alert the web console brings me this:

XMLHttpRequest cannot load http://nimuegame.com/alerts.php?action=m...Findex.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.nimuegame.com' is therefore not allowed access.

Please help Smile
Hi,

For the issue of there being no alerts received, can you please check the "mybb_alert_types" table in phpMyAdmin to see if there are any entries?

For the second, It sounds like perhaps you are using HTTPS on your site, but have the board URL in your settings set to use HTTP. If you update the board URL in the MyBB ACP, it should work.
(2017-06-01, 03:24 PM)Freakout14 Wrote: [ -> ]Hey. I'm sorry if this is the wrong place but do you know about the problems this plugin is causing when being used along with MyProfile. The AJAX in MyComments just doesn't work if MyAlerts is enabled and if it is enabled it redirects you to a "blank white" misc.php page.

Hi,

I wasn't aware of that, no. Is there any chance you can provide me with a URL and details for a test account so I can see if I can work out what the errors are?
"{1} added you to their buddy list. ({2})"

This has multiple issues.

1. It says that user has added you to their buddy list, but it doesn't inform the user about it's not simply "adding" but it's requesting so inorder to be his/her buddy you actually need to accept that request. So it should be more like " {1} sent you buddy request "

2. It directs user to profile link of that user who sent buddy request. Instead it should have direct user to buddylist and area where you can accept requests.

3. I use turkish translation and I don't have any ({2}) there so I looked it up whats that and when I add ({2}) I see nothing but -> ({2})
(2017-06-03, 09:39 AM)Euan T Wrote: [ -> ]
(2017-05-31, 11:07 PM)Refur Wrote: [ -> ]Doesn't work for me, I uploaded all the files. The Alert icon is showing, but nothing happens when someone answer a topic, etc. When i click on Alert the web console brings me this:

XMLHttpRequest cannot load http://nimuegame.com/alerts.php?action=m...Findex.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.nimuegame.com' is therefore not allowed access.

Please help Smile
Hi,

For the issue of there being no alerts received, can you please check the "mybb_alert_types" table in phpMyAdmin to see if there are any entries?

For the second, It sounds like perhaps you are using HTTPS on your site, but have the board URL in your settings set to use HTTP. If you update the board URL in the MyBB ACP, it should work.
(2017-06-01, 03:24 PM)Freakout14 Wrote: [ -> ]Hey. I'm sorry if this is the wrong place but do you know about the problems this plugin is causing when being used along with MyProfile. The AJAX in MyComments just doesn't work if MyAlerts is enabled and if it is enabled it redirects you to a "blank white" misc.php page.

Hi,

I wasn't aware of that, no. Is there any chance you can provide me with a URL and details for a test account so I can see if I can work out what the errors are?
PM'ed you a demo account.
(2017-06-03, 07:38 PM)Darkrad Wrote: [ -> ]"{1} added you to their buddy list. ({2})"

This has multiple issues.

1. It says that user has added you to their buddy list, but it doesn't inform the user about it's not simply "adding" but it's requesting so inorder to be his/her buddy you actually need to accept that request. So it should be more like " {1} sent you buddy request "

2. It directs user to profile link of that user who sent buddy request. Instead it should have direct user to buddylist and area where you can accept requests.

3. I use turkish translation and I don't have any ({2}) there so I looked it up whats that and when I add ({2}) I see nothing but -> ({2})
When the alert type was originally written, I believe the buddy system operated slightly differently. It could certainly be improved.
(2017-06-03, 09:49 PM)Freakout14 Wrote: [ -> ]
(2017-06-03, 09:39 AM)Euan T Wrote: [ -> ]
(2017-05-31, 11:07 PM)Refur Wrote: [ -> ]Doesn't work for me, I uploaded all the files. The Alert icon is showing, but nothing happens when someone answer a topic, etc. When i click on Alert the web console brings me this:

XMLHttpRequest cannot load http://nimuegame.com/alerts.php?action=m...Findex.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.nimuegame.com' is therefore not allowed access.

Please help Smile
Hi,

For the issue of there being no alerts received, can you please check the "mybb_alert_types" table in phpMyAdmin to see if there are any entries?

For the second, It sounds like perhaps you are using HTTPS on your site, but have the board URL in your settings set to use HTTP. If you update the board URL in the MyBB ACP, it should work.
(2017-06-01, 03:24 PM)Freakout14 Wrote: [ -> ]Hey. I'm sorry if this is the wrong place but do you know about the problems this plugin is causing when being used along with MyProfile. The AJAX in MyComments just doesn't work if MyAlerts is enabled and if it is enabled it redirects you to a "blank white" misc.php page.

Hi,

I wasn't aware of that, no. Is there any chance you can provide me with a URL and details for a test account so I can see if I can work out what the errors are?
PM'ed you a demo account.

Thanks, I'll have a look at it tomorrow for you.
In 1.8.12 the date in notification doesn't work.

It shows:

<span title="">Today</span>

I need the solution.
^ see provided changes here => MyAalerts recent commit
Thank you.