Contributions

Features (Category Index)
Search: 

Poll Booth

Adds a polling booth box similar to those found php-nuke. There is also an admin box but its fairly basic.

Packaged as a standard zip file

Expand All / Collapse All

Fix jopiek 11 Aug 2008

Some sloppy programming issue, there is a short php open in the source code: <? should always be avoided and <?php should be used instead (see php.net)

<td class="smalltext" align="right"> <?php echo $polls_split->display_links($poll_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page']); ?> <? echo '<br><br> <a href="' . tep_href_link(FILENAME_POLLS, tep_get_all_get_params(array('action', 'info')) . 'action=new', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'button_new_poll.gif', IMAGE_NEW_POLL) . '</a> ';?></td>

should become:

<td class="smalltext" align="right"> <?php echo $polls_split->display_links($poll_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page']); ?> <?php echo '<br><br> <a href="' . tep_href_link(FILENAME_POLLS, tep_get_all_get_params(array('action', 'info')) . 'action=new', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'button_new_poll.gif', IMAGE_NEW_POLL) . '</a> ';?></td>

Add seo urls lavoriamopervoi 7 Jul 2008
Subcategory Polls Fix PuffDandEd 21 Jun 2008
comment filtering for urls maniac101 9 May 2008
small update and fixes faaliyet 8 Feb 2008
Poll Booth v2.3.1 - Full package stoyanski 7 Feb 2008
Dill Mully 16 Dec 2007
Minor Admin Bug Fix Mully 16 Dec 2007
screen comment for html maniac101 4 Mar 2007
Poll Booth v2.3 - Full package ukDevelopments 19 Oct 2006
Bug with link in delete pool or comment Pawel_7 23 Feb 2006
another bug... derk.d 16 Nov 2005
the previous fix had an error on the mainpage derk.d 12 Nov 2005
v2.2 fix and maybe also 2.5 derk.d 12 Nov 2005
pollbooth_v2.2b with FULL russian translation Vlad Savitsky 27 Oct 2005
pollbooth_v2.2b with russian translation Vlad Savitsky 27 Oct 2005
pollbooth_v2.2b Musicman 007 18 Oct 2005
Poll Booth v2.2 languaje Spanish aliadoleo 17 Oct 2005
Bags multilanguages Musicman 007 17 Oct 2005
Poll Booth v2.2 ckyshop.co.uk 25 Aug 2005
Poll Booth 2.5 Beta Kerry Voss 17 May 2005
Fixed!! Lloyd Swadling 8 Mar 2005
You Should learn to read before posting here IceTheNet 26 Feb 2005
Update IceTheNet 19 Oct 2004
pollbooth_v2.1_1 security fix and display comment fix IceTheNet 17 Oct 2004
pollbooth_v2.1 Korrekturen George 14 Oct 2004
Poll Both Security Fix IceTheNet 5 Oct 2004
update IceTheNet 4 Oct 2004
Bug Fix - Poll Results in Admin Lewis Hill 31 Aug 2004
Bug Fix - Allows Comments In Orders Show Up Again Lewis Hill 31 Aug 2004
Bug fix Pierre-Alain LAUR 28 Apr 2004
Poll Result in Admin ADD-ON Tom B 1 Dec 2003
pollbooth_v2.1.zip jared call 19 Nov 2003
2 replacement files Charly 1 Nov 2003
Pollbooth v2.0 Ian C Wilson 5 May 2003
Pollbooth v1.3 Ian Wilson 26 Jan 2003
Pollbooth v1.2 Ian C Wilson 6 Sep 2002
Pollbooth v1.1 Ian C Wilson 31 Aug 2002
Pollbooth V1.0 Japanese language module Paul Griswold 16 Jul 2002
Pollbooth V1.0 Ian C Wilson 25 Apr 2002
Poll Booth v0.6 Ian C Wilson 6 Dec 2001

Note: Contributions are used at own risk.