Forum Replies Created
-
Thank you @mercime! I was just able to create a blog. But now I am confused!!!
For example, in my prompt, i entered blog name which appears directly under the root of the site. Ex: xyz.com/MyNewBlog1/ – this is a bit confusing…Whenever a user is creating a personal blog, he/she really creates a sub-site (with its own template and everything else…) – is this correct?
If yes, then is it possible to force the new blog URLs to follow this patters:1) /members/username/blogs/MyFirstBlogName/
OR
2) /members/username/blog/MyFirstBlogName/
OR
3) /members/username/MyFirstBlogName/If one of the above patterns is used, then it is easier to understand that the blog belongs to a user, rather then the top-level site.
Thank you again!
PS: Wow – this community support is awsome. Much better than some of the paid support. Lets not get into names here …. .
Thank you for a super fast reply. However, I red documentation, and it is for the previous version of BuddyPress / WordPress.
Site Admin -> Options -> Allow New Registrations > set to: “Only Logged In Users Can Create New Blogs” – is no longer available!!!Could you guide a BuddyPress/WordPress noob please?
If i need to change the code, I am fine with this – I have a software development background.
Thank you for a reply!
Yes, I am pretty sure that MultiSite is enabled.
I did the following check:
From the ‘Network Admin’ I added new site and called it ‘SubSite1’; the URL of SubSite1 is: xyz.com/SubSite1/.
The SubSite1 has it’s own blog where I can add a post, etc. The blog of SubSite1 is also listed in the top level site: xyz.com/blogs/.
So, there is a capability to have one blog per one sub-site.The question still remains, how can one blog per one BuddyPress user can be enabled?
I include the contents of wp-config.php for your reference (just in case you wonder what is there):
…
I have some passowrds infor here…
…
define(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘cfbp.dev’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
/* That’s all, stop editing! Happy blogging. *//** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);