0 Members and 3 Guests are viewing this topic.
As for references, I think I could fix those if I had the aforementioned ftp access I just need to install the Citations extension, if I remember correctly. PS: That's what sucks about mediawiki. To do anything useful generally involves either ftp or DB editing...
Ah, good idea, the Creative Commons license.Also you only need access to LocalSettings.php, I'll look at this.EDIT: License changed.
Change from:$wgGroupPermissions['*']['edit'] = true;$wgGroupPermissions['*']['createpage'] = true;$wgGroupPermissions['*']['createtalk'] = true;
...To this:$wgGroupPermissions['*']['edit'] = false;$wgGroupPermissions['*']['createpage'] = false;$wgGroupPermissions['*']['createtalk'] = false;