Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
bytefield is currently offline  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 Smile ]):
$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 Very Happy . If you need help with wiki, i can help too.


cdabbd745f1234c2751ee1f932d1dd75
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Please, could somebody write an introduction to this forum? :)
Next Topic: Typo in 2008.1 beta 2 release date
Goto Forum:
  


Current Time: Mon Aug 18 14:27:12 CEST 2025

Total time taken to generate the page: 0.06424 seconds