I am trying to connect my cb to idevaffeliate and do a simeoultaneous register as well as simetlanious login to first joomla cb then automatically to idev. I have been trying to use auto actions to complete this and working through this post has not helped me accomplish this. I am wondering if anyone has any advice or would know a developer that could handle this for me, I could pay him to do it if he was sure he knew what he was doing.
For registration you'd need to act on the after registration trigger using a Code action and Method set to PHP. Next using PHP and likely iDevAffiliate API register them into iDevAffiliate with their profile data (substitutions are supported in the code action).
For login I've no idea how iDevAffiliate handles logins or if they even have an API for it. If they do you'd need to do the same as the above except use login API on the after login trigger.
Beyond that there's nothing more we can do to help you with this as it's primarily just using iDevAffiliate API.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
okay. would the php code you are talking about be put in the auto actions query area? can you give me an idea of what some example code would look like for the registration part? I am not a coder.
No, the code would be put in a Code action with Method set to PHP. I'm pretty sure iDevAffiliate has a RESTful API though so you can probably use the Request action to send an HTTP request to one of its endpoints.
I can't help you with this, sorry. You need to review iDevAffiliate API and implement as needed. We are not here to provide custom coding solutions (see signature for clarification of my role here). At most we can provide simple examples with regards to CBs own API, but not for 3rd party usages.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.