Hi,
The user needs to enter his Wordpress.com subdomain name in the window..
For example: if the user's wordpress site is mysite.wordpress.com, then he types in mysite.
Regards.
Hi,
You need to add it to the html code of the page, so for example: in Themes/default/index.template.php, next to the login box.
Not familiar with SMF, there is probably a cleaner way to include this code, because editing the Theme template looks t…
Hi Richard,
Yes, put the code from section 3.1 in the functions.php.
The hook action should call the update_user_meta.
You may want to display the data available to you, look at the arguments to the hook (log them).
Be aware that not all items will …
Hi,
This is the way the plugin works (shows on login page).
You can add the icons at the quick login by inserting the plugin code in the page, as mentioned in support.oneall.com/forums/discussion/comment/1203/#Comment_1203.
Regards.
Hi,
We can delete it for you if you wish (and if you are the owner).
However, there is some recent activity (connection test) for today and yesterday.
Also, what did you do to "delete the site settings" ?
Hi,
Did you delete the hundpferdundlebensart application on the app.oneall.com site?
If so, you should be able to re-create it (on your app.oneall.com).
Thanks.
Hi,
The cause appears to be that our plugin applies the login_redirect filters.
Any other plugin could be changing the redirected URI.
So, only solution is to identity where the user is redirected, and by which plugin.
Hi,
Upon registration with SocialLogin on most CMS (ex: Wordpress), a password is randomly generated. Usually, this password is never needed as the user logs with their social account.
Ideally, Tapatalk should include the social login feature so use…
Hi,
This can happen when the redirect URL is being removed/blanked out (there could other reasons). It could be one of several plugins.
Could you try debugging by adding the following logging information:
function log_redirection ($url) { globa…