Notifications
Clear all
Topic starter
14/02/2019 12:03 am
Hi there,
Running wpdiscuz and gamipress. Gamipress is set up to award achievements when users leave comments on specific posts. Some users get awarded, some do not. All must be logged in to leave a comment. Contacted Gamipress creators and got this back:
Then your issue looks really strange, since if it works, it should works to everyone, and if it fails, it fails for everyone
Anyway, the issue here is that there is a external plugin handling the comments so you will need to check it there is an issue coming from this plugin
Also, to let you know how GamiPress handles the comments (it could be useful for the report you give to them)
GamiPress handles the comments from the WordPress comment transition status and inserting functions, on both, GamiPress checks if the user ID is provided
With this information, they should be able to meet if there is something that wpDiscuz miss here
If you have any advice, that'd be most welcome.
Cheers
Daisy
15/02/2019 5:58 pm
Hi @daisypeel,
I'm sorry, but we don't familiar with this plugin, we've not tested it yet. However, there should not be such an issue, as wpDiscuz uses native (core) wp_new_comment() function.