Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Polls box [ Support forum ] - Box de encuestas [ Foro de soporte ]


Guest

Recommended Posts

**** ENGLISH ****

With this contrib you will be able to add a poll box to your store, and show its results!

 

Download this add-on on the attached files.

 

**** ESPAÑOL ****

 

Con esta contribución podrás añadir un box de encuestas en tu tienda, y mostrar sus resultados!

 

Descarga la contribución en los archivos adjuntos.

 

http://addons.oscommerce.com/info/8614

Edited by Harald Ponce de Leon
Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

I install the poll Fix 2.0 in Administration I get Fatal error: Call to undefined function tep_cfg_select_pages() in /home//public_html/admin/modules.php(232) : eval()'d code on line 1

and Fatal error: Call to undefined function tep_draw_box_wrapper_top() in includes/modules/boxes/bm_polls.php on line 69.

Edited by JIM454
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 1 month later...

I resolved this by removing all the tep_draw_box functions. It's part of a template which I don't have in my install. This is how my code looks in bm_polls.php.

 

$data ='<div class="ui-widget infoBoxContainer">' .
		 tep_infobox_heading_div(MODULE_BOXES_POLLS_BOX_TITLE) .
		 '<ul>'.
 '<li>'. tep_draw_form('poll', tep_href_link('poll_submit.php', 'action=process', 'SSL'), 'post', '', true) . '</li>'.
 '<li>'. MODULE_BOXES_POLLS_QUESTION . '</li>'.
 '<li>'. tep_draw_radio_field('option', '1') . MODULE_BOXES_POLLS_OPTION1 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '2') . MODULE_BOXES_POLLS_OPTION2 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '3') . MODULE_BOXES_POLLS_OPTION3 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '4') . MODULE_BOXES_POLLS_OPTION4 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '5') . MODULE_BOXES_POLLS_OPTION5 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '6') . MODULE_BOXES_POLLS_OPTION6 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '7') . MODULE_BOXES_POLLS_OPTION7 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '8') . MODULE_BOXES_POLLS_OPTION8 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '9') . MODULE_BOXES_POLLS_OPTION9 . '</li>' .
 '<li>'. tep_draw_radio_field('option', '10') . MODULE_BOXES_POLLS_OPTION10 . '</li>'.
 tep_image_submit(IMAGE_BUTTON_CONTINUE, 'Envar voto').
 '<a href="/polls_results.php">Resultados</a>'.
 '</form>'.
 '</ul>'.
 '</div>';

 

Basically just removed references to the functions not in my template.

 

Now, I can't edit the poll because when I click edit I have no options on the right column to edit.

Edited by scottyab
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...