Fully compatible with b2evolution version 5.1.2
Check the parameters on the configuration view of this plugin, or go to the forums at b2evolution.net for more information
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:
Install this plugin like all others, if you also want to manage user blogs from Users tab (Admin), add the following in /inc/users/views/_user_list.view.php on line 182
// =================================================================== // Include Userblog users hack global $plugins_path; if ( is_file($plugins_path.'userblog_plugin/_users_list.inc.php') ) { include $plugins_path.'userblog_plugin/_users_list.inc.php'; } // ===================================================================
Alternatively you can use prehacked file for b2evo-2.4.5 from installation folder.