@educartis
15 years ago
Committed a big mistake, ftp upload overwrote the file .htaccess of another account. Sorry for the inconvenience.
But we know that if this happens you have to look at your .htaccess file.
15 years, 4 months ago
Oooppss reading a blog post ive found a solutions that is working properly,.. in the bp-custum.php we need to comment or delete this sentence:
define ( ‘BP_XPROFILE_SLUG’, ‘info’ );
Before
>>>
01.define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );
02.define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
03.define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
04.define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
05.define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );
06.define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );
07.define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
08.define ( ‘BP_XPROFILE_SLUG’, ‘info’ );
10./* Some other non-component slugs */
11.define ( ‘BP_REGISTER_SLUG’, ‘signup’ );
12.define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );
13.define ( ‘BP_SEARCH_SLUG’, ‘find’ );
14.define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );
Ive tried and know everything looks nice,,
This solutions is in the comments of this post
https://buddypress.org/blog/how-to/customizable-slugs-in-buddypress/#comments
i have the same problem Florian, and my solution was the same of yours,. not to change slugs at this moment,.. its a pitty.
15 years, 5 months ago
This plugin will give to buddypress a lot of benefits,. so Nicole thanks for yor hard job…