Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: I want to show de WP profile instead BB Profille

I guess the most simple (and painless) way to do this will be to redirect/rewrite the profile URL from bbPress to point to the profile URL in WordPress.

You can reference the profile by the ID – in bbPress it goes like http://example.com/bbpress/profile.php?id=1 and it is equivalent to http://example.com/wordpress/?author=1

You just need some .htaccess magic :)

Skip to toolbar