Hi,
I have WP Multisite 4.2.2 and when I save settings in this plugin, and refesh page, it lost all settings.
What is the problem?
Nothing else lost any setting, just this plugin.
Thanks,
Feriman
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>Hi: I have purchased a template that uses WordPress, and I host the site on my own website. I want to send out blogs to subscribers via email and have used Jetpack to set that up (mailchimp and Feedburner were too complicated for my skill level).
When a subscriber gets an email announcing that there is a new blog, there is a WordPress logo at the top of the email page. Now, I really support and like WordPress, but I don’t want their logo at the very top of my email. Is there a way of moving or removing it?
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>The plugin hasn’t been updated in over a year – does it still work?
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>Hi there,
I’m trying to adjust the reading settings on new blogs to a specific static front page, is there a way to do this with this plugin? I don’t see it.
Thanks!
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>Just want to bring these PHP Notices to your attention. In the course of getting ready to test some themes/plugins I help manage I’ve discovered that your plugin produces a lot of PHP Notice errors when you activate the plugin on a Multisite enabled environment before any sub-sites are created.
Notice: Undefined variable: current_site in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Trying to get property of non-object in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Undefined variable: current_site in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Trying to get property of non-object in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Undefined variable: current_blog in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Trying to get property of non-object in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Undefined variable: current_blog in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
Notice: Trying to get property of non-object in /Users/lucasbonner/Sites/temptest/wp-content/plugins/wpmu-new-blog-defaults/cets_blog_defaults.php on line 1136
You should be able to recreate them by
Thanks for you work on this plugin!
-Lucas
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>Hi,
I am using New blogs template plugin on multisite wp to assign the new blogs my custom theme.
Whenever i add a new blog, fatal error occurs which says “Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in …../wp-includes/meta.php on line 559”. Although it creates the site and assign twenty-twelve theme instead of my custom theme.
I checked for the memory limit in wp-config.php and which is set to 256M(too high). Apart from the basic settings, i have WP_CACHE=true. Could anyone please tell me how to solve this issue?
Thanks
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>unchecking “Convert emoticons like ?? and ?? to graphics on display” does not have any effect in WP 3.6 (new sites still have this option checked).
Otherwise, awesome plugin!
https://www.ads-software.com/plugins/wpmu-new-blog-defaults/
]]>On a fresh MS install I get a string of install errors.
Loads with notices under permalinks and default theme:
Notice: Undefined variable: current_site in /srv
and
Notice: get_themes is deprecated since version 3.4! Use wp_get_themes() instead.
Updating yields a string of
Notice: Undefined index: default_pingback_flag in …
Very useful addition to the repertoire for any multisite, when it is working!
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>This is a really great plugin and I hope it can continue to be maintained. It fills a big need for anyone maintaining a large site network.
As others have noted, I’m seeing some issues with undefined variables when initially setting up the plugin. Adding $current_site to the globals in the setup() function did resolve that one particular issue.
In the Global Settings page, I see:
Notice: Use of undefined constant blogname_flag – assumed ‘blogname_flag’ in C:\Users\mrw\xampp\htdocs\ciswa\wp-content\mu-plugins\cets_blog_defaults.php on line 594
next to the checkbox in the blog title.
I also see that the plugin is using some deprecated functions (thanks to the Log Deprecated Notices plugin). Here’s its output:
Function: get_themes()
Used in wp-content/mu-plugins/cets_blog_defaults.php on line 1230.
Use wp_get_themes() instead.
Deprecated in version 3.4.Select Function: current_theme_info() Function: current_theme_info()
Used in wp-content/mu-plugins/cets_blog_defaults.php on line 1231.
Use wp_get_theme() instead.
Deprecated in version 3.4.Select Function: get_site_allowed_themes() Function: get_site_allowed_themes()
Used in wp-content/mu-plugins/cets_blog_defaults.php on line 1232.
Use WP_Theme::get_allowed_on_network() instead.
Deprecated in version 3.4.Select Function: wpmu_get_blog_allowedthemes() Function: wpmu_get_blog_allowedthemes()
Used in wp-content/mu-plugins/cets_blog_defaults.php on line 1236.
Use WP_Theme::get_allowed_on_site() instead.
Deprecated in version 3.4.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>I can’t find a solution that will avoid setting up the sample page by default. Is there a way to suppress it or rename it by default?
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Is it possible for you to move the New Blog Default link from the Settings menu to the Network Admin’s “Sites” Menu since this settings is related to sites? Makes it easier to find if you have lots of other plugins..
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>In the setup() method, need $current_site as a global:
global $wpdb, $wp_version, $current_site;
Otherwise there’s no $current_site object for
'blogdescription' => sprintf(__('Just another %s weblog'), $current_site->site_name ),
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>I am using wp_create_nav_menu()
to create menus under the wpmu_new_blog
action. If the Default Link Category:
option is not blank the first menu created takes the name from Default Link Category:
. Subsequent menus create with the correct names.
If Default Link Category:
is blank then the first menu is created with the correct name.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Kind of confused here.
Running the lastest WP in network mode and the latest version of your plugin.
The installation says to create an wp-content/mu-plugins directory then put your php file in there. When doing that, it never shows up in the admin menu of the network.
However, if I install it as all other plugins, then it shows up and is configurable.
Now, it does show up in a Plugins Must-Use directory but has no options for configuring it.
What should I be doing?
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Will this work with hyper DB or any other multi db scripts? its beginning to grow out of 1 db.
600mb in one database.
but will it work?
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>When I used this on my 3.4.1 multisite to create a new blog, it seemd to work BUT then it was absent from the broadcast post list (via ThreeWP Broadcast plugin) and a few other oddities happening. In short, my best guess was that this plugin is interfering in someway with the normal site creation process. Perhaps there are new methods that WordPress 3.4.1 uses that this plugin hasn’t been updated to use??? I’m no expert on plugin development, but I won’t give this plugin another look-in until it’s back on track. Great idea though!
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>I would love if this would copy whatever code is needed when setting up a new site with WP-Mail-SMTP plugin settings.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>I need add about 50 links to the default links field. I just need to show 3-5 links on every new blog randomly. Can comeone please give me a code how to edit it because i don′t have any php skills.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Hi,
WPMU New Blog Defaults has some bonus features that affect the way email is sent from WordPress. Specifically, you can change the default FROM ADDRESS and FROM NAME with New Blog Defaults.
If you do not set a FROM NAME in New Blog Defaults, the plugin will automatically use your blog domain name as the FROM NAME in emails.
While this may be a reasonable thing to do, it’s not possible to change this — at least not using the popular Gravity Forms or WP Mail SMTP plugins. Those plugins allow you to set the FROM NAME for emails, but New Blog Defaults seems to supersede them.
I suspect this has to do with this function in New Blog Defaults:
function cets_nbd_from_name($from_name)
{
$options = get_site_option('cets_blog_defaults_options');
if (isset($options['from_email_name']) and strlen($options['from_email_name']) > 0) {
return $options['from_email_name'];
}
else {
global $current_site;
return $current_site->domain;
}
}
I think this basically says “use what we’ve set in New Blog Defaults, if it’s set; otherwise, use the site’s domain instead.”
This seems to override everything else.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>The plugin wpmu-new-blog-defaults/ has been deactivated due to an error: The plugin does not have a valid header.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Hi everyone,
Is there a way to add default pages for the new sites?
Thanks in advance for your cooperation
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Please update plugin (so I don’t have to), at least to include this annoyance:
Preferably: ‘uploads_use_yearmonth_folders’ => 0
Thanks!
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>This is the plugin which is used on every multisite installation. I think almost every one uses it
Till now, I didn’t get any trouble or face any bugs with it on newer WP versions. But would like to know if there are any updates for WordPress 2.1 version
Thank you!
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>I would like to use the adding of new users to a default main blog feature. Not for BBPress or BuddyPress reasons (this is no longer needed with BP 1.5 and BBPress 2.0) but to enable post “broadcasting” from one blog to another. That means all users within my network should have author access to blog ID 1.
I’m getting unwanted permissions behavior though. If an existing admin of blog ID 1 creates a new site, this plugin will bump them from an admin down to an author. Could the developer add a check to see if the user in question is already a member of blog ID 1, and have no affect on their role if they are?
Thanks!
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Is it possible to have a menu, using Appearance > Menus (say of categories) be created by default on each new site?
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Hey,
You can remove everything that WordPress creates as default like comments/posts and s on with new blog default plugin but there is no way to stop wordpress from adding the sample page on every new blog.
Noted that someone was looking for a setting for changing the titel on the page also.
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>This is a wonderful plugin, I was worried I’d need to change new blogs by hand!
Perhaps this isn’t allowed with the Akismet terms of service, but I’d like to get rid of the reminder at the top by having all sub-sites inherit the Akistmet key of the main site. You can certainly register multiple blogs with one key and it sure would be handy.
Thanks!
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Very nice plugin.
Thank you ??
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>would that be possible?
the reason is that I have to check all plugins inside mu-plugins manually for updates ?? takes quite a long time so if they were inside the plugins folder I’d get automatic update notifications ??
https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/
]]>Can’t access the new blog default settings using this plugin now since I upgraded to 3.1 – anyone have a fix yet?
]]>