Table of contents
The purpose of this profile is to generate a quick start for a Web Presence of a typical small business using Tiki28 or newer versions. The profile will ask a few questions.
General Features & settings
YAML
Copy to clipboard
preferences: feature_topbar_id_menu: $profileobject:small_org_menu$ feature_top_bar: y feature_sitemenu: y sitetitle: $profilerequest:sitetitle$Our organization$ sitesubtitle: $profilerequest:sitesubtitle$Be a part of it$ browsertitle: $profilerequest:browsertitle$Our organization$ site_title_location: before wikiplugin_fluidgrid: y wikiplugin_icon: y feature_page_title: n wiki_topline_position: bottom feature_syntax_highlighter: y
Permissions
YAML
Copy to clipboard
permissions: Anonymous: allow: - read_comments - tell_a_friend Registered: allow: [] include: Anonymous Admins: allow: - admin
Menu
YAML
Copy to clipboard
objects: - type: menu ref: small_org_menu parse: y data: name: My Menu description: A menu containing the base navigation of the site collapse: none items: - name: Home url: ((HomePage)) groups: [ Anonymous ] - name: Products url: ((Products)) groups: [ Anonymous ] - name: Services url: ((Services)) groups: [ Anonymous ] - name: Mission url: ((Mission)) groups: [ Anonymous ] - name: About url: ((About)) groups: [ Anonymous ] - name: Contact Us url: tiki-contact.php groups: [ Anonymous ] - type: s name: Admin url: tiki-admin.php groups: [ Admins ] section: null perm: '' userlevel: '0' icon: null class: '' canonic: tiki-admin.php sefurl: tiki-admin.php items: - type: o name: Settings url: tiki-admin.php section: '' perm: '' groups: [ Admins ] userlevel: '0' icon: '' class: '' canonic: tiki-admin.php sefurl: tiki-admin.php - type: o name: Add Blog Post url: tiki-blog_post.php section: null perm: '' groups: [ Admins ] userlevel: '1' icon: null class: '' canonic: tiki-blog_post.php sefurl: tiki-blog_post.php - type: o name: List Pages url: 'tiki-listpages.php?cookietab=1' section: null perm: '' groups: [ Admins ] userlevel: '1' icon: null class: '' canonic: 'tiki-listpages.php?cookietab=1' sefurl: 'tiki-listpages.php?cookietab=1' - type: o name: Menu url: tiki-admin_menus.php section: null perm: '' groups: [ Admins ] userlevel: '1' icon: null class: '' canonic: tiki-admin_menus.php sefurl: tiki-admin_menus.php
Wiki
YAML
Copy to clipboard
preferences: feature_wiki: y wiki_edit_plugin: y wikiplugin_slider: y
Permissions
YAML
Copy to clipboard
permissions: Anonymous: allow: - view Registered: allow: [] Admins: allow: - admin
Modules
YAML
Copy to clipboard
objects: - type: module data: name: logo params: nobox: 'y' groups: { } order: '1' position: top - type: module data: name: login_box params: mode: popup nobox: 'y' groups: { } order: '2' position: top - type: module data: name: adminbar params: mode: header nobox: 'y' groups: - Admins order: '3' position: top - type: module data: name: rsslist params: nobox: 'y' groups: { } order: '1' position: bottom - type: module data: name: poweredby params: nobox: 'y' icons: 'n' version: 'n' groups: { } order: '2' position: bottom - type: module data: name: menu params: id: $profileobject:small_org_menu$ type: horiz menu_id: tiki-top menu_class: clearfix nobox: 'y' topclass: flex-grow-1 groups: { } order: '1' position: topbar - type: module data: name: search params: compact: 'y' nobox: 'y' groups: { } order: '2' position: topbar - type: module data: name: CustomCSS position: bottom order: 3 params: nobox: y custom: | {literal} <style> .top_modules .module.box-logo { order: 1; } .top_modules .module.box-adminbar { order: 2; width: 45%; } .top_modules .module.box-login_box { order: 3; } </style> {/literal}
Wiki pages
YAML
Copy to clipboard
instructions: Instructions of the Small Organization Web Presence preferences: enable: [ feature_wiki ] objects: - type: wiki_page ref: Small_Organization_Web_Presence_about_include data: name: About description: About lang: en mode: create_or_update content: wikicontent:Small_Organization_Web_Presence_about_include_21 - type: wiki_page ref: Small_Organization_Web_Presence_home_page_include data: name: HomePage description: Home lang: en mode: create_or_update content: wikicontent:Small_Organization_Web_Presence_home_page_include_21 - type: wiki_page ref: Small_Organization_Web_Presence_products_include data: name: Products description: Home lang: en mode: create_or_update content: wikicontent:Small_Organization_Web_Presence_products_include_21 - type: wiki_page ref: Small_Organization_Web_Presence_services_include data: name: Services description: Home lang: en mode: create_or_update content: wikicontent:Small_Organization_Web_Presence_services_include_21 - type: wiki_page ref: Small_Organization_Web_Presence_mission_include data: name: Mission description: Home lang: en mode: create_or_update content: wikicontent:Small_Organization_Web_Presence_mission_include_21 - type: wiki_page ref: Small_Organization_Web_Presence_instructions data: name: Instructions of the Small Organization Web Presence description: The demo of Small Organization Web Presence profile lang: en mode: create_or_update content: wikicontent:Small_Organization_Web_Presence_instructions_page_21
Articles
YAML
Copy to clipboard
preferences: feature_articles: y rss_articles: y
Permissions
YAML
Copy to clipboard
permissions: Anonymous: allow: - read_article Registered: allow: [] Admins: allow: - admin
Sample Articles
YAML
Copy to clipboard
objects: - type: article_topic ref: topic data: name: General - type: article ref: Sample_Articles_include data: title: Hello World! body: This is a sample article heading: Thanks for reading this announcement, even if it contains nothing of value. type: Article topic: $topic - type: article ref: Sample_Articles_include2 data: title: How Articles Work body: As you can see, when viewing a full article. The Header and Body are combined together to create the entire article text. heading: This is text that was added in the Header of the Article type: Article topic: $topic
Contact Us
YAML
Copy to clipboard
preferences: feature_messages: y feature_contact: y contact_anon: y
Permissions
YAML
Copy to clipboard
permissions: Anonymous: allow: - messages Registered: allow: [] Admins: allow: - admin
Modules
YAML
Copy to clipboard
objects: - type: module ref: module_months_links data: position: left order: 20 name: months_links groups: [ Anonymous ] params: nonums: y feature: cms title: Archives section: cms; wiki page