818 pointsLike some sort of WPMU DEV God"Mindblowingly helpful member
nickd32
Member
—
8th April 2011 (1 year ago)
I'm curious how other multisite admins handle revision control? I've got users that make tons of revisions to posts, and I don't think there's any need for 100 revisions. 10 should suffice in my case.
I know there's a Revision Control plugin for WP, but this forces me to configure the settings for each site in my network separately.
How much trouble would it be to develop something that allows network admins to configure this globally?
Perhaps it could be as easy as adding a Network Admin Settings panel to the above plugin?
I'm curious how other multisite admins handle revision control? I've got users that make tons of revisions to posts, and I don't think there's any need for 100 revisions. 10 should suffice in my case.
I know there's a Revision Control plugin for WP, but this forces me to configure the settings for each site in my network separately.
How much trouble would it be to develop something that allows network admins to configure this globally?
Perhaps it could be as easy as adding a Network Admin Settings panel to the above plugin?
Responses (1)
Sales & Support Lead — 9th April 2011 (1 year ago) #
Hiya nickd32,
There's a great article about this here:
http://digwp.com/2009/07/mastering-wordpress-post-revisioning-and-auto-save-features/
Basically though, you can use a define in your wp-config.php file like so:
define('WP_POST_REVISIONS',false);or
define('WP_POST_REVISIONS',3);Hope this helps!
Become a member