I set up quite a lot of Tiki installations and seem to find myself constantly making the same changes to make Tiki just how
I like it, so thought I'd make a profile for it at last!
The Prefs
YAML
preferences:
change_theme: y
cookie_refresh_rememberme: y
feature_categories: y
feature_jquery_tablesorter: y
feature_mytiki: y
feature_obzip: y
feature_page_title: n
feature_quick_object_perms: y
feature_search: y
feature_sefurl: y
feature_trackers: y
feature_userPreferences: y
feature_wiki_icache: y
feature_wysiwyg: y
fgal_elfinder_feature: y
fgal_use_db: n
file_galleries_use_jquery_upload: y
jquery_ui_chosen: y
layout_tabs_optional: n
permission_denied_login_box: y
rememberme: all
remembertime: 2629743
site_title_location: after
tracker_change_field_type: y
tracker_refresh_itemlink_detail: y
trackerfield_dropdownother: y
trackerfield_geographicfeature: y
trackerfield_itemslist: y
trackerfield_math: y
trackerfield_relation: y
trackerfield_usergroups: y
user_show_realnames: y
wiki_cache: 7200
wiki_edit_icons_toggle: y
wizard_admin_hide_on_login: y
wiki_url_scheme: dash
users_prefs_remember_closed_rboxes: y
namespace_separator: __
wikiplugin_list_gui: y
tiki_domain_prefix: strip
url_only_ascii: y
feature_html_head_base_tag: y
layout_add_body_group_class: y
A Module or two
YAML
objects:
-
type: module
data:
name: search
params:
groups:
- Registered
order: 2
position: left
-
type: module
data:
name: switch_theme
params:
groups:
- Registered
order: 3
position: left
-
type: module
data:
name: quickadmin
params:
mode: header
nobox: 'y'
groups:
- Admins
order: '2'
position: top
More to come...