Forum Replies Created
-
Thank you
I solved it! But I dont know if this is safe:
I placed only the define groups directly after the line
define(‘WPLANG’, ”);
in wp-config.php
Safe?
Not sure why the code is not showing:
Here’s the snippet that I changed between the php tags
define( ‘BP_GROUPS_SLUG’, ‘somethingnew’ );
Ok, I guess the code did not post in my last post, so here’s what I have:
<?php
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘blogs’ );
define( ‘BP_FORUMS_SLUG’, ‘forums’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘somethingnew’ );
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’?>
I successfully changed the titles, but not the slugs.
Ok, right now, I place exactly this code in my bp-custom.php
<?phpdefine( 'BP_ACTIVATION_SLUG', 'activate' );
define( 'BP_ACTIVITY_SLUG', 'activity' );
define( 'BP_BLOGS_SLUG', 'blogs' );
define( 'BP_FORUMS_SLUG', 'forums' );
define( 'BP_FRIENDS_SLUG', 'friends' );
define( 'BP_GROUPS_SLUG', 'somethingnew' );
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'?>
and uploaded it to /wp-content/plugins. I get this error:
Parse error: syntax error, unexpected ‘;’ in /home/content/90/5329690/html/*site*/wp-content/plugins/bp-custom.php on line 17.
Any thoughts?
I did this, but nothing changed. Is there any other setting I have to change first?
Are you sure you meant ” wp-content/plugins/” or wp-content/plugins/buddypress/?
I already uploaded it to wp-content/plugins/buddypress with the define code
(<?php
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );etc) But with my changes…. Nothing’s changed.
Any thoughts?
Quick question:
So I create Bp-Custom (I am editing the slugs), but will this file be wiped out by future updates?
Awesome, thank you! I will look into this.
I may come back for a few questions
Anybody? I’m sure this is an easy question I can’tfigure out
I am changing many things. For the theme, I created a child. But I will be editing slugs, some functions, etc to change my site’s layout and look.
When will this issue be fixed?
And not any other group?
Anybody?
How can I gather other info from a user if they use FBConnect?
Thanks!
Well, I do really like Edublogs, but there are many options I would like to tweak. I do have a lot of WordPress experience, but not that much MultiSite/BP experience. I was planning on using WPMU Dev Premium.
I don’t need to host thousands of uses (yet =] )
Think its practical?
This possible?
Any thoughts?
Thanks, I was planning on using something like that, but that doesnt answer my question.
Alright, thanks everyone!
I know it probably depends on the circumstances, but do developers create plugins for free, or must they cost money to be built?
Let me know if I should specify the actual plugin I want to be built…
Thanks!
It seems as though WPMUDev has some very powerful plugins and support. They do have many BP plugins, and they say that they can build any sort of plugin by request. Has anyone tried this / know if it works?
For WPMUdev, do you have to pay a monthly subscription? It seems kind of pricey.
I am also assuming you can use both WPMUdev and Buddydev, as they just provide plugins?
Thanks
Nice! Any ideas as to when 1.3 is being released?
Or premium.dev?