Table of contents
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_iepngfix: y # prevents major ugliness in IE6 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
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$ tikiIndex: tiki-view_blog.php?blogId=$profileobject:personal$
Permissions
YAML
permissions: Anonymous: allow: -search -tell_a_friend -messagess -view_freetags Registered: allow: [] Admins: allow: [ admin ]
Menu items
YAML
objects: - type: menu ref: personal_blog_menu data: name: My Menu description: A menu containing the base navigation of the site collapse: none items: - name: Home url: tiki-view_blog.php?blogId=$profileobject:personal$ groups: [ Anonymous ] - 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 ] - name: Admin url: tiki-admin.php groups: [ Admins ] items: - name: Add Blog Post url: tiki-blog_post.php groups: [ Admins ] - name: List Pages url: tiki-listpages.php groups: [ Admins ] - name: Menu url: tiki-admin_menus.php groups: [ Admins ]
Top bar menu
YAML
preferences: feature_sitemenu : y feature_topbar_id_menu: $profileobject:personal_blog_menu$
Modules
YAML
objects: - type: module ref: module_freetags_most_popular data: position: right order: 5 name: freetags_most_popular groups: [ Anonymous ]
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: right groups: [ Anonymous ] order: 10 params: blogid: $profileobject:personal$ nonums: y - type: module ref: module_blogroll data: position: right order: 20 name: Blogroll custom: <a href="http://tiki.org/blog26" target="_blank">Rick's Tiki Blog</a><br /><a href="http://info.tiki.org/" target="_blank">Tiki.org Blog</a> groups: [ Anonymous ] - type: module ref: module_blog_last_comments data: position: right order: 25 name: blog_last_comments groups: [ Anonymous ]
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
YAML
permissions: Anonymous: allow: -view Registered: allow: [] Admins: allow: [ admin ]
Modules
YAML
objects: - type: module ref: module_quick_edit data: name: quick_edit position: right groups: [ Registered ] order: 3
Wiki pages
YAML
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
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 ]