NewsFeaturesDownloadsDevelopmentSupportAbout Us
Plugin crystalpoll

Plugin crystalpoll

From LifeType Wiki


Name: Crystal Poll

Latest version: 20080129

Download link: http://downloads.sourceforge.net/lifetype/1.2_crystalpoll.zip?download

License: GPL

Author: Ahmad Fathi Saleh (Al Bawaba Team)

[edit] Description

This plugin offers you to create your own poll in your blog.

[edit] Configuration

The plugin configuration page can be found under Manage->Crystal Poll.

  1. add a new poll
  2. go to the polls settings
  3. select the poll to be displayed and chose a style for the bar

[edit] 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}