Page 3 of 4
Re: Can't log in via wordpress
Posted: Thu Sep 13, 2018 8:46 pm
by stigzler
OK - feel free to test on the site - it's pre-production anyway.
P.S. Donated - please have a beer on me!
Re: Can't log in via wordpress
Posted: Thu Sep 13, 2018 9:12 pm
by axew3
Of course my first
Forst beer for you where ever you are
thank you!
I've see all working fine while added as friend of you by following sent link at
magoarcade.org, all the flow as been executed fine even before the second patch.
If any further problem just let know!
The plugin has been updated/patched on repository about this issue
Re: Can't log in via wordpress
Posted: Fri Sep 14, 2018 9:54 pm
by axew3
Hi there, there is an important update that you should check because this problem affect also your theme i've seen:
viewtopic.php?f=2&t=858
to update and check that this is fixed also for you, open your
overall_footer.html
and where added js code, search for this:
Code: Select all
window.onload = function() {
var pmn = "{PRIVATE_MESSAGE_COUNT}";
var w3all_phpbb_u_logged = "{S_USER_LOGGED_IN}";
// to send to wp at once here, like this: #w3all_phpbbpmcount=val#w3all_phpbbnotifycount=val#etc etc etc
var w3appendevents = '#w3all_phpbbpmcount=' + pmn + '#w3all_phpbb_u_logged=' + w3all_phpbb_u_logged;
parent.w3all_ajaxup_from_phpbb(w3appendevents);
}
immediately after add the follow:
Code: Select all
//fix scrollig gap to top if on iframe (on viewtopic.php where # anchor)
$(window).load(function() {
var bd = document.getElementsByTagName("body");
for (var i = 0; i < bd.length; i++) {
var bdID = bd[i].getAttribute("id");
}
var elt = document.getElementById(bdID);
elt.setAttribute("style", "position:fixed;top:0%;left:0%;width:100%;");
});
however if you do not want to loose time now fixing this aspect, all the code and fixes are provided on next 1.9.3 release.
Cheeers!
p.s did you updated
class.wp.w3all-phpbb.php to the second fix for ajax frontend login widgets?
work also on adding a new coming phpBB registered user in phpBB side, but php return also some error even if the execution not fail, by the way php issue errors on logs (and widget for some while), let me fix all things about this also
so this has been also fixed.
Re: Can't log in via wordpress
Posted: Sat Sep 15, 2018 9:07 am
by stigzler
Hi fella,
Thanks for the additional info + fixes.
Sadly - I now have another issue
The avatar images are not syncing between phpbb and mago. This applies to new user signups and replacing existing user avatars. Could you test and advise, please?
thanks
Re: Can't log in via wordpress
Posted: Sat Sep 15, 2018 9:11 am
by axew3
ok, let me finish with updating phpBB, the board will go offline some while ...
you're in buddypress, i'll check for it as soon finished with this update and let you know ...
i think you're speaking about buddypress profile avatar
Re: Can't log in via wordpress
Posted: Sat Sep 15, 2018 9:42 am
by axew3
sorry steve, you posted while updating phpBB to latest 3.2.3 version. Update completed so now we can follow:
do you mean the buddypress user profile avatar, that you want synchronized with phpBB i assume, do you activated the buddypress integration option into plugin admin page?