Support Forum

Buddypress Member Area

XA xanderr
xanderr
Member

Hello,

I have a question about the Buddypress member page.  I use buddypress for my site and the simple press forum works great with buddypress. But i changed my buddypress member area in www.example.com/leden (it’s dutch) with the

Wp htaccess Control plugin. So it’s not members but leden.

 

When i go to the profile settings (very nice) i changed the Display Profile Mode to buddypress, but members doesn’t  change in leden in the link, so i have got an error page http://www.gasamenopreis.nl/members/perquin/profile, it must be http://www.gasamenopreis.nl/leden/perquin/profile

 

Is it possible to change it?

 

Xander

7 Answers

New Answer

MP Mr Papa
Mr Papa
Member

sorry, not following… the two links you posted (one wrong and one correct) are the same??

YS Yellow Swordfish
Yellow Swordfish
Member

I think the only thing we could do to help here would be to put a filter on the url which would allow it to be safely massaged and changed. I will discuss that this end to see if we can slip one in quickly and easily.

it;s not a bad idea to do so in any case.

MP Mr Papa
Mr Papa
Member

will add a filter as Andy says, but a little curious as to why buddypress operates differently than all the others we have run across?

XA xanderr
xanderr
Member

Hi, thanks for the reply. How to add a filter?

 

Xander

MP Mr Papa
Mr Papa
Member

start by reading and understanding how hooks, filters and actions work in wp…  http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters

then in this case, the hook you want is:  sph_buddypress_profile

with two args:  $url and $user

and you can change the url the way you want…