Tongfamily.com

Tong Family Tips and Tricks

Tongfamily.com header image 2

WikkaWiki hacking

May 22nd, 2008 · No Comments · Geek

Well, back to making the igncap wiki work. Here are some obscure notes:

  1. Already talked about how get invite code to work by editing wikka.config.php
  2. To make sure only registered users can edit a page, you go to “Edit ACL” at the bottom of a page and click on it. Then change the * in the first column to a plus +, this means that only registered users can see the page
  1. To completely lockdown the Wiki, you need to change the default ACL to , these are parameters in the wikka.config.php file at the root of the wiki

    Change these:

    “default_write_acl” => “”,
    “default_read_acl” => “”,
    “default_comment_acl” => “
    ”,

    The default should be ”+” for all which means that only registered users can see the pages.

Tags: ····

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

You must log in to post a comment.