History: Small_Organization_Web_Presence
Preview of version: 86
Table of contents
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 questions.
Activating features
Copy to clipboard
preferences: style: thenews.css feature_wiki: y feature_phplayers: y feature_cssmenus: y feature_top_bar: y feature_sitemenu: y feature_topbar_id_menu: $profileobject:SOWP_split_level_menu$ siteTitle: $profilerequest:browsertitle$The title I want in the browser$
Create a split level menu
Will have
- one top level horizontal menu
- second & third level menus will be on the left, and contextual to what menu item is chosen at the top
Creating the menu
Copy to clipboard
objects: - type: menu ref: SOWP_split_level_menu data: name: My Menu description: A menu containing the base navigation of the site collapse: none position: left order: 1 groups: [ Anonymous ] items: - name: Home url: ((HomePage)) groups: [ Anonymous ] - name: About url: ((About)) groups: [ Anonymous ] items: - name: History url: ((History)) groups: [ Anonymous ] - name: Team url: ((Team)) groups: [ Anonymous ] - name: Products url: ((Products)) groups: [ Anonymous ] items: - name: Services url: ((Services)) groups: [ Anonymous ] items: - name: Contact url: ((Contact)) groups: [ Anonymous ] items:
Add horizontal menu to top bar
moved to 1 preference sectionCreating wiki pages
Copy to clipboard
objects: - type: wiki_page ref: wiki_sample_page_About data: name: About description: A sample page lang: en mode: create_or_update content: wikicontent:Simple_Sample_Page - type: wiki_page ref: wiki_sample_page_History data: name: History description: A sample page lang: en mode: create_or_update content: wikicontent:Simple_Sample_Page - type: wiki_page ref: wiki_sample_page_Team data: name: Team description: A sample page lang: en mode: create_or_update content: wikicontent:Simple_Sample_Page - type: wiki_page ref: wiki_sample_page_Products data: name: Products description: A sample page lang: en mode: create_or_update content: wikicontent:Simple_Sample_Page - type: wiki_page ref: wiki_sample_page_Services data: name: Services description: A sample page lang: en mode: create_or_update content: wikicontent:Simple_Sample_Page - type: wiki_page ref: wiki_sample_page_Contact data: name: Contact description: A sample page lang: en mode: create_or_update content: wikicontent:Simple_Sample_Page
Including a contact form
Extends Contact_FormCopy to clipboard
dependencies: - $profiles.tikiwiki.org:Contact_Form:contact_us_form
Permissions
Uses: Publishing_PermissionsCopy to clipboard
dependencies: - $profiles.tikiwiki.org:Publishing_Permissions:Publishing_Permissions
Personalization
Sender email: I want no default: how?later: Add company name & logo in top somewhere