PLEASE READ
This is a sample profile. The goal is to allow anyone who wishes to view a fully functional Tiki site or needs a Small Company Web Presence and would like to start with a solid foundation.Remember that once you install this profile, you are NOT LOCKED IN to any feature, menu or content. Everything can always be changed, deleted or added to.
Introduction
The purpose of this profile is to generate a quick start for a Web Presence of a typical small business. The profile will ask a few questionsFeatures (Quick List)
- General Brochure Type pages
- Articles (for news and company updates)
- RSS Feed (to allows visitors to subscribe to your articles)
- Many More...
Profiles Code (YAML)
General
YAML
preferences: feature_iepngfix: y # prevents major ugliness in IE6 feature_topbar_id_menu: $profileobject:SOWP_split_level_menu$ feature_cssmenus: y 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 feature_search_fulltext: y
Permissions
YAML
permissions: Anonymous: allow: - read_comments - tell_a_friend Registered: allow: [] Admins: allow: - admin
Menu
YAML
objects: - type: menu ref: SOWP_split_level_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: Products url: ((Products)) groups: [ Anonymous ] - name: Services url: ((Services)) groups: [ Anonymous ] - name: About url: ((About)) groups: [ Anonymous ] items: - name: Contact Us url: tiki-contact.php groups: [ Anonymous ] - name: Mission url: ((Mission)) groups: [ Anonymous ]
Login
This is a brochureware site, thus, hide login at the bottom.
YAML
preferences: feature_site_login: n feature_bot_logo: y bot_logo_code: <br /><center>{if $user eq ''}<a href="tiki-login_scr.php"><img src="pics/large/stock_quit.png" alt="Login" /><br />{tr}login{/tr}</a> {else}<a href="tiki-logout.php"><img src="pics/large/stock_quit.png" alt="Logout" /><br />{tr}logout{/tr}</a>{/if}</center>
Wiki
YAML
preferences: feature_wiki: y wiki_edit_plugin: y
Permissions
YAML
permissions: Anonymous: allow: - view Registered: allow: [] Admins: allow: - admin
Modules
YAML
objects: - type: module ref: module_menu data: name: menu position : topbar order: 10 params: id: $profileobject:SOWP_split_level_menu$ type: horiz menu_id: tiki-top menu_class: clearfix nobox: y - type: module ref: module_quick_edit data: name: quick_edit position : left groups : [ Registered, Admins ] order: 10
Wiki pages
YAML
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 - 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 - 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 - 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 - 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
Articles
YAML
preferences: feature_articles: y rss_articles: y
Permissions
YAML
permissions: Anonymous: allow: - read_article Registered: allow: [] Admins: allow: - admin
Sample Articles
YAML
objects: - type: 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
preferences: feature_messages: y feature_contact: y contact_anon: y
Permissions
YAML
permissions: Anonymous: allow: - messages Registered: allow: [] Admins: allow: - admin