Table of contents
General
Preferences
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
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=1' groups: [ Anonymous ] userlevel: '0' canonic: 'tiki-view_blog.php?blogId=1' sefurl: 'blog1-My-Personal-Blog' - name: Vlog url: ((Vlog)) groups: [ Anonymous ] - name: Socials url: ((Socials)) groups: [ Anonymous ] - name: About url: ((About)) groups: [ Anonymous ] - name: Contact 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: Add Vlog url: 'tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=$profileobject:trk_vlog$' section: null perm: '' groups: [ Admins ] userlevel: '1' icon: null class: '' canonic: 'tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=$profileobject:trk_vlog$' sefurl: 'tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=$profileobject:trk_vlog$' - type: o name: Manage Blog url: tiki-list_blogs.php section: null perm: '' groups: [ Admins ] userlevel: '1' icon: null class: '' canonic: tiki-list_blogs.php sefurl: tiki-list_blogs.php - type: o name: Manage Vlog url: tiki-view_tracker.php?trackerId=$profileobject:trk_vlog$ section: null perm: '' groups: [ Admins ] userlevel: '1' icon: null class: '' canonic: tiki-view_tracker.php?trackerId=$profileobject:trk_vlog$ sefurl: tiki-view_tracker.php?trackerId=$profileobject:trk_vlog$ - 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 - type: module data: name: CustomCSS position: bottom order: 2 params: nobox: y custom: | {literal} <style> .personal-blog-social > p > img, .personal-blog-vlog > p > img, .personal-blog-about > p > img { width: 100%; } .blog-postbody-title .card-title { float:left; } .blog-postbody-title .author_info { clear: both; } .instructions .blog-postbody-title, .instructions .postbody-content { padding: 20px; } .postbody-content { padding-left: 0; padding-right: 0; } .tiki_blogs .card.blogpost, .vlog-post { padding: 20px; border: 1px solid #ccc; } .tiki_blogs .card.blogpost, .tiki_blogs #comment-container { margin-left: 5%; margin-right: 5%; } .tiki_blogs .post_single { margin-top: 30px; } .tiki_blogs .postfooter { padding: 0; } .top_modules .module.box-logo { order: 1; } .top_modules .module.box-adminbar { order: 2; width: 45%; } .top_modules .module.box-login_box { order: 3; } .vlog-post { display: flex; flex-direction: row; justify-content: space-between; margin-left: 5%; margin-right: 5%; border-radius: 6px; } #middle { padding: 15px 5% 0; } #bottom_modules { background-color: #000; color: #fff; } #bottom_modules .box-CustomFooter { width: 100%; } </style> {/literal} - type: module data: name: CustomFooter position: bottom order: 1 params: nobox: y custom: | {literal} <div class="personal-blog-footer"> <p style="text-align: center;">© <span class="now"></span> Evoludata</p> </div> {/literal} {jq}{literal} $(document).ready(function () { $('.personal-blog-footer .now').text((new Date).getFullYear()); }); {/literal}{/jq}
Trackers
YAML
objects: - type: tracker ref: trk_vlog data: name: 'Vlog' description: 'Vlog entries' show: - status - type: tracker_field ref: trk_vlog_title data: name: 'Vlog Title' permname: vlog_title tracker: $profileobject:trk_vlog$ type: text_field order: 10 flags: - list - searchable - public - mandatory - type: tracker_field ref: trk_vlog_text data: name: 'Vlog Text' permname: vlog_text tracker: $profileobject:trk_vlog$ type: text_area order: 20 flags: - list - searchable - public - type: tracker_field ref: trk_vlog_video data: name: 'Vlog Video' permname: vlog_video tracker: $profileobject:trk_vlog$ type: text_field order: 30 flags: - list - searchable - public
Sample data for the tracker
YAML
objects: - type: tracker_item ref: vlog_001 data: tracker: $profileobject:trk_vlog$ status: open values: - [ $trk_vlog_title, "Marc Laporte showcases Tiki Profiles" ] - [ $trk_vlog_text, Test1 ] - [ $trk_vlog_video, https://www.youtube.com/watch?v=1BVuMODhujI ] - type: tracker_item ref: vlog_002 data: tracker: $profileobject:trk_vlog$ status: open values: - [ $trk_vlog_title, "Marc Laporte showcases Tiki Profiles again" ] - [ $trk_vlog_text, Test2 ] - [ $trk_vlog_video, https://www.youtube.com/watch?v=1BVuMODhujI ] - type: tracker_item ref: vlog_003 data: tracker: $profileobject:trk_vlog$ status: open values: - [ $trk_vlog_title, "Marc Laporte showcases Tiki Profiles a third time!" ] - [ $trk_vlog_text, Test3 ] - [ $trk_vlog_video, https://www.youtube.com/watch?v=1BVuMODhujI ]
Blog
Preferences
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 posts
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 use_author: y add_date: y - type: blog_post ref: sample_post1 data: blog: $personal title: "Travel Diaries: Exploring The World" content: wikicontent:test_new_personal_blog_post1_include - type: blog_post ref: sample_post2 data: blog: $personal title: "A Day in My Life: Behind the Scenes of a web dev" content: wikicontent:test_new_personal_blog_post2_include - type: blog_post ref: sample_post3 data: blog: $personal title: "My Favorite Apps/Web Services/Websites and Why They Matter" content: wikicontent:test_new_personal_blog_post3_include
Wiki
Preferences
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 wikiplugin_jq: y
Permissions
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: Socials lang: en mode: create_or_update content: wikicontent:test_new_personal_blog_social_include - type: wiki_page data: name: About lang: en mode: create_or_update content: wikicontent:test_new_personal_blog_about_include - type: wiki_page data: name: Vlog lang: en mode: create_or_update content: wikicontent:test_new_personal_blog_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:test_new_personal_blog_instructions
Vlog.wiki
Vlog.wiki
{DIV(class="personal-blog-vlog")} {img src="https://tiki.org/display508"} !! Vlog Welcome to my vlog! Here, I share everything from ('travel adventures, day-in-the-life moments, creative projects, tips and tutorials, etc'). It’s a place where you can see what’s going on behind the scenes and get a closer look at the things that inspire me. Check out my latest videos below and make sure to subscribe for updates on new content! Let me know what you think in the comments or feel free to share your ideas for future videos! !!! Latest videos {DIV(class="vlog-post mb-5")} {DIV(class="vlog-text")} !!!! Marc Laporte showcases Tiki Profiles Test1 {DIV} {DIV(class="vlog-video")}{youtube movie="https://www.youtube.com/watch?v=1BVuMODhujI" quality="medium" allowFullScreen="y"}{DIV} {DIV} {DIV(class="vlog-post mb-5")} {DIV(class="vlog-text")} !!!! Marc Laporte showcases Tiki Profiles again Test2 {DIV} {DIV(class="vlog-video")}{youtube movie="https://www.youtube.com/watch?v=1BVuMODhujI" quality="medium" allowFullScreen="y"}{DIV} {DIV} {DIV(class="vlog-post mb-5")} {DIV(class="vlog-text")} !!!! Marc Laporte showcases Tiki Profiles a third time! Test3 {DIV} {DIV(class="vlog-video")}{youtube movie="https://www.youtube.com/watch?v=1BVuMODhujI" quality="medium" allowFullScreen="y"}{DIV} {DIV} {DIV}
Socials.wiki
Socials.wiki
{DIV(class="personal-blog-social")} {img src="https://tiki.org/display507"} !! Connect with Me I’d love to stay in touch and share ideas beyond the blog! You can find me on the following platforms: *{icon name="instagram"} Instagram: @YourUsername – For photos, behind-the-scenes moments, and daily musings. *{icon name="twitter"} Twitter: @YourUsername – Let’s chat about ('topics you’re interested in, e.g., books, travel, life'). *{icon name="pinterest"} Pinterest: @YourUsername – Inspiring ideas, DIY projects, and more! *{icon name="linkedin"} LinkedIn: Your Name – Professional updates, networking, and industry insights. *{icon name="youtube"} YouTube: Your Channel – Videos on ('topic, e.g., creative projects, travel vlogs, tutorials'). Feel free to reach out, comment, or follow along – I’m always up for connecting! {DIV}
About.wiki
About.wiki
{DIV(class="personal-blog-about")} {img src="https://tiki.org/display505"} !! About Me Hi there! I’m ('Your Name'), and welcome to my little corner of the internet. This blog is where I share my thoughts, stories, and experiences about ('your main topics, e.g., travel, lifestyle, creativity, personal growth, etc.'). I’ve always believed in the power of sharing ideas, and through this space, I hope to connect with like-minded individuals who are curious, passionate, and eager to explore new things. When I’m not writing, you can find me ('list of hobbies, interests, or activities'). Whether it’s ('example: exploring new places, experimenting with recipes, or diving into a good book'), I’m always looking for inspiration in the everyday. I believe life is all about the little moments and the connections we make, so I invite you to stick around, comment, and share your thoughts. Let’s learn, laugh, and grow together! Thanks for visiting, and I’m excited to have you here! {DIV}
Blogpost1.wiki
Blogpost1.wiki
{img src="https://tiki.org/display509"} This is where i will share stories, photos, and experiences from my travels to specific places. This will include travel tips, recommendations, and personal highlights.
Blogpost2.wiki
Blogpost2.wiki
{img src="https://tiki.org/display510"} This is where i will give readers a sneak peek into my daily routine, whether it’s my job, hobbies, or how I balance personal and professional life.
Blogpost3.wiki
Blogpost3.wiki
{img src="https://tiki.org/display511"} This is where i curate a list of my favorite entertainment choices and explain why these resonate with me on a personal level.
Instructions.wiki
Instructions.wiki
{REMARKSBOX(type="confirm" title="Congratulations" close="y")}Profile applied successfully! __Welcome to my personal Blog and Profile on Internet!__ {REMARKSBOX} {DIV(class="instructions")} The purpose of this profile is to generate a quick start for a Personal Blog website using [https://doc.tiki.org/Tiki28|Tiki28] or newer versions. This profile include a wiki page for vlogs, a list of social networks, about us page and a contact form. The homepage feature the latest blog posts that you can add/modify via the admin menu. {DIV}
Comments
Preferences
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
Preferences
YAML
preferences: feature_contact: y feature_messages: y contact_anon: y
Permissions
YAML
permissions: Anonymous: allow: - messages Registered: allow: [] Admins: allow: [ admin ]
File Gallery
YAML
objects: - type: file_gallery ref: personal_blog_pictures_gallery_id data: name: Personal Blog Pictures description: Images for the personal blog wiki pages owner: admin archives: 0 flags: [ public, visible, lockable ] column: [ icon, name, created, creator, files ] init_files: - https://tiki.org/display505 - https://tiki.org/display507 - https://tiki.org/display508 - https://tiki.org/display509 - https://tiki.org/display510 - https://tiki.org/display511