After having done some research, I've found out that version 4.7 does have the ability to provide users with a method to create a blog, however I couldn't find anything about 5.1. So that's basically what I'm wondering: is there any way for me to provide users with option to create their own blog?

Comments

vm’s picture

yes the feature is still part of Drupal 5.1, Drupal 6 and I'd bet its still part of Drupal 7

cog.rusty’s picture

Blogs are always there in Drupal 5, created under "Create content" and displayed in /blog or in /blog/[user-ID].

If you don't see them perhaps you haven't enabled the blog module in /admin/build/modules.
If your users can't use them, perhaps you haven't given their roles permission to create blog posts (in /admin/user/access).

tm’s picture

you may have to enable the module. go to administer > modules and enable "blogs", assign appropriate permissions in administer > access controls. have fun

good luck!