Using a Blog
A blog (short for Weblog ) is a collection of posts (submissions) by one or more authors; typically, they're sorted in reverse chronological order (most recent first). You can think of a blog as an online journal or diary. TikiWiki's Blog feature enables each user of a TikiWiki site to set up one or more blogs, and provides many (if not most) of the features you'll find in the top blog-only packages, such as Movable Type.
Depending on how the TikiWiki administrator has configured the TikiWiki site you're using, you may be able to do some or all of the following:
- See a list of all the available blogs on your TikiWiki site
- See which blogs are popular
- Read a blog
- Comment on a blog entry
- Print a blog entry
- Mail a blog entry to one or more recipients
- Create a blog
- Post an entry to a blog
- Edit or delete an existing post
The following sections explain how to perform these actions.
Table of contents
Viewing a List of Available Blogs
To view a list of available blogs, do the following:- On the Menu, click to the left of Blog, if necessary, to see the options under Blogs.
- Click List Blogs. You'll see the Blog list, shown in the following illustration:
List of Available Blogs
Listing Blog by Rank
If your TikiWiki site has many blogs, you may wish to see which ones are more popular than others. To do so, click Rankings under Blog in the Menu. You'll see the Rankings list, shown in the following illustration:
Blogs Ranked by Number of Visits
To view the blog rankings, do the following:
1. In the first text box, select one of the following:
- Top Visited Displays the blog list with the most-visited blogs listed first.
- Last Posts Displays the blog list with the most recently updated blogs listed first.
- Top Active Displays the blog list with the most frequently updated blogs listed first.
3. Click View.
Reading a Blog
To read a blog, do the following:- Display the blog list (see "Viewing a List of Blog," above).
- In the Title column, click the name of the blog you want to read. You'll see the blog's contents, as shown in the following illustration:
Reading a Blog
By default, blog entries are sorted in reverse chronological order, but the TikiWiki administrator may have chosen a different default sort order. Note that the blog header, by default, shows the blog title, the date of creation, the date of last modification, the number of posts, the number of visits (that is, by users other than the blog owner and admin), and the blog description, if any. Some of this information might not be visible on your TikiWiki's blogs, depending on how your administrator configured the Blog feature.
At the bottom of each blog entry, you'll see the following:
- Permalink The permalink is the unique URL of the current entry. This URL is useful for people who are reading the blog and would like to link to this entry in particular. With most browsers, it's possible to copy a link by right-clicking the link and choosing the appropriate option (such as "Copy Link Location") from the popup menu.
- Referenced By This area indicates the number of blog pages (in this TikiWiki site or elsewhere on the Web) that have set up a trackback to this page. For more information on trackbacks, see Blog.
- References This area indicates the number of blog pages to which this entry has sent trackback pings. For more information on trackbacks, see Blog.
Printing a Blog Entry
To print a blog entry, do the following:- Display the blog entry that you want to print.
- Click the Print icon (located in the entry's lower right corner). You'll see the entry by itself, without the topbar or sidebars to distract from the entry's content.
- Click the Print icon on your brower's toolbar, or choose Print from the File menu.
- Click Return to Blog.
- Display the blog entry that you want to print.
- Click the Print icon (located in the entry's lower right corner). You'll see the entry by itself, without the topbar or sidebars to distract from the entry's content.
Mailing a Blog Entry's URL
To mail a blog entry's URL to one or more recipients, do the following:- Display the blog entry that you want to print.
- Click the Print icon (located in the entry's lower right corner). You'll see the Send Blog Post page.
- In the text area, type the e-mail address to which you want to send the page. To send the page to two or more recipients, separate the e-mail addresses with commas.
- Click Send.
Commenting on a Blog Entry
You can comment on a blog entry if:- Your TikiWiki administrator has given the group to which you belong permission to make comments, and
- The blog has been set up with comments enabled.
- Display the entry.
- At the bottom of the entry, click View Comments.
- Click Comment to display the comment composition box, shown in the following illustration.
- In the Title box, type a brief but descriptive title for your comment.
- In the Comment box, type the text of your comment.
- To preview your comment, click Preview.
- To save your comment, click Post.
Posting a Comment
Creating a Blog
If your TikiWiki administrator has granted the appropriate permissions to users, you can create one or more blogs.To create a blog, follow these steps:
- Under Blog in the Menu, click Create Blog. You'll see the Edit Blog page, shown in the following illustration.
- Choose the configuration options you want (see "Blog Configuration Options," below).
- Click Save.
Creating a Blog
Blog Configuration Options
You can configure the following settings when you create your blog:
- Title The title of your blog. Since this title must fit in horizontally formatted blog lists, keep it short!
- Description A description of your blog's contents. Like the title, the description must fit in horizontally formatted blog lists, so keep it short.
- Number of posts to show (Default: 10)
- Allow other user to post in this blog If you leave this option unchecked, you're the only user who can post in the blog. Depending on how your administrator has set up blog-related permissions, some or all users will still be able to read your blog (Default: No).
- Use titles in blog posts Leave this option unchecked to title each entry with its creation date alone. This is a good choice for a diary (Default: Yes).
- Allow search Check this option to allow readers to search the full text of your blog entries.
- Allow comments Check this option to allow readers to comment on your blog entries. Just who can comment depends on how your TikiWiki administrator has defined commenting permissions; in most configurations, only registered users can comment(Default: Yes).
- Blog heading This box shows the code used to generate the blog heading, which appears at the top of your blog. You don't need to modify this text in order to create a blog. For more information, see "The Blog Header," below.
- Categorize If you have created categories and would like to categorize the blog, click Show Categories. Select a category (use Ctrl + Left Click to select more than one category). Be sure to check Categorize this Object.
The Blog Header
If you don't like the way the blog headers look, and you're reasonably knowledgeable about HTML and Smarty code, you can edit the code that's used to generate the header. Here's how the default code looks:<div class="blogtitle">{tr}Blog{/tr}: {$title}</div>
<div class="bloginfo">
{tr}Created by{/tr} {$creator}{tr} on {/tr}{$created|tiki_short_datetime}<br/>
{tr}Last modified{/tr} {$lastModif|tiki_short_datetime}<br/><br/>
({$posts} {tr}posts{/tr} | {$hits} {tr}visits{/tr} | {tr}Activity={/tr}{$activity|string_format:"%.2f"})
{if $tiki_p_blog_post eq "y"}
{if ($user and $creator eq $user) or $tiki_p_blog_admin eq "y" or $public eq "y"}
[<a class="bloglink" href="tiki-blog_post.php?blogId={$blogId}">{tr}Post{/tr}</a>]
{/if}
{if $rss_blog eq "y"}
[<a class="bloglink" href="tiki-blog_rss.php?blogId={$blogId}">RSS</a>]
{/if}
{/if}
{if ($user and $creator eq $user) or $tiki_p_blog_admin eq "y"}
[<a class="bloglink" href="tiki-edit_blog.php?blogId={$blogId}">{tr}Edit{/tr}</a>]
{/if}
</div>
<div class="blogdesc">{tr}Description:{/tr} {$description}</div>Blog Header Code
Posting an Entry to Your Blog
When you post an entry to your blog, you can choose from all of the rich formatting options that TikiWiki makes available:
- Wiki tags In blog posts, you can use the same formatting tags that you use in a Wiki page.
- WYSIYWG editor You can choose the WYSIWYG editor option for creating your entry. Unlike t__he default (textarea) editor, this editor enables you format text by selecting it and then clicking a format icon.
- HTML In keeping with weblog tradition, HTML is enabled (by default) for blog posts.
To post an entry to your blog, do the following:
- Display your blog.
- Click Post. You'll see the Edit Post page, shown in the following illustration.
- If you would like to use the WYSIWYG editor, click Use WYSIWYG Editor.
- In the Title box, type a brief, descriptive title.
- In the Body box, type the complete text of your post.
- If your post has more than one or two paragraphs, you should probably write a shorter version in the Excerpt box. This excerpt will be displayed on the blog's home page, and it will point to the full text that you enter in Body.
- Do one of the following:
- Click Preview to see how your post will look.
- Click Save to save your post but keep the editing area on-screen.
- Click Save and Exit to save your post and return to your blog.
- Note: To save a draft of the the post without making it public, just check the Mark entry as private option before saving. Once the post is ready for publication, edit it and save it with that option unchecked.
Posting an Entry
Posting Options
Here's an overview of the options you can choose when you create a blog post.
- Blog If you have permission to post to more than one blog, make sure you choose the correct blog here.
- Smileys To include a smiley in your post, click one of the icons. The smiley code appears at the end of your post; move it to where you want the smiley to appear.
- Quicklinks To see how to format your text using Wiki tags, click one of the Quicklinks. The Quicklink code appears at the end of your post.
- Title Type a short but descriptive title (required).
- Data Type the text of the post here.
- Send trackback pings to:(comma separated list of URIs) Type the URIs of one or more sites to which you want to send trackback pings. (For more information on trackback pings, see Blog.
- Spellcheck Check this option to check your spelling after you save your post. Note: This option will not work unless your TikiWiki administrator has enabled spell checking.
Editing Your Post
To edit an entry you have already saved,
- Display your blog.
- Click the Edit icon on the post you want to change. You'll see the Edit Post page.
- Make the changes.
- Do one of the following:
- Click Preview to see how your post will look.
- Click Save to save your post but keep the editing area on-screen.
- Click Save and Exit to save your post and return to your blog.
