Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Profiles are seperate from blogs

I’d be really interested if anyone can work out a way to provide the option to alter the URLs for member home bases.

I’m no .htaccess guru, but it might be possible to alter it, or the bp-core-catchuri.php file to handle the changes. Hacking the core is definitely not an option though.

One thing that would need to be considered is how the clean URL system works. Right now it does this:

http://username.domain.com / [component] / [action] / [action_variable] / [action_variable]

If you modified the URL’s for home bases, you’d have to recalculate which section of the URL the [component] starts at:

http://domain.com / members / andy / [component] … etc etc.

This is all done at the top of bp-core-catchuri.php.

Andy

Skip to toolbar