You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Hi, the upcoming version of OUGC Awards allows for MyAlerts integration, while testing your plugin I found that you insert the award directly into the DB.
I'd recommend to use the provided method so that all awards are inserted equally, for any insert hooks to run, and to ignite the alert code within the plugin.
The following change did it for me and should work even for the current official released package. From:
Oh, I also found that the plugin doesn't allows for more than 1 award per user. I can't recall if this is forced within the current package, but for the coming update the plugin allows multiple granting. You might want to look into it.
Hi, the upcoming version of OUGC Awards allows for MyAlerts integration, while testing your plugin I found that you insert the award directly into the DB.
I'd recommend to use the provided method so that all awards are inserted equally, for any insert hooks to run, and to ignite the alert code within the plugin.
The following change did it for me and should work even for the current official released package. From:
Newpoints-Awards/Upload/inc/plugins/newpoints/newpoints_awards.php
Lines 335 to 340 in f9e617f
To:
The text was updated successfully, but these errors were encountered: