The purpose of this profile is to generate a quick start for a Corporate Intranet of a typical medium-sized business. The profile will ask a few questions.
This will have the general look of ui.tikiwiki.org with the coelesce.css theme.
Activating features
YAML
preferences:
feature_articles : y
feature_blogs : y
feature_calendar : y
feature_file_galleries : y
feature_forums : y
feature_polls : y
feature_trackers : y
feature_newsletters : y
feature_wiki : y
feature_categories : y
feature_score : y
feature_trackers : y
feature_search : y
feature_minichat : y
feature_sheet : y
feature_user_watches : y
feature_group_watches : y
feature_groupalert : y
feature_messages : y
feature_notepad : y
feature_tasks : y
feature_mytiki : y
feature_user_bookmarks : y
feature_userfiles : y
feature_wiki_print : y
Other preferences
YAML
preferences:
style: coelesce.css
feature_useGroupHome : y
allowRegister : n
forgotPass : y
feature_userPreferences : y
YAML
preferences:
feature_sitemenu : y
feature_topbar_id_menu: $profileobject:Company_Intranet_menu$
YAML
objects:
-
type: menu
ref: Company_Intranet_menu
data:
name: My Menu
description: A menu containing the base navigation of the site
collapse: none
items:
-
name: Home
url: ((HomePage))
groups: [ Anonymous ]
-
name: About
url: ((About))
groups: [ Registered ]
items:
-
name: History
url: ((History))
groups: [ Registered ]
-
name: Team
url: ((Team))
groups: [ Registered ]
-
name: Policies & procedures
url: ((Policies_procedures))
groups: [ Registered ]
-
name: Calendar
url: tiki-calendar.php
groups: [ Registered ]
-
name: Forums
url: tiki-forums.php
groups: [ Registered ]
-
name: Files
url: tiki-list_file_gallery.php
groups: [ Registered ]
-
name: Contact
url: ((Contact))
groups: [ Registered ]
- Wiki pages
- Policies & procedures
- New employee section
- About this site
- How tos
- Employee_directory (phone book)
- Forms
- Vacation request
- Employee referrals
- Employee suggestions
- Job_board
- News
- Calendar
- Lost & Found, birth announcements, etc.
- Discussion forum
- Links
- File gallery
Wiki pages
FAQ: a Wiki page but with nice FAQ style format
YAML
objects:
-
type: wiki_page
ref: wiki_sample_page_Company_Intranet_Home_Page
data:
name: HomePage
description: Home
lang: en
mode: create_or_update
content: wikicontent:Company_Intranet_Home_Page
-
type: wiki_page
ref: wiki_sample_page_History
data:
name: History
description: History
lang: en
mode: create_or_update
content: wikicontent:Simple_Sample_Page
-
type: wiki_page
ref: wiki_sample_page_Team
data:
name: Team
description: Team
lang: en
mode: create_or_update
content: wikicontent:Simple_Sample_Page
-
type: wiki_page
ref: wiki_sample_page_Products
data:
name: Products
description: Products
lang: en
mode: create_or_update
content: wikicontent:Simple_Sample_Page
-
type: wiki_page
ref: wiki_sample_page_Services
data:
name: Services
description: Services
lang: en
mode: create_or_update
content: wikicontent:Simple_Sample_Page
-
type: wiki_page
ref: wiki_sample_page_Newsletter
data:
name: Newsletter
description: Newsletter
lang: en
mode: create_or_update
content: wikicontent:Simple_Sample_Page
Modules
YAML
objects:
-
type: module
ref: module_shoutbox
data:
name: shoutbox
position : left
groups : Registered
order: 5
-
type: module
ref: module_upcoming_events
data:
name: upcoming_events
position : left
groups : Registered
order: 10
-
type: module
ref: module_since_last_visit_new
data:
name : since_last_visit_new
position : right
groups : Registered
order: 20
Permissions
Uses:
Intranet_Permissions
YAML
dependencies:
- $profiles.tikiwiki.org:Intranet_Permissions:Intranet_Permissions
Personalization
Sender email: I want no default: how?
later: Add company name & logo in top somewhere
YAML
preferences:
siteTitle: $profilerequest:siteTitle$The title I want in the browser$