===== Frequently Asked Questions ===== < "MyWikkaSite", %% and thange the name (after ##=>##) to whatever you want it to be. ~-//How do I include an image in my header file, like the Wikka Homepage does?// ~~-Applying //background-image: url("../images/w.jpg");// to the //.header// in the css file will add the image to the header. ~~-You will need to adjust the //padding// in the //.header// section as appropriate to your image size ~~-If you do not want the image to repeat, you will also need to add //background-repeat: no-repeat;// to the //.header// section of the css file as well. ~~~-I still can't get my image to even show up. I tried editing the css/wika.css but the image doesn't load. I'm also not seeing any error messages. Am I missing something? ===Comments=== ~-//When I click on the [Add comment] link, wikka asks me, if I want to create this page instead of showing the comments-form// ~~-Look into your ##wikka.config.php## and set the entry 'rewrite_mode' => '1', to '0'. That should solve the problem . ~-//The search function (see: SearchHelp) does not find any hits in the comments sections. Am I missing something?// ~~-No. The search function only searches the wiki page name and page content for hits and not its comments. [I have a hack to include comments in the searches on my homepage. The code hasn't been tested in 1.1.6.0 yet but works in 1.1.5.0 --[[Wikka:GmBowen | GmBowen]]] ===Translation=== ~-//When will Wikka support other languages/utf-8 ?// ~~-An internalization/localization project is currently under discussion, but it requires a major overhaul of the code, so don't expect it to appear in the very next releases. ===Compatibility=== ~-//Which kind of operative system is required to run Wikka?// ~~- Wikka is platform-independent, it runs on any server with PHP/MySQL support. See SystemRequirements for further details. ===ACL management=== ~-//I accidentally set the read access of UserSettings-page to "registered users only". Now I can't log in anymore (using the login page requires that you have already logged in). How can I resolve this?// ~~- You'll need to modify the ACL settings for that page in the database. Assuming you use the default configuration the table name where these settings are stored is ##wikka_acls##. Alternatively, you can set the default write settings to * in your config file, create a new page with ##""{{usersettings}}""## as content and login from that page using your wiki admin username. This will allow you to change the ACL configuration for UserSettings (admin users override any ACL). Do not forget to restore the default ACL settings to ##+## or ##!*## once you're finished, unless you want to let anyone free to edit content on your server (which we do not recommend). ---- CategoryEN