vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Hide Poll Results (https://vborg.vbsupport.ru/showthread.php?t=98957)

Noonster 03-19-2006 10:38 AM

Quote:

Originally Posted by Hurricane
I know this is not the proper way of doing this, but here is a modification of the modified version of the regular hack.

This one is for admins. Only the admins can hide results to polls and admins can always see the results.

THIS IS NOT AN UPGRADE! Do not install with the other one! This is named differently so you can not overwrite the other one. You will have to uninstall the other one first and install this one.

Works a treat :D

Grae 04-01-2006 04:20 AM

After editing a hidden poll, the results are no longer hidden. Anyone get this error?

It would also be convenient to be able to hide an existing poll... maybe an option in the edit poll display.

Alviker 04-14-2006 08:57 AM

But... With this hack... Can you choose make a normal poll, a public poll and a hide poll, or only a hide poll? Please tell me :(. Sorry for my bad english >_<. Bye and thanks ^.^

Atte. Alviker

fatxy 04-23-2006 08:53 AM

with hurricane's mod you can choose if hidden or not (additional checkbox in post poll options)

chikkoo 05-10-2006 02:08 PM

Quote:

Originally Posted by fatxy
with hurricane's mod you can choose if hidden or not (additional checkbox in post poll options)

Hi,

I don't see this option, while editing existing Polls?

csrx 05-11-2006 02:52 PM

Quote:

Originally Posted by chikkoo
Hi,

I don't see this option, while editing existing Polls?

I don't see this option either. Maybe you can only set this when creating the poll and then its set in stone?

chikkoo 05-15-2006 06:11 PM

Quote:

Originally Posted by chikkoo
Hi,

I don't see this option, while editing existing Polls?

I hope there should be some way, especially run a sql query etc.

fatxy 05-28-2006 10:02 AM

i attached a screenshot

as Hurrican described, admins can see the results the rest not. Its workin so far but after editing the poll the results are all viewable again (nor you can choose if its hidden or not).

would be cool to see a real proper solution, like it tho.

Annapurna 05-29-2006 04:09 PM

Is it possible to the following:

Poll results should be hidden till user vote. After voting user should be able to watch it!

Andreas

Tralala 05-29-2006 04:25 PM

Quote:

Originally Posted by Annapurna
Poll results should be hidden till user vote. After voting user should be able to watch it!

This is being added to the standard vBulletin poll functionality:

http://www.vbulletin.com/forum/showt...91#post1126391

thebassman 06-22-2006 03:59 PM

Sweet... I hope it's available with the full release of 3.6!

Neo_obs 07-16-2006 05:59 AM

Just wondering if anyone has an update to the actual original version of this. And if the planned features will be ported to 3.6 if it is not available by default

Veer 07-28-2006 01:39 PM

Great Work Chris M :)

Just Installed n Working Fine, Thanks.

Noonster 08-03-2006 03:48 PM

Quote:

Originally Posted by fatxy
i attached a screenshot

as Hurrican described, admins can see the results the rest not. Its workin so far but after editing the poll the results are all viewable again (nor you can choose if its hidden or not).

would be cool to see a real proper solution, like it tho.

This is exactly whats happening for me now :(

blue_chi 08-21-2006 09:30 PM

It would be great to have this add-on on vb 3.6.

blue_chi 08-22-2006 12:37 PM

I just installed it on 3.6.0 and it seems to work fine! Thanks

LostOne 09-02-2006 02:38 AM

hi Blue Chi, which oe did you install on 3.6.0?

I need this but don't understand who has now the correct version?

Marit 10-24-2006 07:36 PM

Quote:

Originally Posted by Noonster
This is exactly whats happening for me now :(

And me, three

tanyeri24 12-15-2006 06:01 PM

Quote:

Originally Posted by Chris M (Post 801395)
This is simply to hide polls - I plan to expand the functionality to perform more detailed instructions at a later date;

These will include:

- Hide poll until closing date
- Hide poll from specific usergroups
- Hide poll in specific forums

:)

Chris

Hey Chris
Great addon thanks a lot. Can you please upgrade it like you said it before :) Many thanks in advance.

dbaez2 01-03-2007 01:25 AM

if at all possible can you edit this so we can choose whether to allow use it per thread or not? it's GREAT mod but for some current running threads i need to be able to show results.

CodeRed 01-08-2007 04:29 AM

Quote:

Originally Posted by Grae (Post 938996)
It would also be convenient to be able to hide an existing poll... maybe an option in the edit poll display.

I agree... I have a bunch of polls right now that have some votes on there already and id love to be able to go and hide those existing ones...

thanks

Raptor 01-11-2007 01:31 AM

works 100% perfect with 3.6.4

Eq4bits 02-24-2007 09:07 PM

Quote:

Originally Posted by Hurricane (Post 915021)
I know this is not the proper way of doing this, but here is a modification of the modified version of the regular hack.

This one is for admins. Only the admins can hide results to polls and admins can always see the results.

THIS IS NOT AN UPGRADE! Do not install with the other one! This is named differently so you can not overwrite the other one. You will have to uninstall the other one first and install this one.

Will the fix for hiding on vbadvanced work with this as well? I think the post is a page before where this admin version is originally posted.
the fix was to open currentpoll.php in vbadvanced module folder and changing
Code:

SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public $query[pollfields]
to
Code:

SELECT thread.pollid, hidepoll, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public $query[pollfields]
and
Code:

if ($pollinfo['showresults'])
to
Code:

if ($pollinfo['showresults'] && !$pollinfo['hidepoll'])

Milad 02-27-2007 10:24 PM

This hides the forever opened polls too!!!

carlosacgj 03-20-2007 03:17 PM

Quote:

Originally Posted by Milad (Post 1192243)
This hides the forever opened polls too!!!

me too, i can't seen the options for hides or show, the creator speak about to many options and i can't seen, any one please upload screan shots? :S:S:S:S:S:S:S

rwoscott 03-27-2007 02:01 AM

Quote:

Originally Posted by Hurricane (Post 915021)
I know this is not the proper way of doing this, but here is a modification of the modified version of the regular hack.

This one is for admins. Only the admins can hide results to polls and admins can always see the results.

THIS IS NOT AN UPGRADE! Do not install with the other one! This is named differently so you can not overwrite the other one. You will have to uninstall the other one first and install this one.

I installed this option.

Is it supposed to show the results to non admin users, after the poll has closed?

Seems most can't see the results, but 1 or 2 can.

:confused:

rwoscott 04-19-2007 12:17 AM

Quote:

Originally Posted by rwoscott (Post 1213306)
I installed this option.

Is it supposed to show the results to non admin users, after the poll has closed?

Seems most can't see the results, but 1 or 2 can.

:confused:

Can anyone answer this, please :D ?

FiX 04-29-2007 10:49 AM

Yes, would be great if you could select if a specific poll should be hidden or not. Hiding ALL polls is not what I'm really looking for.

Sergioh 05-06-2007 08:02 PM

*installed.

I'm using it for www.theblackparade.net and we're having "awards", this is great because the winners will be surprised instead of seeing their progress/failure in real time.

teamelusive 06-07-2007 04:37 PM

installed. =) exactly what i was lookin' for. I do wish you could select which polls u could hide and not hide though...

