Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Redirect the profile link to Wordpress/buddypress profile page?

WeblogianWeblogian New
edited October 2010 in Vanilla 2.0 - 2.8
Is this possible? I don't want to use the vanilla profile page and others feats, instead I want to use the Wordpress/buddypress profile page.

Comments

  • Options
    TimTim Operations Vanilla Staff
    This is an odd question. Are you using ProxyConnect?

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Options
    WeblogianWeblogian New
    edited October 2010
    @Tim
    Yes I am using ProxyConnect
    I want to use both buddypress and vanilla. But Having two profile page or profile area confuse the users. I just want to get rid of the Vanilla profile page and instead link it to buddypress profile.

    Example:
    Vanilla profile link: http://mysite.org/profile/8366/weblogian
    Buddypress profile Link: http://mysite.org/members/weblogian

    What I want is to change/redirect the Vanilla profile link to Buddypress profile .

    I read about:
    <?php

    // Include Wordpress

    define('WP_USE_THEMES', false);

    require('./blog/wp-load.php');

    query_posts('showposts=1');

    ?>

    But couldn't do it myself till now
Sign In or Register to comment.