PlogHaiku v0.2
This simple plugin provides a method to display randomly generated Haiku on your LifeType Blog... See the bottom for versioning and To Do
This template code should be used to display a Haiku
--
{$locale->tr("haiku")|capitalize}
--
This template code should be used to display Haiku stats
--
{$locale->tr("haiku stats")|capitalize}
- {$ploghaiku->getHaikuStats()}
--
This template code should be used to display total potential Haiku permutations
--
{$locale->tr("haiku permutations")|capitalize}
- {$ploghaiku->getHaikuPermutations()}
--
To Do
--
*Non admins can add haiku
*Admin can select whether to allow users to create haiku
--
v0.2
--
This plugin now works on a "per blog" basis. So, as an admin you can add haiku for your blog specifically. **Not fully tested
--
v0.1
--
Initial Release
--