hi people, i am learning about the media wiki use and i am asking if exist a way to have only de default template, monobook, i want this to have a site with a unique identiti or style, then, can i set media wiki to have only this skin and users cant select aother skin??
thanks ;)
_tonneti wrote:
hi people, i am learning about the media wiki use and i am asking if exist a way to have only de default template, monobook, i want this to have a site with a unique identiti or style, then, can i set media wiki to have only this skin and users cant select aother skin??
See DefaultSettings.php for all configurable options. (But make your changes only in LocalSettings.php!)
/** * Specify the name of a skin that should not be presented in the * list of available skins. * Use for blacklisting a skin which you do not want to remove * from the .../skins/ directory */ $wgSkipSkin = ''; $wgSkipSkins = array(); # More of the same
-- brion vibber (brion @ pobox.com)
thx ;), another litle question, why isn a forum of support and general development of media wiki?¿? like phpbb.com http://phpbb.com for example?¿?
greets
2005/6/29, Brion Vibber brion@pobox.com:
_tonneti wrote:
hi people, i am learning about the media wiki use and i am asking if
exist a
way to have only de default template, monobook, i want this to have a
site
with a unique identiti or style, then, can i set media wiki to have only this skin and users cant select aother skin??
See DefaultSettings.php for all configurable options. (But make your changes only in LocalSettings.php!)
/**
- Specify the name of a skin that should not be presented in the
- list of available skins.
- Use for blacklisting a skin which you do not want to remove
- from the .../skins/ directory
*/ $wgSkipSkin = ''; $wgSkipSkins = array(); # More of the same
-- brion vibber (brion @ pobox.com http://pobox.com)
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org