p13t3rm (@p13t3rm)

Forum Replies Created

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

  • p13t3rm
    Participant

    @p13t3rm

    Doh, after just thinking a few things through I realized that I added this in my functions file:

    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://192.168.1.108:8888’ . $_SERVER[‘REQUEST_URI’];
    }

    Should this just be removed or should I set it to the server’s ip?

    Thanks.


    p13t3rm
    Participant

    @p13t3rm

    Thanks for the response Robin!
    As far as not being able to post,
    I can see the topic and reply forms at the bottom of each page but when filling in and submitting, the page just refreshes with the text still in the form

    So I didn’t try that due to the fact that I had removed all other themes, but after switching to a redownloaded TwentyFourteen theme, I was able to once again post.

    I’m using a theme I built using Bones Boilerplate, any idea why this would work on my local server instance and not on the live server?

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