Topic-icon CB Profile Integration failing to enable / confirm new users

Active Subscriptions:

None
It looks just plain simple...
But no success so far. Just starting to work on it but it has not proven to be a cut & paste.

The mapping process completes as supposed to but the mapped fields do not import.
And no errors to give me a hint what went wrong. I turned on debugging and set it to max.
Going to have to dig into the code. Any ideas?
The topic has been locked.
Support Specialist
I'm eyeballing this all now, can test more tomorrow afternoon if this doesn't work... but try this block of code:
$jlinkedLibrary->initialRegistration = true;
            JPluginHelper::importPlugin('jlinkedprofiles'); 
            $args = array($user->get('id'), $liMemberId); 
            $app->triggerEvent('jlinkedProfilesImportProfile', $args);
            $jlinkedLibrary->initialRegistration = false;
This is a bit (ok, a lot) hack-ey. You'll really need to test that this doesn't do silly things like re-sending the user's welcome email and stuff, but I don't think it should.. again, from a quick look at the code.

Please test and let us know if that goes better. If not, will implement tomorrow to determine the best fix.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
I gave it a whirl and first impression is it works and did not send extra emails.
I will put it through its paces tomorrow and make sure it doesn't have any hidden gotchas.
Thanks!
The topic has been locked.
Support Specialist
Faaaaaantastic! Keep us posted. Will be starting on some tests and updates to the CB plugin soon with the things we've seen and learned from this thread. Still hoping to have it out later this week/weekend, but it's not a 'critical' task for us as least you're figured out, and no one else is requesting this right now.

Mitchell, we can provide the minor code changes we've done for Securepro if you need things 'now'!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Hello Alex, we have installed and tested the fix extensively - everything is working properly now. Thanks again for the fantastic support! Mitch
The topic has been locked.
Support Specialist
Mitchell,
Fantastic! Glad to hear another confirmation for the code change we provided. We did more stuff for securepro, and have even a few more changes for the release, but if it works for you, none of those should be needed.. just get specific modes going and compatibility updates.

Hope this thread didn't get too annoying to follow, and thanks for all of your patience!

Finally, if either of you haven't already, please consider leaving a rating and review for JLinked, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/access-...on-cloud-based/18957

Thanks,
Alex
The topic has been locked.