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.
Redirect the profile link to Wordpress/buddypress profile page?
Weblogian
New
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.
Tagged:
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
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