My goal is to make it so users can upload their own plugins and themes, and I would like to add most of the things that are in the normal non-multisite WordPress admin as well. What files control the multisite user dashboard in WordPress?
Leave a Reply
You must be logged in to post a comment.
The short answer is: you can’t.
Only the main site has a
/wp-content/
folder, all the sub sites are virtualized and share the/themes/
and/plugins/
folder with the main site.From the Codex, Create_A_Network my emphasis :
[…]
To achieve what you want, you’d have to grant Super Admin capabilities to your users. Meaning that they’d have full access to the whole network.
The files that control a Multisite are contained in the folder
/wp-admin/network/
, but “some are just wrappers for regular admin files one level up”.For example, inside the file
/wp-admin/plugins.php
we have the following which means roughly “if it’s Multisite, you can’t install plugins”:With that said, there are some plugins to help with the management of Multisite plugins, but not for the purposes you want: http://wordpress.org/extend/plugins/search.php?q=multisite+plugins
you can try
https://wordpress.org/plugins/jamjar-plugin-installer/
It supports multi side and allows users to install plugin in their individual sites.
You Can’t. But You Can Install Selected Plugins To Your Site. Rename the plugin meenu and the section to plugin market thing….. and then you can make all the plugins come in a grid form with a screenshot of every single plugin so that if your user wants any of the plugins he can cick-see-the details-then install it…. that would be very sexy. and its faar more easy too….. you just have to tweak in all of your theme’s functions.php so that even if a user changes to another theme he wont lose the market…..