XWiki.com

Search:

The best way to share information, build online
communities and web applications.
Language: | en
The FAQ has moved to http://www.xwiki.org/xwiki/bin/view/FAQ/

Document HowToSetWebPreferences

question How to set Space Preferences ?

answer
  1. Open the WebPreferences page with "Space Preferences" link in the admin menu
  2. Edit your preferences and save them. Space preferences will override XWiki Preferences.
This is not necessary anymore since it is handled by XWiki itself. I'm leaving it for version 0.8 of XWiki and before.
  1. Edit the WebPreferences page content and include de XWiki.XWikiPreferencesTemplate as form with the following line:

    Preferences

    Presentation

    These variables can be overidded by each User

    • Skin Name: $doc.display("skin", $object)
    • Default StyleSheet: $doc.display("stylesheet", $object)
    • Alternate StyleSheets: $doc.display("stylesheets", $object)

    These variables can be overidded for each Web

    • Web Copyright: $doc.display("webcopyright", $object)
    • Title: $doc.display("title", $object)
    • Version: $doc.display("version", $object)

    Menu Toobar

    The menu toolbar can contain HTML but also Wiki syntax

    $doc.display("menu", $object)

    Plugins

    • Plugins: $doc.display("plugins", $object)

    Advanced

    • Page Menu:
    $doc.display("pagemenu", $object)
    • Meta:
    $doc.display("meta", $object)
    • Style:
    $doc.display("style", $object)

    Registration

    • SMTP Server: $doc.display("smtp_server", $object)
    • Admin eMail: $doc.display("admin_email", $object)
    • Validation eMail Content:
    $doc.display("validation_email_content", $object)
    • Confirmation eMail Content:
    $doc.display("confirmation_email_content", $object)

  2. Edit the WebPreferences page objets and add a XWiki.XWikiPreferences object.
  3. Edit the WebPreferences as Form the same way you edit XWiki.XWikiPreferences.


Copyright 2004-2006 (c) XWiki.com
Powered by XWiki