Fullscreen
[Show/Hide Left Column]
[Show/Hide Right Column]

Print

Perspective Handler

Perspectives allow to modify the preferences globally in a session and thus change how the user will see the content in Tikiwiki. Because most configurations are stored in preferences, almost anything can be modified, including the browser title and theme for example.

In Tiki4, they are managed via profiles, such as Jailroot_Demonstration. Starting in Tiki5?, you can manage via tiki-edit_perspective.php


This is the handler.

Sample


YAML
preferences:
 enable: [ feature_perspective ]
objects:
 -
  type: perspective
  ref: my_perspective
  data:
   name: My Workspace
   preferences:
    browsertitle: My Workspace in Tikiwiki
    feature_forum: n
    feature_wiki: y


Perspective Object

Field NameMandatoryValue
nameyesHuman readable label
preferencesyesContent identical to Preference Management


Contributors to this page: Marc Laporte4003 points  and System Administrator .
Page last modified on Tuesday 09 of February, 2010 14:56:28 UTC by Marc Laporte4003 points .

Current Profiles