Can you please add MyCred integration. This is only thing stopping me from installing this plugin.
Quote from Gunzanrozes on July 31, 2017, 10:05 pmCan 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.
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.
Quote from Asgaros on August 10, 2017, 6:29 pmHello 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. 🙂
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. 🙂
Quote from majidi on August 20, 2017, 11:28 amQuote from Asgaros on August 10, 2017, 6:29 pmHello 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
http://codex.mycred.me/
Quote from Asgaros on August 10, 2017, 6:29 pmHello 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
Quote from Asgaros on August 20, 2017, 1:24 pmThe 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.
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.
Quote from majidi on August 20, 2017, 1:46 pmQuote from Asgaros on August 20, 2017, 1:24 pmThe 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?
Quote from Asgaros on August 20, 2017, 1:24 pmThe 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?
Quote from Asgaros on August 20, 2017, 3:21 pmThere 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.
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.