Skip to:
Content
Pages
Categories
Search
Top
Bottom

Redirect Login target parent

Viewing 4 replies - 1 through 4 (of 4 total)
  • @chrishajer

    Participant

    I’m not sure about the iframe issue at all. Many people would like the forum to look like the WordPress blog. Normally you end up having to create a bbPress theme that looks like your blog theme.

    How about using this redirect trick to get them where you want them after submitting the form?

    https://bbpress.org/forums/topic/redirect-after-login-error#post-19576

    @the_hero

    Member

    Thank you much for your reply! So I can just place:

    <?php

    if ($re == ‘http://#postform&#8217;) {

    echo $_SERVER.’#postform’;

    } else {

    $re;

    }

    ?>

    in the bb-login.php? Where about? Do I replace somthing with it?

    @the_hero

    Member

    I tried placing it for value=”” in the login.php of the template and it produced an error that said it has created a loop that will never end.

    @the_hero

    Member

    Alright, I placed a direct link to where I wanted to point in value=”” and it now works. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar