• ResolvedPlugin Author axew3

    (@axewww)


    WP_w3all 1.1.5 add several features about users login/addition. Now users can be added/register or modified about profile in WP. Admin and front-end. Users aren’t deleted in phpBB if they are deleted on WP. But this do not affect the logic of the integration, and no give any problem.
    In case the username exist already on phpBB, or email is associated to another user account on phpBB, on register/add/update, wp_w3all return a temporary error fix message to user, informing that the action can’t be executed. This will be fixed to return normal wp error as soon i can.
    A fix is required also, and the unique one relevant i think, when an user change his password on phpBB, so instead to login before on phpBB, go login on WP side. At first time the login fail, due to a know reason that will be fixed on next version. It can happen rarely, but can happen, so it will be fixed. By the way, wp_w3all by default, at moment allow you to add users to phpBB, in WP admin, or update profiles, or login users and register if user point to wp-register or wp-login directly also if 1.1.5 add a filter (until 1.1.6 or 7) that change register and lostpassw WP links to point to phpBB. You can change this opening wp_w3all.php file and commenting out this two lines adding // before:
    add_filter( 'lostpassword_url', 'phpbb_reset_pass_url', 10, 2 );
    and
    add_filter( 'register_url', 'phpbb_register_url');
    this feature will become option on admin on 1.1.6.

    This will be option (allow or not registrations etc on WP) in wp_w3all admin on next versions.

    1.1.5 fix transfer users from WP to phpBB. the instruction (example) $other_wpdb_instance->insert_id; seem to return nothing to me. So to be fixed it has been unfortunately replaced by a select for the moment, until all will be more clear to me what about this behavior of the returned insert_id. It do not affect anything except the transfer mode or when an user is added/regitered, (so hope it is acceptable for at this time).

    https://wordpress.org/plugins/wp-w3all-phpbb-integration/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author axew3

    (@axewww)

    p.s to fix logout redirect on iframe mode, rebuild the forum page on wp_w3all

    Plugin Author axew3

    (@axewww)

    About WordPress login widget and user registrations:
    Enable the two options in WP, so you’ll see how all work.

    Social plugins, if installed in wordpress, and with option auto register users active, now should work ok. But i’ve not test it: for logic all should work fine, if the user can be added, because there is no other username or email associated on phpBB, it will be added on WP and phpBB. It should return error message informing about the problem, in other case.

    If any problem or bug, please just let know! Thank you.

    Plugin Author axew3

    (@axewww)

    Just to inform that i’ve do a test with a social plugin that allow users registrations from external sites apps like google, facebook etc.
    Test ok. On WordPress wp_w3all phpBB integration 1.1.5, you can also enable social plugins users auto register feature, where it is present.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wp_w3all 1.1.5 release’ is closed to new replies.