Forum Replies Created
-
Download a free version of Buddypress Sliding Login Panel modified to work on mobile devices here!
http://tradr.com/groups/development/public/buddypress-sliding-login-panel-mobile-version/
awwww snap. it is talking about the main header link… forums!
i am talking about the group tab forum !
damn!
Still attempt 3 is not working which should change the group tab forum …
Johnny
created a bp-custom.php and put it in wp-content/plugins
added this within php tags
// Custom Buddypress Stuff
// Custom Buddypress slugs
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘shops’ );
define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘groups’ );
define( ‘BP_MEMBERS_SLUG’, ‘members’ );
define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
define( ‘BP_REGISTER_SLUG’, ‘register’ );
define( ‘BP_SEARCH_SLUG’, ‘search’ );
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’ );still no good
that did not work
Added this to wp-config.php whilst using bp-default
// Custom Buddypress slugs
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘shops’ );
define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘groups’ );
define( ‘BP_MEMBERS_SLUG’, ‘members’ );
define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
define( ‘BP_REGISTER_SLUG’, ‘register’ );
define( ‘BP_SEARCH_SLUG’, ‘search’ );
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’ );/* That’s all, stop editing! Happy blogging. */