The problem might be due to multiple, unintentional clicks on the raw login button.
Could you please try to add this JavaScript to your sourcecode?
$("#google-login").on('click', function(){ var last_click = this.getAttribute ('data-click'); va…
Could you please remove this code from bar.php:
window.parent.document.getElementById('foo').innerHTML = #sharing oas_box html code#;
Then add it to the beginning of
function refreshOneAll() {...}
If you change the data-url/data-title [...] th…
Hi Micah,
the top area of SMF unfortunately has no suitable hook that we could use to automatically add the icons. You can add them manually by copy/pasting the following code to your SMF template:
var _oneall…
Most people prefer not using their real names as user name. Whenver it's possible our system will gather their preferred username from the social network. Google doesn't provide a username, that's why the real names are used.
You can change this be…
There is unforutnately not much that we can do.
If the card isn't accepted by the system then either the entered card details are wrong or your bank refuses the debit. In this case you need to check with your bank why it does not work.
Here is a fix for the blank activation page:
https://github.com/oneall/social-login-phpbb/commit/70adc74f4ff0d25805ed608c1751914278575581
After having created your account you should have received an email with a password.
You need to use that pass…
Hello,
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
1) P…
To show Social Login on every page you need to change the code like this:
1) Open this file in your phpBB directory:
ext/oneall/sociallogin/event/listener.php
2) Find this line
// Embed on the main page
3) Add this code above:
$this->templat…