Home » Community » U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc. » WIKI
Re: WIKI [message #13314 is a reply to message #13308] |
Tue, 01 January 2008 03:18   |
bytefield
Messages: 210 Registered: December 2007
|
Experienced Member |
|
|
luzr wrote on Mon, 31 December 2007 19:37 |
bytefield wrote on Mon, 31 December 2007 09:02 | Hi Mirek,
Wiki is ok but he need a maintainer if we want to improve it an make a it veritable helper for Upp project. phirox offered his help in maintaining wiki, and i believe it is not too hard giving him a try, see what he can do. The decision is your. Or if this project don't really need the wiki you may consider removing the link from first page(however it is still indexed by google-bot, if you not remove it complete).
|
OK, what kind of access admin needs?
Mirek
|
Add user to "sysop" and "bureaucrat" groups(with phpMyAdmin or directly in mysql console).
INSERT INTO user_groups (ug_user, ug_group) VALUES ('1', 'bureaucrat');
INSERT INTO user_groups (ug_user, ug_group) VALUES ('1', 'sysop');
1 is the user_id(field from user table from wikidb)
replace 1 with desired user id
Doing that to an user, he will be able in future to delete and protect pages, block users and managing others users rights.
To stop anonymous user to post or edit, you must add these two lines to "LocalSettings.php"(you may edit this file by yourself [just webmaster have acces to it ]):
$wgGroupPermissions['*']['edit'] = false; #anonymous users cannot edit pages
$wgGroupPermissions['*']['createpage'] = false; #anonymous users cannot create pages
I've just installed wiki on my PC and now I'm learning how to be an MediaWiki Hacker . If you need help with wiki, i can help too.
cdabbd745f1234c2751ee1f932d1dd75
|
|
|
 |
|
WIKI
By: mirek on Fri, 12 October 2007 21:33
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Tue, 18 December 2007 23:18
|
 |
|
Re: WIKI
By: phirox on Sat, 29 December 2007 23:39
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: phirox on Mon, 31 December 2007 11:35
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Mon, 31 December 2007 14:50
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Mon, 31 December 2007 18:37
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: phirox on Tue, 01 January 2008 19:07
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Wed, 02 January 2008 11:13
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Wed, 02 January 2008 12:30
|
 |
|
Re: WIKI
By: phirox on Wed, 02 January 2008 13:27
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Wed, 02 January 2008 21:39
|
 |
|
Re: WIKI
By: captainc on Thu, 21 February 2008 19:29
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: captainc on Thu, 21 February 2008 23:15
|
 |
|
Re: WIKI
|
 |
|
Re: WIKI
By: mirek on Mon, 24 March 2008 19:14
|
 |
|
Re: WIKI
|
Goto Forum:
Current Time: Mon Aug 18 14:27:12 CEST 2025
Total time taken to generate the page: 0.06424 seconds
|