Community Central
Community Central
No edit summary
(re)
Line 20: Line 20:
 
</source>
 
</source>
 
:: {{User|MateyY}} 02:48, July 21, 2012 (UTC)
 
:: {{User|MateyY}} 02:48, July 21, 2012 (UTC)
  +
  +
:::Disregarding the part where hindering people from viewing a page is likely against the Terms of Use, someone could just disable JavaScript in their browser, or use [[Special:Export]] or any number of tricks to view the page. {{User:Mathmagician/sig|02:53 UTC|Sat|21 July 2012}}

Revision as of 02:53, 21 July 2012

Forums: Index General Discussion Private wikia's
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4290 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

Is it possible to make a Wikia that only a select people can view that is restricted via login/password? —This unsigned comment is by Ghickey75 (wallcontribs). Please sign your comments by adding "~~~~" in the source editor.

Wikia doesn't host private wikis. -- 16:50, June 22, 2012 (UTC)
That somewhat goes against the whole definition of "wikia"... I think what you are after is a "website". Plenty of web hosts around. Wikia is a wiki site.

(Reset indent) Dollars_small.pngDarkMoonRisingtalkcontribs05:52, July 14, 2012.

No, it's not possible to restrict viewing of pages. Every page on a wiki is publicly viewable, so it's not even possible to have an "admin discussion area". However, it is possible to restrict editing of certain pages to admin-only. --452 02:12, July 21, 2012 (UTC)
Just out of interest, isn't it possible to use the wgUserGroups variable to limit administrators and above to view pages? Something like:
$(document).ready(function() {
     if (wgUserGroups == "sysop" || wgUserGroups == "bureaucrat" || wgUserGroups == "helper" || wgUserGroups == "staff") $(".WikiaMainContent").css("display","block");
     else $(".WikiaMainContent").html("This page cannot be viewed by non-sysop users.");
});


MateyY (talkcontribs) 02:48, July 21, 2012 (UTC)

Disregarding the part where hindering people from viewing a page is likely against the Terms of Use, someone could just disable JavaScript in their browser, or use Special:Export or any number of tricks to view the page. 20px_Rin_Tohsaka_Avatar.png Mathmagician ƒ(♫) 02:53 UTC, Sat, 21 July 2012