Plugin ectocustom » Plugin editcomments » Release notes Lifetype 1.2.8 » Release notes Lifetype 1.2.7 » Plugin crystalpoll
From LifeType Wiki
Name: Crystal Poll
Download link: http://sourceforge.net/projects/lifetype/files/
License: GPL
Author: Ahmad Fathi Saleh (Al Bawaba Team)
Description
This plugin offers you to create your own poll in your blog.
Configuration
The plugin configuration page can be found under Manage->Crystal Poll.
- add a new poll
- go to the polls settings
- select the poll to be displayed and chose a style for the bar
Installation
Add the following code to your template:
{if $crystalpoll}
<div id="crystalPoll"></div>
<script>pollBaseUrl = "{$url->getBaseUrl()}";</script>
<script type="text/javascript" src={$url->getUrl("/plugins/crystalpoll/js/crystalPollAjax.js")}></script>
<script>readPollAjax();</script>
{/if}
