Mediawiki disable Talk pages from public viewing -


i started using mediawiki , on version 1.17.

i disable talk namespace pages viewing public. disabled usercreation me edit pages. so, using cms.

my question is, how can disable view access talk pages public.

ps: disabled tab bar, discussion link doesn't appear, if 1 manually types talk:pagename, opens up. want disable.

this hide talk pages. people can still use them going url directly.

in addition add localsettings.php prevent people editing talk pages:

for($i = 1;$i < 12; $i += 2) {   $wgnamespaceprotection[$i] = 'noedit'; }  

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -