On 21/11/2007, johan.boye@latecoere.fr johan.boye@latecoere.fr wrote:
$wgGroupPermissions['user' ]['edit'] = false;
That's your problem. You can't create any kind of page if you aren't allowed to edit. You'll need to allow users to edit, and then protect all but the talk namespace using $wgNamespaceProtection (see DefaultSettings.php and http://www.mediawiki.org/wiki/Manual:Preventing_access
for more info).
Ho no, it pretty sucks :-( I can't handle the protection
of each new
page. That's the only know way to allow discussion & not
edit pages ?
You don't need to protect each page individually, you can protect whole namespaces. See the webpage I suggested.
Ok thanks for the answers! But I don't understand a nut about $wgNamespaceProtection, is there an example to allow all registered users to just be able to edit talk tabs?
Thanks you
"Les informations contenues dans ce message electronique peuvent etre de nature confidentielles et soumises a une obligation de secret. Elles sont destinees a l'usage exclusif du reel destinataire. Si vous n'etes pas le reel destinataire, ou si vous recevez ce message par erreur, merci de le detruire immediatement et de le notifier a son emetteur."
"The information contained in this e-mail may be privileged and confidential. It is intended for the exclusive use of the designated recipients named above. If you are not the intended recipient or if you receive this e-mail in error, please delete it and immediately notify the sender."
Ok thanks for the answers! But I don't understand a nut about $wgNamespaceProtection, is there an example to allow all registered users to just be able to edit talk tabs?
Have you read the page I linked to?
mediawiki-l@lists.wikimedia.org