Stephanie Leary (@sillybean)

Forum Replies Created

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

  • Stephanie Leary
    Participant

    @sillybean

    … I should probably post my filter mini-plugin in case anyone else is testing this:

    <?php
    /*
    Plugin Name: bbPress Registration Redirect
    Plugin URI: http://sillybean.net/
    Version: 0.2
    Author: Stephanie Leary
    */

    add_filter( 'bbp_user_register_redirect_to', 'scl_print_bbp_redirect' );
    function scl_print_bbp_redirect($url) {
    return 'http://forum.sillybean.net/register/confirm/';
    }
    ?>


    Stephanie Leary
    Participant

    @sillybean

    OK, changeset #3450 only partially fixes this problem. Even with a ‘bbp_user_register_redirect_to’ filter, the redirect_to hidden field still gets stomped by the first if() in bbp_redirect_to_field() — line 741.

    I tested this on my multisite install. With that first if() commented out, the redirect_to field is set correctly — but even so, I get redirected to the main site’s wp-signup.php.

    ETA: OH! I think we’re seeing two different problems here.

    On Jared’s single-site install, I suspect what’s happening is that the page containing the registration shortcode just isn’t doing anything with the checkemail query arg. So, it would be fine to have the user redirected back to that page, as long as the query arg generated the proper “check your email” notice.

    What I’m seeing on multisite actually looks like this bug in WP itself.


    Stephanie Leary
    Participant

    @sillybean

    This is confusing the heck out of my users as well. My forum is set up on a WP network subsite. They register there (the form is generated by the shortcode), and on completion they’re redirected to the main network site’s registration page — which looks completely different.

    The UX is very broken. :(


    Stephanie Leary
    Participant

    @sillybean

    Multisite. I just de/reactivated and got a notice of RC-2 with much better multisite options. Excellent! Alas, now I can’t register new users at all — I just never get the confirmation email.

    I’ve turned on the option to let guest users create topics for now, and that seems to work.

    The new icons are fantastic!


    Stephanie Leary
    Participant

    @sillybean

    Multisite. I just de/reactivated and got a notice of RC-2 with much better multisite options. Excellent! Alas, now I can’t register new users at all — I just never get the confirmation email.

    I’ve turned on the option to let guest users create topics for now, and that seems to work.

    The new icons are fantastic!


    Stephanie Leary
    Participant

    @sillybean

    I’m seeing this as well with WP 3.2.1 and bbPress rev. 3398, downloaded tonight.


    Stephanie Leary
    Participant

    @sillybean

    I’m seeing this as well with WP 3.2.1 and bbPress rev. 3398, downloaded tonight.


    Stephanie Leary
    Participant

    @sillybean

    I’m having the same problem with a new 0.9.0.4 installation. In addition, I have an error message in my Latest Activity box on the Dashboard:

    bbPress database error: [Unknown column 't.topic_id' in 'on clause']

    SELECT p.* FROM bb_posts AS p JOIN bb_topics as t ON ( t.topic_id = p.topic_id ) WHERE p.post_status != '0' AND t.topic_status = '0' ORDER BY p.post_time DESC LIMIT 5

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