Hi Bill,
Indeed, I was able to edit name/address initially, but not after a re-login.
This is strange. Thanks to your error reports, the latest code corrections does work for me (edits possible at every login), on a basic Drupal 7.27 / CiviCRM 4.6.…
Hi,
The information is available in the wordpress database, as user_meta (see table ${wordpress_prefix}_usermeta).
You can probably find a wordpress plugin that accesses the user_meta information.
Hope this helps.
Hi,
This is called Social Sharing.
As a first step, you can look up the documentation:
from app.oneall.com, select your site, choose the tab "Implementation", then "Social Sharing Wizard".
Also, there are past questions on this topic.
Hope this he…
Hi,
Could you try it again after replacing at line 674 of /modules/social_login/social_login_core.module :
$fun($edit, $account); with $fun($edit, $account, NULL);
Thank you.
Hi,
Thanks for the information. I'll look into it.
What is surprising, is that after disabling the trigger module, you still get the error.
Do you need to refresh the module list somehow (this is not a problem in Drupal development mode) ?
Regard…
Hi,
We have a fix for this problem. We will update the plugin on the Drupal web site in the coming days.
But, if you want you can manually apply the fix now:
In file /modules/social_login/social_login_core.module :
At about line 669, replace this:
i…
Hi,
Indeed, there is no trace of the Social Login javascript in your html pages.
This is part of the extension installation.
Perhaps you can follow the installation again?
If this is ok, then there is maybe some conflict with other phpbb customizat…
Hi,
Ok, thanks.
Yes, it seems related. It appears that when logging in with Social Login, CiviCRM is not able to match the user id with its correct contact id. It is therefore considered another contact, and requires the view/edit ALL profiles permi…
Hi,
Do you get the following error message when editing the profile:
Warning: in_array() expects parameter 2 to be array, null given in CRM_Profile_Form->buildQuickForm() (line 726 of /var/www/tests//sites/all/modules/civicrm/CRM/Profile/Form.p…
Hi,
Basic testing (logging in) works for our accounts.
Difficult to point you in any direction with this information unfortunately :-(
Anything else that is different among your users ?
Regards.
Hi,
Basic testing indicates that the login works, because, clicking on 'register', or navigating to another page displays the user name from social login.
Could you try to move the social login plugin to another page, perhaps the test page is some…
Hello again,
Could you also test your OneAll settings ?
In the Wordpress configuration (dashboard...), go to Social Login, Set Up tab, then test Autodetect API Connection, and Verify API Setting, both by clicking on the buttons.
They should report…