Loading...
 

History: Perspective Handler

Preview of version: 3

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

History

Advanced
Information Version
Mon 13 of Sep, 2010 22:17 GMT-0000 Marc Laporte shorter 4
Tue 09 of Feb, 2010 14:56 GMT-0000 Marc Laporte 3
Tue 28 of Jul, 2009 15:46 GMT-0000 Marc Laporte 2
Mon 20 of Jul, 2009 14:33 GMT-0000 System Administrator 1