thx!

FOMSCU Forum 01-26-2008 11:43 PM

Excellent Hack

Thanks Soooooooooooooooooooo Much

FOMSCU Forum 01-26-2008 11:48 PM

Quote:

Originally Posted by teamelusive (Post 1263381)
installed. =) exactly what i was lookin' for. I do wish you could select which polls u could hide and not hide though...

thx!


Exactly If this Option is added it will be SuperGreat

kronnos 03-30-2008 12:53 PM

Quote:

Originally Posted by Chris M (Post 801395)
This is simply to hide polls - I plan to expand the functionality to perform more detailed instructions at a later date;

These will include:

- Hide poll until closing date
- Hide poll from specific usergroups
- Hide poll in specific forums

:)

Chris


Are these options already included? If not, will they be anytime soon? With these options, its definitely a MOTM!

kronnos 04-15-2008 05:59 AM

Does anyone know if it works on 3.6.x, 3.7 ? Any idea when the top changes would occur or is there already a new mod with all the top features?

Thanks

Philster 05-22-2008 11:21 AM

I am also curious if this mod will work on version 3.6? Thanks folks.

Phil.

AusPhotography 07-17-2008 10:28 AM

I am using Hurricane's version (page 6) and happy with it, but would like to see a change so that my moderators can create hidden polls as well as admin (me).

Great work with this guys. I am using it for photography competitions.


All times are GMT. The time now is 04:17 AM.

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.02573 seconds
  • Memory Usage 1,816KB
  • 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
  • (4)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete