Loading...
 

Small_Organization_Web_Presence_21



The purpose of this profile is to generate a quick start for a Web Presence of a typical small business using Tiki21 or newer versions. The profile will ask a few questions.

General Features & settings

YAML
preferences:
 feature_topbar_id_menu: $profileobject:SOWP_split_level_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
permissions:
 Anonymous:
  allow: 
   - read_comments
   - tell_a_friend
 Registered:
  allow: []
  include: Anonymous
 Admins:
  allow:
   - admin


YAML
objects:
 -
  type: menu
  ref: SOWP_split_level_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
      groups: [ Anonymous ]
      items:
         - 
          name: About
          url: ((About))
          groups: [ Anonymous ]
         - 
          name: Contact Us
          url: tiki-contact.php
          groups: [ Anonymous ]


Wiki

YAML
preferences:
 feature_wiki: y
 wiki_edit_plugin: y
 wikiplugin_slider: y


Permissions

YAML
permissions:
 Anonymous:
  allow: 
   - view
 Registered:
  allow: []
 Admins:
  allow:
   - admin



Modules

YAML
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: bottom
 -
  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: '43'
    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: '1'
   position: topbar


Wiki pages

YAML
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
preferences:
 feature_articles: y
 rss_articles: y


Permissions

YAML
permissions:
 Anonymous:
  allow: 
   - read_article
 Registered:
  allow: []
 Admins:
  allow:
   - admin


Sample Articles

YAML
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
preferences:
 feature_messages: y
 feature_contact: y
 contact_anon: y


Permissions

YAML
permissions:
 Anonymous:
  allow: 
   - messages 
 Registered:
  allow: []
 Admins:
  allow:
   - admin


Modules

YAML
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


List of wiki pages in profiles.t.o related to this profile:



Alias names;:
Small_Organization_Web_Presence_21x | Small Organization Web Presence 21

Created by Xavier de Pedro. Last Modification: Tuesday 20 of June, 2023 09:36:34 GMT-0000 by Roberto Kirschbaum.