Skip to content

noelboss/wordpress-multisite-enhancements

 
 

Repository files navigation

WordPress Multisite Enhancements

Enhance Multisite for Network Admins with different topics

Description

When you work quite a bit with WordPress Multisites, sometimes you need more information or menu items. This plugin enhance the network area for super admins with useful functions.

  • Add Blog and User ID in network view more
  • Enables an 'Add New' link under the Plugins menu for Network admins
  • Adds several useful items to the multisite 'Network Admin' admin bar
  • On the network plugins page, show which site have this plugin active
  • On the network theme page, show which blog have the theme active and is it a Child theme
  • Change Admin footer text for Administrators to view fast currently used RAM, SQL, RAM Version
  • Add Favicon from theme folder to the admin area to easier identify the blog, use the favicon.ico file in the theme folder of the active theme in each blog
  • Add Favicon to each blog on the Admin Bar Item 'My Sites'. If you a like a custom path for each favicon, please see the documentation for this feature.
  • Remove also the 'W' logo and his sublinks in admin bar
  • Add status to each site in the admin bar to identifier fast if the site noindex status and external url.
  • Add functions to be used in your install
    • The function get_blog_list() is currently deprecated in the WP Core, but currently usable. The plugin check this and get a alternative in inc/autoload/core.php
    • If you will develop with the alternative to this function from my source, then use the method get_blog_list() in class Multisite_Core. She use also caching with the Transient API. See more about the function on the function in inc/autoload/class-core.php.
    • If you use WordPress version 3.7 and higher, then check the function wp_get_sites(), the new alternative function inside the core to get all sides inside the network. The function accept a array with arguments, see the description.
  • Filter plugin list to find fast your goal. Works on single plugin page and also network plugin page.

Installation

Composer Package

The plugin is available as Composer package and can be installed via Composer:
composer create-project bueltge/wordpress-multisite-enhancements --no-dev.

The package is on packagist and the package name is bueltge/wordpress-multisite-enhancements.

WordPress backend

Use the installer via back-end. Find via search and install.

Manual mode, (s)FTP

  1. Unpack the download-package.
  2. Upload the files to the /wp-content/plugins/ directory.
  3. Activate the plugin through the Network/Plugins menu in WordPress and click Network Activate.

Screenshots

  1. Blog ID on Sites

Blog ID on Sites 2. User ID on Users

User ID on Users 3. Add New link to install new plugin on each blog

Add New link to install new plugin on each blog 4. Manage Comments with Counter on Admin Bar

Manage Comments with Counter on Admin Bar 5. On which blog is the plugin active

On which blog is the plugin active 6. On which blog is the theme active

On which blog is the theme active 7. New Admin footer text

New Admin footer text 8. Favicon on Admin bar

Favicon on Admin bar 9. Filter plugin list

Filter plugin list

Other Notes

###Crafted by Inpsyde · Engineering the web since 2006.### Yes, we also run that marketplace for premium WordPress plugins and themes.

Bugs, technical hints or contribute

Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.

License

Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small donation for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)

Contact & Feedback

The plugin is designed and developed by me Frank Bültge, G+ Page

Please let me know if you like the plugin or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.

Disclaimer

I'm German and my English might be gruesome here and there. So please be patient with me and let me know of typos or grammatical parts. Thanks


About

Enhance WordPress Multisite for Network Admins with different topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.6%
  • JavaScript 9.4%