Title: [Plugin: Imsanity] Multisite support
Last modified: August 20, 2016

---

# [Plugin: Imsanity] Multisite support

 *  Resolved [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/)
 * I’m using Imsanity on a multisite installation and it works great, but I have
   to set it up for every site that is created. Is it possible to have an option
   allowing me to set up options under the superadmin that will carry over to all
   the sites?
 * Thanks and great work.
 * [http://wordpress.org/extend/plugins/imsanity/](http://wordpress.org/extend/plugins/imsanity/)

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/page/2/?output_format=md)

 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309122)
 * I have it running on mine and was able to do that using Network Activate in the
   plugins section. Did you try that?
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309129)
 * I think you misunderstand. I have it running and it works great but each site
   in a multisite installation has it’s own settings. I was wondering if there could
   be an option for universal settings.
 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309147)
 * ah yea they each have their own settings. if you know of any other plugins that
   work that way (one settings page for all sites) then send a link my way and I’ll
   try to see how it is done.
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309169)
 * One that I am using is [Stop Spammer Registrations](http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/).
   In a multisite installation the settings are on the Super Admin page an give 
   the option of a settings control only on the “main blog”.
 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309293)
 * interesting. i don’t really like the way they hard-coded in the site id = 1. 
   I suppose it works most of the time, but it seems a bit fragile to rely on the
   site id.
 * i definitely imagined this plugin being useful for enforcement on a multi-site
   install, though. I’m going to think of another way to do this. My current idea
   is to create a config file which if it exists in a certain location Imsanity 
   will use that for settings instead of showing the options page on each site.
 * The down-side of that is that you have to edit the settings in a file instead
   of a nice GUI, but for a network install it seems like it might be OK. The config
   file would likely be incredibly simple to understand.
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309300)
 * While a config file would work…clearly not ideal.
 * Is there any way to force the settings only to show up under the same Network
   Admin Settings tab as settings for the plugin and just not display that for any
   other site.
 * The other plugin seems to display a settings under Network Admin Settings but
   also under the Settings tab for the main blog. How about only under the Network
   Admin?
 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309304)
 * there definitely is but i don’t currently know the hooks for multi-site plugins.
   if anybody want’s to contribute code i’d be glad to put it in. I definitely think
   it’s a feature worth including due to the nature of the plugin
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309307)
 * As I’ve never written a plugin, I’m not sure trying to cut my teeth on a multisite
   plugin is the best way to start. A quick bit of googling found me these.
 * [Write a Plugin for WordPress Multisite](http://shibashake.com/wordpress-theme/write-a-plugin-for-wordpress-multi-site)
 * [Override WordPress Plugin Options for All Sites in MultiSite](http://bigbigtech.com/2010/11/override-wordpress-plugin-options-for-all-sites-in-multi-site/)
 * I hope it’s a little helpful. Also, while the idea of hardcoding site id = 1 
   seems bad, it does seem to work.
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309310)
 * I also found some interesting info in this [Events Manager plugin](http://wordpress.org/extend/plugins/events-manager/).
 * From that plugin’s developer a post called [Multisite](http://wp-events-plugin.com/documentation/multisite/),
   be sure to look at the end of the post. It seems as if this should be possible.
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309311)
 * Also this [post from the forum](http://wordpress.org/support/topic/how-can-i-create-options-only-for-the-super-admin?replies=2)
 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309315)
 * cool thanks. i’ll check them out. the biggest issue is really finding the time
   to learn and understand the mechanics. to many projects, not enough time!
 *  [janiu](https://wordpress.org/support/users/janiu/)
 * (@janiu)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309460)
 * One more vote for this feature request 🙂
 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309462)
 * the mult-site feature is definitely coming, I have it nearly working. it’s been
   a bit tricky because multi-site doesn’t get as much attention so there’s not 
   as much good info out there. The next update will have a page in the “network
   settings” area for setting server-wide settings & prevent individual sites from
   overriding them.
 *  [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309468)
 * I’ve added this feature into version 2.0.0. On the Network configuration page
   under “settings” there is an Imsanity Network Settings page.
 * This allows you to set the configuration for the entire server and they cannot
   be changed on a per-site basis. The site settings page will show a message indicating
   that settings have been configured by the server admin.
 * I’d appreciate any feedback. I’ve only tested on the latest version of WordPress.
   I don’t know if I will provide support for this feature on versions prior to 
   3.0 when WordPress MU was a separate application.
 *  [marikamitsos](https://wordpress.org/support/users/marikamitsos/)
 * (@marikamitsos)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/#post-2309469)
 * Hello and thank you for an excellent plugin.
    And I must add that I admire your
   determination on it. 🙂
 * I want to try it out on a multisite environment but there are a couple of things
   I want to ask first.
 * 1. What happens if some blogs have their own media size settings altered on their
   site?
    2. A quite common situation is domain mapping. Would the sites have any
   issues with such a configuration?
 * Thank you in advance

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/page/2/?output_format=md)

The topic ‘[Plugin: Imsanity] Multisite support’ is closed to new replies.

 * ![](https://ps.w.org/imsanity/assets/icon.svg?rev=2420360)
 * [Imsanity](https://wordpress.org/plugins/imsanity/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/imsanity/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/imsanity/)
 * [Active Topics](https://wordpress.org/support/plugin/imsanity/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/imsanity/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/imsanity/reviews/)

 * 29 replies
 * 7 participants
 * Last reply from: [Sofian J. Anom](https://wordpress.org/support/users/sofianjanom/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-imsanity-multisite-support/page/2/#post-2309533)
 * Status: resolved