Loading...
 

Small_Organization_Web_Presence



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.

Features & settings

YAML
preferences:
 feature_iepngfix: y  # prevents major ugliness in IE6
 feature_topbar_id_menu: $profileobject:SOWP_split_level_menu$
 feature_phplayers: y
 feature_cssmenus: y
 feature_top_bar: y
 feature_sitemenu: y 
 feature_wiki: y
 feature_search: y 
 feature_page_title: n
 feature_wiki_ext_icon: n
 feature_file_galleries: y
 feature_articles: y
 feature_messages: y
 feature_contact: y
 rss_articles: y
 wiki_edit_plugin: y
 contact_anon: y
 sitetitle: $profilerequest:sitetitle$Our organization$
 sitesubtitle: $profilerequest:sitesubtitle$Be a part of it$
 browsertitle: $profilerequest:browsertitle$Our organization$


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 ]



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


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

Modules


YAML
objects:
 -
  type: module
  ref: module_quick_edit
  data:
   name: quick_edit
   position : left
   groups : [ Registered, Admins ]
   order: 10


Permissions

Anonymous has no destructive action
Registered group : nothing for now
Admins: all perms

YAML
objects:
 -
  ref: Publishing_Permissions
permissions:
 Anonymous:
  allow: 
   - view
   - read_blog
   - view_calendar
   - view_events
   - read_article
   - read_comments
   - view_faqs
   - download_files
   - list_file_galleries
   - view_fgal_explorer
   - view_fgal_path
   - view_file_gallery
   - forum_read
   - view_html_pages
   - subscribe_email
   - view_sheet
   - view_shoutbox
   - live_support
   - search
   - site_report
   - tell_a_friend
   - tracker_view_comments
   - list_trackers
   - tracker_view_ratings
   - view_trackers
   - messages 
 Registered:
  description: Will be ignored because group is already created
 Admins:
  description: Site administrators
  allow:
   - admin



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="img/icons/large/stock_quit.png" alt="Login" /><br />{tr}login{/tr}</a> {else}<a href="tiki-logout.php"><img src="img/icons/large/stock_quit.png" alt="Logout" /><br />{tr}logout{/tr}</a>{/if}</center>





Dependencies

Uses: General_File_Gallery
YAML
dependencies:
 - General_File_Gallery:General_File_Gallery


Todo

  • Change perm layout to the easier one to read used at TikiPress_MU