Hi, Paul
I saw your post about the code to internal configuration settings that can be changed by adding a configuration definition line to your wp-config.php file. With a list of the current setting that can be changed:
I actually want to do the oppisite of this code.
Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:
define ( ‘BP_ENABLE_MULTIBLOG’, true );
I want Buddy Press on just ONE of my sites/blogs all all the others to be left alone, but once I install the plugin the is only one choice for activation.”NETWORK ACTIVATE”
Would you happen to know a way I can do this. Just activate on ONE site. Could there be a way to edit the wp-config.php to do this like
for example:
define ( ‘BP_ENABLE_sitename.com’, true );
Thanks