Topic on Project:Support desk

Is MediaWiki adapted to our project?

3
Piero Caracciolo (talkcontribs)

We would like to start a wiki about Berlin and its history. For the moment we would like to be master of our content, that is we would like anyone to be able to read it, but only members of our group to be enabled to write/edit pages. Is it possible to achieve it with MediaWiki? Is that a possible Preference? Daoes it depend on MediaWiki or on the wiki farm?

Will it be possible to change the name of our wiki in the future?

Fokebox (talkcontribs)

Yes, it is possible, you should set preferences for new registrations by admin and set, that only authorised users can create and edit articles. All this should be done in Localsettings.php file

# Permissions
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;

What do you mean to change the name of Wiki? the domain name or name of the wiki. Just name can be changed at any time in Localsettings.php file

This post was hidden by AhmadF.Cheema (history)
Reply to "Is MediaWiki adapted to our project?"