Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-23T11:44:44-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16843 2012-01-23T11:44:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16843&p=61284#p61284 <![CDATA[Re: s2Member Pro - Member Import - API Notification issue]]>
I received some information from the lead developer. Here's what he says:


No, API Notifications are not processed here. This import routine remains silent in every possible way on purpose, so as not to introduce any actions that might be tied to Hooks/Plugins for WordPress. API Notifications are tied to Hooks/Plugins, so they are not processed.

You could try removing some of these statements from the import routine.
/s2member-pro/includes/classes/imports-in.inc.php

Code:
remove_all_actions("profile_update") . remove_all_actions ("user_register");
remove_all_actions("added_existing_user") . remove_all_actions ("add_user_to_blog");


However, I've never tested this. It's probably a dangerous thing to try.

Statistics: Posted by Raam Dev — January 23rd, 2012, 11:44 am


]]>
2012-01-16T23:42:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16843&p=60781#p60781 <![CDATA[Re: s2Member Pro - Member Import - API Notification issue]]>
I'm checking on this with another support rep and will update when I have more information. Thank you for your patience! :)

Statistics: Posted by Raam Dev — January 16th, 2012, 11:42 pm


]]>
2012-01-13T15:54:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16843&p=60450#p60450 <![CDATA[s2Member Pro - Member Import - API Notification issue]]>
I am registering my users in an external system too, so it would be useful for the API notification to do the work.

Thanks

Statistics: Posted by deonvdv — January 13th, 2012, 3:54 pm


]]>