Topic on Extension talk:FlaggedRevs

Main, File and Template ns + Category, Module, User, Project and Help added

2
Sezgin İbiş (talkcontribs)

I saw that these questions. I wanted to write the solution. Open the file extensions/FlaggedRevs/FlaggedRevs.config.php . Edit form : $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_USER, NS_PROJECT, NS_FILE, NS_MODULE, NS_TEMPLATE, NS_HELP, NS_CATEGORY );. That's it. Now; Go to the main index with PuTTY. ssh command : php maintenance/populateImageSha1.php run. After; php extensions/FlaggedRevs/maintenance/updateStats.php run. That will be all. Easy to come.

Nemo bis (talkcontribs)

That file must not be edited directly. Place your configuration in LocalSettings.php, adding the line

$wgFlaggedRevsNamespaces = array( NS_MAIN, NS_USER, NS_PROJECT, NS_FILE, NS_MODULE, NS_TEMPLATE, NS_HELP, NS_CATEGORY );

after the line calling FlaggedRevs.

Reply to "Main, File and Template ns + Category, Module, User, Project and Help added"