ah ok, you want that: user login in wp widget, then redirected into phpBB and presented logged in on the forum, without redirecting the user in wordpress ...
Without edit any phpBB file for redirection or addition of nothing, open (we assume you're not on iframe mode)
so open:
/wp-content/plugins/wp-w3all-phpbb-integration/views/login_form_include_noiframe_mode_links.php
just remove line where:
Code: Select all
<input type="hidden" name="redirect" value="<?php echo $current_url; ?>">
then you should not be redirected into wordpress.
Isn't it?
In case use also option
Use custom files to display Last Topics Widgets, Login Widget or Last Topics Shortcode content
as explained on related admin plugin option hint, to avoid overwrite of these modifications when plugin update.