April 03, 2007
Statistics:Summary
Quickly Site statistics summaries.
Usage [statistics:summary {count=n} {mode=sum|avg|min|max} {order=asc|desc}]
[statistics:summary:here {template=type.name}]
Type block tag, here tag
Data Fields site, year, month, pages, bytes, bytes.text, pages.bytes, pages.bytes.text, files.bytes, files.bytes.text, feeds, templates, queries, rows, ctime, ctime.text, etime, etime.text, qtime, qtime.text
more...
Usage [statistics:summary {count=n} {mode=sum|avg|min|max} {order=asc|desc}]
[statistics:summary:here {template=type.name}]
Type block tag, here tag
Data Fields site, year, month, pages, bytes, bytes.text, pages.bytes, pages.bytes.text, files.bytes, files.bytes.text, feeds, templates, queries, rows, ctime, ctime.text, etime, etime.text, qtime, qtime.text
more...
Posted by: Pixy Misa at
05:12 PM
| Comments (1)
| Add Comment
Post contains 237 words, total size 6 kb.
Dates and Times
Your Manage Site page has options to select a timezone for your blog, and to choose formatting options for dates, times, and "datetimes". (A "datetime" is used where both the date and the time should be displayed together.)
The timezone should be self-explanatory; options for formatting dates and times are described in detail below.
more...
The timezone should be self-explanatory; options for formatting dates and times are described in detail below.
more...
Posted by: Pixy Misa at
06:24 AM
| Comments (9)
| Add Comment
Post contains 182 words, total size 6 kb.
April 01, 2007
Conditions, Calculations and Variables
[if] tests a single variable. If that variable exists and has a true (non-zero / non-null / non-empty) value, the template code within the bracket of the [if] and the [/if] is evaluated.
If the variable is false (zero / null / empty), the code is not evaluated.
And if the variable does not exist, the [if] tag itself is not evaluated, and is instead included directly in the output. So if you get the name of the variable wrong, and type [if post.coments] instead of [if post.comments], you will be able to see your mistake right there in the page. In this case, the bracketed code is processed as if the [if] tag did not exist.
[ifn] works exactly the same, except that the condition is reversed. Code inside the [ifn] [/ifn] is evaluated if the variable is false.
With [if] and [ifn], if the variable does not exist the behaviour of a following [else] statement is undefined.
[iff] and [iffn] are similar, with one big exception: The bracketed code is evaluated if and only if the variable evaluates to true (or false, for [iffn]). If the variable does not exist, the code is skipped, just as if the variable had been false.
more...
Conditional Tags
[if], [ifn], [iff], and [iffn].[if] tests a single variable. If that variable exists and has a true (non-zero / non-null / non-empty) value, the template code within the bracket of the [if] and the [/if] is evaluated.
If the variable is false (zero / null / empty), the code is not evaluated.
And if the variable does not exist, the [if] tag itself is not evaluated, and is instead included directly in the output. So if you get the name of the variable wrong, and type [if post.coments] instead of [if post.comments], you will be able to see your mistake right there in the page. In this case, the bracketed code is processed as if the [if] tag did not exist.
[ifn] works exactly the same, except that the condition is reversed. Code inside the [ifn] [/ifn] is evaluated if the variable is false.
With [if] and [ifn], if the variable does not exist the behaviour of a following [else] statement is undefined.
[iff] and [iffn] are similar, with one big exception: The bracketed code is evaluated if and only if the variable evaluates to true (or false, for [iffn]). If the variable does not exist, the code is skipped, just as if the variable had been false.
more...
Posted by: Pixy Misa at
04:55 PM
| Comments (1)
| Add Comment
Post contains 792 words, total size 9 kb.
March 28, 2007
Smile!
If you don't like the standard set of smilies, no need to frown!
Just hop on over to smilies.mee.nu and pick whichever smiley set that takes your fancy. Copy the text in the box and paste it into your Smilies template and viola!
Just hop on over to smilies.mee.nu and pick whichever smiley set that takes your fancy. Copy the text in the box and paste it into your Smilies template and viola!
Posted by: Pixy Misa at
12:19 AM
| Comments (2)
| Add Comment
Post contains 44 words, total size 1 kb.
March 27, 2007
BBCode Examples
One of the features built into mee.nu is BBCode support. You can use this in both posts and comments.
Examples for all the currently supported tags are in the extended entry.
more...
Examples for all the currently supported tags are in the extended entry.
more...
Posted by: Pixy Misa at
04:17 AM
| Comments (22)
| Add Comment
Post contains 456 words, total size 14 kb.