UserBlog
Categories: 2.x & above, 5.x, Backoffice tool, Downloadable Plugin
This plugin creates a new blog when user clicks a link in their profile page. Blog short name and category will have the same name as login. The plugin has several options built in: You can choose if you want to use stub files or not, with or without extension, if you want to store stub files in separate directories or all in a subdirectory. You can also decide if you want to give users administration rights and own media folder on registration or not, and set the default descriptions and default skin for the new user's blogs.
Version 2.3.0
Fully compatible with b2evolution version 5.1.2
Please, check the parameters on the configuration view of this plugin, or go to the forums at b2evolution.net for support.
Author | @sam2kb |
---|---|
Last tested in version |
Official page: http://forums.b2evolution.net/topic-15842
Attachments:
- userblog_plugin-2.3.0.zip (48 KB)
Hello! I have fixed a bug in your plugin v2.2.0 .
When you create a blog in some servers, the permissions on files created are not set correctly (0644). When the user open it, open the home page of blog, internal server error appears.
Solution:
In the file _userblog_plugin.php, insert:
chmod($config_file, 0777); on line 1360
chmod($file, 0755); in line 1374
chmod($config_file, 0777); on line 1412
Googbye.