NewsFeaturesDownloadsDevelopmentSupportAbout Us

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.

  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

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}