16562 items • 31816 users

Beyond Multisite

Beyond Multisite features

Short DescriptionBeyond Multisite helps WordPress multisite network administrators to better control, protect, and clean their network.FeaturesPlugin Control Module(view documentation)

Network disable plugins– Disabled plugins are hidden from site administrators on the plugins screen (so they cannot activate/deactivate)– Site enable plugins to allow plugin activation/deactivation for only some sites

Bulk activate/deactivate plugins– Target all or some sites by ID

Cleanup Module(view documentation)

Bulk delete comments– Target all or some sites by ID– Target sites with at least X comments– Delete comments based on age, status, or containing a URL

Bulk delete re

Beyond Multisite 1.15.0 changelog

ADDED: Option to delete users by role or a list of roles, including custom roles. Only affects users that do not have any other roles. Affects all sites.
ADDED: The ability to export the site IDs or site URLs for the results of the Activated In module.
ADDED: Option to copy a site into a new site (instead of replacing existing one), but it will use the template site copy settings.
ADDED: The registration type column in the Pending Users table now shows if the user was added from the back-end of a site in the network. It also shows from which site and as what role.
ADDED: Hooks for developers to add extra fields to the site deletion form.
ADDED: A new status for emails in the Email Users module, called “Sending emails”. This protects from potential double sending while being sent and not yet marked as sent.
ADDED: A new sending mode for the Email Users module. It is called “Real-time” mode, and it does not use a cron job. Instead it sends while you stay on the page.
IMPROVED: No longer shows the whole query in the copy site log, when replacing a URL in the options table, since it can lead to big log data.
IMPROVED: The bulk activate/deactivate feature now shows a message that it is not compatible with the WP Rocket plugin.
IMPROVED: Better support for persistant cache plugins, since now we are clearing the WordPress cache after certain operations that needed it.
IMPROVED: Better support for Windows based systems due to removing the DIRECTORY_SEPARATOR constant from the plugin code.
IMPROVED: Automatically fixes the [unsubscribe_url] link attribute if WordPress adds a http prefix to it upon saving with the visual editor in the Email Users module.
IMPROVED: Site deletion tasks and email users tasks now show the status of the cron jobs. If the task is not doing anything it could be because the cron job was not created, and now that is easier to find out.
IMPROVED: The task statistics of the Email Users module now refreshes automatically while you stay on the page.
FIXED: Incorrect detection of the base database table prefix for multisites that have a different base prefix than the main site prefix. It was causing problems with a few of the modules for such multisites.
FIXED: The HTTP version of HTTPS URLs from the site we are copying would not get replaced.
FIXED: Incorrect loading progress data shown while exporting site IDs from a site deletion task. Now also switched to showing a percent done, instead of a number.
FIXED: A PHP warning about an undefined array key in the improvements.php file in some situations.
FIXED: Some error situations would cause an endless loading without showing an error message. Now they show an error.
FIXED: The captcha will show an error now if it could not write the answer to the database.
FIXED: Errors will be shown now on some pages if we detect that plugin database tables are missing (instead of just returning empty results on some operations).
FIXED: The ban users cron job was added without a function if the plugin was activated while the module was turned off.
UPDATED: Language and documentation files.