smithcreate (@smithcreate)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @smithcreate

    Participant

    After some testing, I’m finding that if I edit a user account, and click save, they can then login on the 1st attempt. What I don’t understand is why this broke to begin with. It must have something to do with users in the database? This is going to be a long night.

    @smithcreate

    Participant

    When I place the shortcode in a page, it renders the form as expected. And when I enter a username or email address, the form submits and refreshes the current page.

    Example: http://www.ccghpa.com/test01/

    So with the shortcode in a widget on my forums page I would expect the form to submit and refresh the current page. Instead, it jumps to a random forum.

    @smithcreate

    Participant

    I’m using an iThemes Builder theme and have a page template with a right column being used for that page. Under Appearance > Widgets, I have a Text widget applied to this column with the following code:

    [bbp-lost-pass]

    This renders the lost password form.

    @smithcreate

    Participant

    I solved this. The code above was already in the functions file. I removed it and all is well.

    @smithcreate

    Participant

    I’m having this error on my production website.

    I added the code in my functions.php file of my child theme which causes the site to not load. With the exception that I changed the return value:

    add_filter( 'bbp_verify_nonce_request_url', 'my_bbp_verify_nonce_request_url', 999, 1 );
    function my_bbp_verify_nonce_request_url( $requested_url )
    {
        return 'http://www.ccghpa.com' . $_SERVER['REQUEST_URI'];
    }

    Any other fixes?

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