This was one of the first Blog Defaults plugins for WPMU, but I have stopped development on it. There is a better plugin available now: http://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
Current Version: 1.0.4 (last updated 10/10/08)
This plugin contains many examples of how to change different blog defaults. They can be enabled/disabled by commenting out the filter/action below the function.
Features include:
-Hiding submenus
-Default post permalink structure
-Default blogroll links
-Default widgets
-Comment moderation settings
-Mailing settings
-Header navigation links
Hey MrBrian,
I have created a new plugin that sets the default categories for new blogs. heck maybe we can combine your plugin here with mine and make a better blog defaults plugin. perhaps with one new menu item called ‘blog defaults’ under site admin. what do you think?
here is my new plugin, my first
http://natureofmind.org/?p=30
Thank you for this plugin! How can I contact you to discuss the possibility of arranging to pay you for a few additional modifications to this plugin?
Thank you!
Thanks for nice plugin.
Will you add some more examples?
can you write the version number into this post please? every time I check for an update, I have to download and check inside the file itself
thx
help!
i’m trying to get your plugin to work so that I can customize the *widgets* for new blogs created.
i’m a newbie and am not great with code. can you please tell me *what i need to ‘comment out’ and where?? thanks!
Hi,
Please can someone help me to setting up default wp-polls widget. I have added “polls-widget” to this plugin but i also need to enter the polls polls ID. While auto. activating plugin poll with ID “1″ creates but i can use it as default poll widget. There is function like:
function form ($instance) {
global $wpdb;
$instance = wp_parse_args((array) $instance, array(‘title’ => __(‘Polls’, ‘wp-polls’), ‘poll_id’ => 0, ‘display_pollarchive’ => 1));
I think i need to use $instance variable on default widget plugin. How to use it?
Hi,
How to add the title for widget which has no “Title” after automatically adding for newly created blogs?
Please help.