Announcing Ballots v1.0
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Announcing Ballots v1.0
What does this do?
This module implements a simple voting system for items of discussion. It can be used for a simple poll, or a more complex decision management process.
Feature List
* Frontend Creation and Editing of Ballots
* Ballots can have three stages (all controlled by dates)
o Discussion - The ballot is open for discussion.
Usually the comments module is embedded to allow open discussion between members
o Voting
Authorized users can vote on the ballot. A user can only vote once per ballot
o Closed
After voting has closed authorized users can review the discussion (but not post comments), and can view the voting results
* Completely Template Driven
Numerous different templates are available for each voting mode, and for the summary mode
* Voting choices can be different for each ballot
* Two different display options:
o Summary mode
o Detail Mode
Different Templates are used for the different stages that a ballot is in. And the template to use is controllable
* Complete admin interface with the ability to edit and delete ballots
* Complete modular security
This module implements a simple voting system for items of discussion. It can be used for a simple poll, or a more complex decision management process.
Feature List
* Frontend Creation and Editing of Ballots
* Ballots can have three stages (all controlled by dates)
o Discussion - The ballot is open for discussion.
Usually the comments module is embedded to allow open discussion between members
o Voting
Authorized users can vote on the ballot. A user can only vote once per ballot
o Closed
After voting has closed authorized users can review the discussion (but not post comments), and can view the voting results
* Completely Template Driven
Numerous different templates are available for each voting mode, and for the summary mode
* Voting choices can be different for each ballot
* Two different display options:
o Summary mode
o Detail Mode
Different Templates are used for the different stages that a ballot is in. And the template to use is controllable
* Complete admin interface with the ability to edit and delete ballots
* Complete modular security
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing Ballots v1.0
Calguy,
Would you mind providing a short tutorial on how one might get started with this module? I'm expecting there to be a "create ballot" link, but can't find one, so I have no clue how to begin. I'm not wanting to customize templates or anything, just create a simple sample ballot.
Also, the Help page says "'The simplest way to use this module is to just put {Ballots} into the content section of a page, or into your page template." However, this thows a Smarty "tag not recognized" error. I tried changing to {"cms_module module="ballots"}, and this solved the problem. But since I don't have a ballot created, I still don't see anything on my page.
Thanks for any help!
Would you mind providing a short tutorial on how one might get started with this module? I'm expecting there to be a "create ballot" link, but can't find one, so I have no clue how to begin. I'm not wanting to customize templates or anything, just create a simple sample ballot.
Also, the Help page says "'The simplest way to use this module is to just put {Ballots} into the content section of a page, or into your page template." However, this thows a Smarty "tag not recognized" error. I tried changing to {"cms_module module="ballots"}, and this solved the problem. But since I don't have a ballot created, I still don't see anything on my page.
Thanks for any help!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing Ballots v1.0
{Ballots action='addballot'}
should do it.
should do it.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing Ballots v1.0
ok, so we can't add Ballots from the Admin, only from the front-end, by calling in a page/template??
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Announcing Ballots v1.0
Yeah, that's the way the original customer wanted it.
If I get time, I'll see about adding an admin action for it.
If I get time, I'll see about adding an admin action for it.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing Ballots v1.0
that would be awesome - thanks! nice mod, by the way. your mods always take me a bit to get used to, but then I realize how powerful they are... keep it up!
Re: Announcing Ballots v1.0
Hello,
is not working with me,
I put {Ballots} and I got no thing, I tried to add {Ballots action='addballot'} and no thing apper to me,
when I add
this error apper to me :
string(144) "Smarty error: [in content:content_en line 5]: syntax error: unrecognized tag: "cms_module module="ballots" (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 5]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" ?? what's wrong??
is not working with me,
I put {Ballots} and I got no thing, I tried to add {Ballots action='addballot'} and no thing apper to me,
when I add
Code: Select all
{"cms_module module="ballots"},
this error apper to me :
string(144) "Smarty error: [in content:content_en line 5]: syntax error: unrecognized tag: "cms_module module="ballots" (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 5]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" ?? what's wrong??
Re: Announcing Ballots v1.0
you have an extra quote in your module call.
should be this:
{cms_module module="Ballots"}
not this:
{"cms_module module="Ballots"}
should be this:
{cms_module module="Ballots"}
not this:
{"cms_module module="Ballots"}
Re: Announcing Ballots v1.0
now it work well
But I Need to all my visitor to vote on the ballot "NOT Authorized users ",
is this possible ?
But I Need to all my visitor to vote on the ballot "NOT Authorized users ",
is this possible ?
Re: Announcing Ballots v1.0
could someone put up a link of it working... would love to see it..
jeremyBass

jeremyBass
Re: Announcing Ballots v1.0
could someone put up a link of it working... would love to see it.. [2]
-
- Power Poster
- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: Announcing Ballots v1.0
Roger, I'm setting up one as I speak.viebig wrote: could someone put up a link of it working... would love to see it.. [2]
Re: Announcing Ballots v1.0
did you get this set up? got a link?
Re: Announcing Ballots v1.0
I also intrusted
Me too...
Me too...