Template Compa…st LifeType 1.1 » Plugin requireemail » Plugin feedreader » Plugin mailcentre » Plugin blogtimes
From LifeType Wiki
Name: blogtimes
Download link: http://sourceforge.net/projects/lifetype/files/
License: GPL
Author: Mark Wu
Description
This plugin will generate the blog times image. An example of how this message could look like when used in a real blog can be seen in Mark Wu's blog:
http://blog.markplace.net/blogtimes/blogtimes.png
Configuration
The plugin configuration page can be found under Control Center->Appearance Management.
You can use:
- $blogtimes->isEnabled() to check the plugin is enabled or not.
- $blogtimes->show() to get the blog times image.
In order to install the plugin, add the following to the bottom of main.template:
{if !empty($blogtimes)}
{if $blogtimes->isEnabled()}
{$blogtimes->show()}
{/if}
{/if}
