Changes

Jump to: navigation, search

Rollover for the manual

19 bytes added, 23:23, 21 May 2019
Set previous version pages to be protected
==Set previous version pages to be protected==
Finally, if you want to set all the previous older user manual version pages to be protected, so only sysop mediawiki users are able to make changes (so all changes will be forced into the next set of pages...), you can use a series of sql statements in the form:
<pre>
UPDATE `grampswiki`.`page` SET `page_restrictions` = 0x656469743d7379736f703a6d6f76653d7379736f70 WHERE `page`.`page_title` ='Title_of_the_page_in_the_wiki' collate utf8_unicode_ci LIMIT 1;
</pre>
({{man menu|You'll need to replace the spaces in the page title with underscores...}})
 
<!--- https://www.mediawiki.org/wiki/Manual:Page_table#page_restrictions

Navigation menu