Please or Register to create posts and topics.

Can you please add MyCred integration. This is only thing stopping me from installing this plugin.

Can you please add MyCred integration. This is only thing stopping me from installing this plugin. I would pay for it as an addon of course.

Hello Gunzanrozes,

sorry for the late reply. If you can give me some details for which interactions your users should get points, I could try to provide you some code for an integration. 🙂

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on August 10, 2017, 6:29 pm

Hello Gunzanrozes,

sorry for the late reply. If you can give me some details for which interactions your users should get points, I could try to provide you some code for an integration. 🙂

I want to rate the Asgaros forum by posting posts and visiting users

Source code mycred

Welcome

The following hooks should help you for an integration:

  • asgarosforum_after_add_thread_submit
  • asgarosforum_after_add_post_submit
  • asgarosforum_after_edit_post_submit

I dont know their API but I think those are the relevant places for it. Please keep in mind that I cant add third-party-plugin-code directly to the core.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on August 20, 2017, 1:24 pm

The following hooks should help you for an integration:

  • asgarosforum_after_add_thread_submit
  • asgarosforum_after_add_post_submit
  • asgarosforum_after_edit_post_submit

I dont know their API but I think those are the relevant places for it. Please keep in mind that I cant add third-party-plugin-code directly to the core.

I am not a programmer

There is no way to integrate?

There is no way to integrate?

I just provide the hooks/filters so developers can add their own stuff as needed. I cant add third-party-stuff to the code because otherwise I have to ensure that everything is working well when those third-party components got updated. This not possible because when I do it for one plugin, other people want integrations for other plugins as well.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!