Hi Caroline,
it should take more or less two weeks to create the SMF plugin and add the Slack integration. For Armember we need to have a closer look at your WordPress.
Regards,
Hello,
you can open this file:
./vendor/drupal/social_login/social_login.module
The picture is assigned by this code:
// Update user record. $account->user_picture = $real_file; $account->save();
So you would have to patch tha…
Yes for the changes to ARmember. We do not support Slack yet, but as far as I could see they have an API that we can use. So it should be no problem to add them.
Yes, I see it.
If you add this rule to your WordPress CSS stylesheet, the problem should be gone:
.oneall_social_login_providers{ height: 160px; overflow:hidden; }
Hi Caroline,
The link that you have posted is a link to our generic implementation guide. It can be used if we we do not provide a turnkey plugin.
In your case this is however not necessary. As we (OneAll) will provide you turnkey plugins for …
Hi Caroline,
you will need this plugin:
https://wordpress.org/plugins/single-sign-on-sso/
Once you have upgraded your plan, we will starting
building an SSO plugin for your SMF.
Regards,
Hi Jeffrey,
sorry I misread your first post.
Here the called actions:
do_action ('oa_social_login_action_after_user_link', $user->data, $data->user->identity, $userid_by_token); do_action ('oa_social_login_action_after_user_unlink…
After some more tests we have added the fix to the official plugin:
https://github.com/oneall/social-login-whmcs/commit/3951883a3e6481358ecebdabf3aa642d535c45be
Hi Bernardo,
I think I might have found the issue.
Please open this file in your WHMCS folder:
modules/addons/oneall_social_login/hooks.php
Then look for this code:
// Build Output $output = array(); $output[] = ''; $output[] = ""; $out…
Hi Faisal,
I do not see the gap in my browser. But what you can do is add this CSS to your WordPress stylesheet:
.oneall_social_login_providers{ height: 160px; }
Hello,
what you can do is locate this file in your phpBB folder:
./ext/oneall/sociallogin/core/helper.php
Then search for this line:
$result = $this->user->session_create($user_id, $is_admin);
and modify it like this:
$result…
Hi Caroline,
yes, Social Login is available for our free users. Social Login allows you to login with a social network and to create new SMF accounts on the fly. It will however not allow you to re-use that account info on another website. For th…