I don’t know if Mingle has the appropriate do_action hooks. If it does, you’d still need a developer to add custom code to Achievements to support Mingle actions.
No-one else has asked for Mingle support other than you, so I don’t have any plans to support it in the core plugin at this time 🙂
What is the code do_action hooks. to be added to work Achievements.
Thread Starter
dhaine
(@dhaine)
oh yeah thanks ddart coming up here
Paul ddart has integrated mingle in buddypress, and also made cubepoints works with mingle forum.
I think he could probably do the tricks if you give him a bit of explainations
I am writing developer documentation when I get time, and I will link to it from here once it’s done.
In terms of actions; basically, you need one action for each event you are hoping to add support for. For a forum, you’d probably want events for “person writes new forum topic”, “person writes forum reply”, etc.
After that, then some custom code for Achievements to use those new actions.