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 Personal Blog 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 personal blog. The profile will ask a few questions.

Features (Quick List)

  • Blog
  • Image Gallery (Add on)
  • Twitter Integration (Add on)
  • Many More...

Profiles Code (YAML)


General

YAML
preferences:
 feature_cssmenus: y
 feature_top_bar: y
 feature_sitemenu: y
 feature_antibot : y
 feature_page_title: n
 feature layoutshadows: y
 feature_freetags: y
 feature_search_fulltext: y
 feature_syntax_highlighter: y


Personalization

YAML
preferences:
 browsertitle: $profilerequest:browsertitle$My Blog$
 sitetitle: $profilerequest:sitetitle$My Blog$
 sitesubtitle: $profilerequest:sitesubtitle$My Random Thoughts and Experiences$
 feature_sitelogo: y # This permits logo, title and subtitle
 useUrlIndex: y
 urlIndex: tiki-view_blog.php?blogId=$profileobject:personal$


Permissions
YAML
permissions:
 Anonymous:
  allow: 
   - search
   - tell_a_friend
   - messagess
   - view_freetags
 Registered:
  allow: []
  include: Anonymous
 Admins:
  allow: [ admin ]


Menu items
YAML
objects:
 -
  type: menu
  ref: personal_blog_menu
  data:
   name: My Menu
   menuId: '44'
   description: A menu containing the base navigation of the site
   collapse: none
   items:
    -
     name: Home
     url: 'tiki-view_blog.php?blogId=1'
     groups: [ Anonymous ]
     userlevel: '0'
     canonic: 'tiki-view_blog.php?blogId=1'
     sefurl: 'blog1-My-Personal-Blog'
    -
     name: My VLog
     url: ((My VLog))
     groups: [ Anonymous ]
    -
     name: My Social Web
     url: ((My Social Web))
     groups: [ Anonymous ]
    -
     name: My Resume
     url: ((My Resume))
     groups: [ Anonymous ]
    -
     name: Contact Me
     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



Modules
YAML
objects:
 -
  type: module
  ref: module_menu
  data:
   name: menu
   position : topbar
   order: 10
   params:
    id: $profileobject:personal_blog_menu$
    type: horiz
    menu_id: tiki-top
    menu_class: clearfix
    nobox: y
 -
  type: module
  ref: module_freetags_most_popular
  data:
   position: left
   order: 5
   name: freetags_most_popular
   groups: [ Anonymous ]
 -
  type: module
  data:
   name: adminbar
   params:
    mode: header
    nobox: 'y'
   groups:
    - Admins
   order: '3'
   position: top


Blog

YAML
preferences:
 feature_blogs: y
 rss_blogs: y
 feature_blogposts_comments: y
 feature_blog_heading: n


Permissions

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


Modules
YAML
objects:
 -
  type: module
  ref: module_last_blog_posts
  data:
   name: last_blog_posts
   position: left
   groups: [ Anonymous ]
   order: 10
   params: 
    blogid: $profileobject:personal$
    nonums: y
 -
  type: module
  ref: module_blogroll
  data:
   position: left
   order: 20
   name: Blogroll
   custom: <a href="https://info.tiki.org/articles" target="_blank">Tiki.org News</a><br><a href="http://tiki.org/blog26" target="_blank">Tiki Dev Blog</a>
   groups: [ Anonymous ]
 -
  type: module
  ref: module_blog_last_comments
  data:
   position: left
   order: 25
   name: blog_last_comments
   groups: [ Anonymous ]
 -
  type: module
  ref: module_months_links
  data:
   position: left
   order: 15
   name: months_links
   groups: [ Anonymous ]
   params: 
    id: $profileobject:personal$
    nonums: y
    feature: blogs
    title: Archives
    section: blogs; wiki page


Blog
YAML
objects:
 -
  type: blog
  ref: personal
  data:
   title: $profilerequest:Blog Title$My Personal Blog$
   description: $profilerequest:Blog Description$Random daily thoughts and travel stories$
   user: $profilerequest:Blog Owner$admin$
   allow_comments: y
 -
  type: blog_post
  ref: sample_post3
  data:
   blog: $personal
   title: PLEASE READ
   content: wikicontent:personal_blog_and_profile_post3_include
 -
  type: blog_post
  ref: sample_post1
  data:
   blog: $personal
   title: Introducing Tiki Profiles
   content: wikicontent:personal_blog_and_profile_post1_include
 -
  type: blog_post
  ref: sample_post2
  data:
   blog: $personal
   title: Tiki at Web 2.0 Expo New York 
   content: wikicontent:personal_blog_and_profile_post2_include





Wiki

YAML
preferences:
 feature_wiki: y
 feature_wiki_paragraph_formatting: y
 feature_wiki_paragraph_formatting_add_br: y
 feature_wiki_description: y
 feature_wiki_ext_icon: n
 wiki_edit_plugin: y
 wikiplugin_bloglist: y


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


Modules
YAML
objects:
 -
  type: module
  ref: module_quick_edit
  data:
   name: quick_edit
   position: left
   groups: [ Registered ]
   order: 3


Wiki pages

YAML
instructions: Instructions of the Personal_Blog_and_Profile
preferences:
  enable: [ feature_wiki ]
objects:
  -
    type: wiki_page
    data:
      name: My Social Web
      lang: en
      mode: create_or_update
      content: wikicontent:personal_blog_and_profile_bio_include
  -
    type: wiki_page
    data:
      name: My Resume
      lang: en
      mode: create_or_update
      content: wikicontent:personal_blog_and_profile_resume_include
  -
    type: wiki_page
    data:
      name: My VLog
      lang: en
      mode: create_or_update
      content: wikicontent:personal_blog_and_profile_vlog_include
  -
    type: wiki_page
    ref:  instructions_personal_blog_and_profile_page
    data:
      name: Instructions of the Personal_Blog_and_Profile
      description: The instructions of the Personal_Blog_and_Profile profile
      lang: en
      mode: create_or_update
      content: wikicontent:personal_blog_and_profile_instructions_21



Comments

YAML
preferences:
 feature_comments_moderation: y
 feature_comments_locking: y


Permissions
YAML
permissions:
 Anonymous:
  allow: 
   - read_comments
   - post_comments
 Registered:
  allow: []
 Admins:
  allow: [ admin ]


Contact Us

YAML
preferences:
 feature_contact: y
 feature_messages: y
 contact_anon: y


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



Related pages

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


Alias names for this page:
Personal_Blog_and_Profile_21 | Personal_Blog_and_Profile_21x