WackoWiki

FAQ


If you don't see your question below, add it and we'll try to answer it asap. Questions here tell us that the documentation pages are not as clear as they should be.


Оглавление документа

General

1. Does Wacko have page comments like Wakka?
Yes.

Setup and Install

1. How can I use multiple Wackos with table prefixes (wacko1_, wacko2_)?
Install twice WackoWiki, e.g. in wakka1 and wakka2 directories, then during setups indicate table prefixes wacko1_ for https://yoursite/wakka1 and wacko2_ for https://yoursite/wakka2 — /09.10 01:38/
2. How can I close the security holes in My SQL (root sans pwd) and still be able to admin the DB (Win 2K, Win XP)

Formatting

1. How do I enable SafeHTML?
#wakka.config.php
“allow_rawhtml” => “0”
2. How do I link to files on my network with spaces in them? (ie. C:\Documents and Settings\Tim\My Documents\spider.sav)
see formatting manual link section
3. Also want to know how to link to files on my network with spaces in them? (i.e. //sc_nt\CATALOG PAGES\Wiring Diagrams\xyz\NBCK)
see formatting manual link section
4. How do I force wiki page creation for things the parser doesn't recognize as words? (i.e., ANSI837 refuses to make a wiki page)
write ((ANSI837)), for more see formatting manual link section
5. Is there a list of colors that are support by (color)Text Green, red and blue are the only ones that appear to work. How can I get more colors in here?

see /Dev / Patches Hacks / Improve Wacko Colors

Administration

1. What's the best way to delete a user?

AFAIK, delete the record for this user in wakka_users table — but I don't know about the sides effects ; e.g., who becomes the user of a page owned by this user ? DidierSpaier /29.09.2004 01:20/

2. What's the best way to rename pages? (i.e., a user defined several wiki pages with XYZ leading and makes it show up wrong in the page index, can it and all related links just be updated somehow?)
see buttom of page, depends on theme if icon is available, if not it is commented out, or see page setting -> rename (only files uploaded for a several page has to be removed before and uploaded again cause script did'nt care about that), consider the redirect option – may be ugly if used excessive

pls. convert all in native English
on the other hand see config options, admin can enabled to move / rename all pages

Clusters

Development (Formatters, Actions, Contributing to Wacko)

1. What's the best way to submit a new formatter, action, theme or modification to Wacko?

Themes

1. Where can I get WackoWiki Themes?

/Wacko Themes


How about having a feature where you can mark a page as an index page (e.g. by putting a code as the first line of the page.) On any pages marked like this, PageReferences will be assumed to be to subpages of that page, rather than top level pages, unless you say so specifcally by starting with /. That way someone can make an index page for a section, and any new links in the section will end up as subpages, which is probably what you want most of the time.