vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Make only one poll option? (https://vborg.vbsupport.ru/showthread.php?t=218976)

Dulce 07-19-2009 11:01 PM

Make only one poll option?
 
Is there a way to allow the minimum number of poll options to one?

Right now the minimum is two and I don't know how to get around this.

HMBeaty 07-19-2009 11:02 PM

I'm curious, why would you even need a poll if there were only one option?

Dulce 07-19-2009 11:08 PM

to get a head count of people agreeing with the statement, while not specifically having a "no" option

HMBeaty 07-19-2009 11:13 PM

Ah, ok. Well, I may have found how to do this. I have NOT tested this though.

In poll.php, find:
PHP Code:

if ($question == '' OR $optioncount 2

And replace with:
PHP Code:

if ($question == '' OR $optioncount 1

Find:
PHP Code:

$polloptions 2

Replace with:
PHP Code:

$polloptions 1

Find:
PHP Code:

if ($vbulletin->GPC['pollquestion'] == '' OR $optioncount 2

Replace with
PHP Code:

if ($vbulletin->GPC['pollquestion'] == '' OR $optioncount 1

Let me know if this works or not :)

Dulce 07-19-2009 11:18 PM

awesome. works like a charm.

HMBeaty 07-19-2009 11:28 PM

Awesome. Released it here. I'll be adding, changing things in the future on this

Marco van Herwaarden 07-20-2009 10:12 AM

Adding a 2nd option "I don't agree" would have been much simpler and would still work after an upgrade.

Also with only 1 option, how do you know if someone simply has not voted yet, or if he means he does not agree.

Dulce 07-21-2009 02:36 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1852102)
Adding a 2nd option "I don't agree" would have been much simpler and would still work after an upgrade.

Also with only 1 option, how do you know if someone simply has not voted yet, or if he means he does not agree.

"I don't agree" would be similar to a no option. Basically in a specific instance I wanted to know if a minimum number of people agreed with the statement while not specifically having a "no" option to compare it to. Basically, disregarding those that answer no entirely.

Marco van Herwaarden 07-21-2009 11:53 AM

Then just create 2 options and ignore 1. Much easier then changing the sources..

iadmirevb 09-20-2009 10:06 PM

i've also was looking to add one option in my poll. In my case, we are offering a monthly gift to a user in the forum. We want the user to click "Yes, i would like to participate". If he doesn't click it's like saying no...

Thanks for the hack


All times are GMT. The time now is 12:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01097 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete