by axew3 » Thu Aug 10, 2017 7:27 pm
Ok how can i prevent that users will log in like that?
the fact you'll force a login done in WP side, do not change the fact that if after, an user go into phpBB side (and is not in iframe mode) will not be recognized by the way by the plugin you use (because it do not search for users logged in in phpBB database, where users sessions are updated while an user visit it). The fact that you login users only in WP, not change nothing. In iframe mode, the user update ever at same time WP and phpBB databases, and in this case the joke work.
Unfortunately, the unique way to resolve would be to add the feature about logged in users into wp_w3all, that will be done as above explained, or edit the plugin code you use to search also for phpBB online users, into phpBB db.
ps i realize that the login widget, will be on next version maybe changed to point to WP login, and not phpBB. It was born in this way from very first version, and needed in this way for how the plugin was working, but now it not make too much sense to continue in this way.
The login widget code will be updated to point to WP login.
[quote]Ok how can i prevent that users will log in like that?[/quote]
the fact you'll force a login done in WP side, do not change the fact that if after, an user go into phpBB side (and is not in iframe mode) will not be recognized by the way by the plugin you use (because it do not search for users logged in in phpBB database, where users sessions are updated while an user visit it). The fact that you login users only in WP, not change nothing. In iframe mode, the user update ever at same time WP and phpBB databases, and in this case the joke work.
Unfortunately, the unique way to resolve would be to add the feature about logged in users into wp_w3all, that will be done as above explained, or edit the plugin code you use to search also for phpBB online users, into phpBB db.
ps i realize that the login widget, will be on next version maybe changed to point to WP login, and not phpBB. It was born in this way from very first version, and needed in this way for how the plugin was working, but now it not make too much sense to continue in this way.
[b]The login widget code will be updated to point to WP login.[/b]