Okay, there is the plugin in new Vanilla 2.0.18b1, but after enabling it, nothing changes. Are there any necessary steps to enable it, or it's just plain broken?
Someone in the office didn't like the new admin checkboxes that I added to the view for admins, so they insisted that I turn them off by default with a config setting.
In order for split merge to work, you need to enable the checkboxes. Add this to your conf/config.php:
Comments
In order for split merge to work, you need to enable the checkboxes. Add this to your conf/config.php:
$Configuration['Vanilla']['AdminCheckboxes']['Use'] = TRUE;