by axew3 » Sat Apr 08, 2017 1:12 pm
yes, to me it is only needed to be clear what to do. I mean this because the way to integrate are several. Allow users on both systems to register? This change the logic as the code should be done. On register force the user to choose for a display name in WP? if registration are allowed on both, than this need to be true also for phpBB.
If not forced to choose a display_name, what should display the username? The id?
Even, it can be achieved just with a call into wp db from phpBB, retrieving display_names and, replacing.
But i still have not take a look to the think about change phpBB usernames into something else in phpBB, i will do as i can to better answer.
In the while, the new little ajax code addition for overall_foooter.html and page-forum.php is coming.
It will update any event of phpBB, into WP. So when for example, into WP bar address if is option active to display new pm, and we are in iframe mode, when we look a message into phpBB iframe, the count of unread PM messages will be updated (without reload WP) also into the WP address bar.
This same will be applied for logins done without remember me, so when in iframe the user can at one point result logged out into phpBB, but until wp not reload, the top bar of wp display logged user.
So, from now on there is no more limit to develop this aspect with easy, adding any event.
With .htaccess tutorial about notification email links to point to iframe, as well the event copy link on iframe, all will result ... let say awesome
yes, to me it is only needed to be clear what to do. I mean this because the way to integrate are several. Allow users on both systems to register? This change the logic as the code should be done. On register force the user to choose for a display name in WP? if registration are allowed on both, than this need to be true also for phpBB.
If not forced to choose a display_name, what should display the username? The id?
Even, it can be achieved just with a call into wp db from phpBB, retrieving display_names and, replacing.
But i still have not take a look to the think about change phpBB usernames into something else in phpBB, i will do as i can to better answer.
In the while, the new little ajax code addition for overall_foooter.html and page-forum.php is coming.
It will update any event of phpBB, into WP. So when for example, into WP bar address if is option active to display new pm, and we are in iframe mode, when we look a message into phpBB iframe, the count of unread PM messages will be updated (without reload WP) also into the WP address bar.
This same will be applied for logins done without remember me, so when in iframe the user can at one point result logged out into phpBB, but until wp not reload, the top bar of wp display logged user.
So, from now on there is no more limit to develop this aspect with easy, adding any event.
With .htaccess tutorial about notification email links to point to iframe, as well the event copy link on iframe, all will result ... let say awesome ;)