Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-03-2000 Last Update: Never Installs: 0
 
No support by the author.

[EDIT] Some users found a badley-coded part of the hack, I am rewriting that part and therefore have deleted the url from this post[/EDIT]

The Poll Hack for the vB, now updated for speed and fuctionality. Demo at http://www.naboonline.com/polltest/

new features from 0.9.2 (previous version)

- if a user votes without logging in, is asked to login and the pollvote still counts
(2 new templates,error_pollvotenologin, error_pollvoteinvaliduser)
- Graphical view of poll results available. Template pollyesvote has a new variable $pollbargraph. If you
do not want to have the graphical view, simply remove the variable.
- poll icon ist now not needed to be inserted into the vBulletin icon db.
- new file pollmodule.php - hacks in files only reference to it, much less code to enter into the new files!
- speed enhancements and less mysql calls.

Overall features

- Let registered users post a new thread that has a poll integrated in it
- Let registered users vote on the poll
- Multiple votes impossible as userid is stored on vote
- Define # of poll options in CP
- Limit who can post a poll by usergroups (from the control panel)
- Designed to be easily translated. Only some text is hard coded (see localisation section below)
- Fully templateable - you can customise the look of the poll
- Users who can not post can not vote as well
- Make sure person did not vote, press back, and vote again
- Admin/Moderator edit of Polls at all times
- Edit Poll while no votes (for user who started the poll thread)
- vB code parse for options
- closing a thread == close a poll
- Admin delete
- View results without voting
- Close a poll (admin/mod/author)
- Graphical view of votes (bar graph and/or pie graph) **NEW**

Note to upgraders: Due to a change in the how data is stored, the new poll is not backwards compatible. Therefore, you will need to run updatepoll.php

The poll hack will be intergrated into vBulletin 2.0, so if you are in no hurry, you should better wait


[Edited by doron on 11-04-2000 at 06:00 AM]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 12-29-2000, 10:51 AM
Guest
 
Posts: n/a
Default

I dump my database by PHP My Admin and its been missing some data to backup.

But there was no way I could make my board fresher as that error was there so I had no choice but to drop it.
Reply With Quote
  #113  
Old 12-29-2000, 10:02 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by vBoard.co.uk
I dump my database by PHP My Admin and its been missing some data to backup.

But there was no way I could make my board fresher as that error was there so I had no choice but to drop it.
i assume the error was because some old code from the poll hack still remained.

as for the db issues, possibly a corruption. i can't imagine any way that it could ruin the db unless something was wrong with the db structure.
Reply With Quote
  #114  
Old 12-29-2000, 10:45 PM
Guest
 
Posts: n/a
Default

I dont know it sounds like it but I can live with that.
Reply With Quote
  #115  
Old 01-01-2001, 07:57 PM
Guest
 
Posts: n/a
Default

I was wondering how i disable polls on certain forums?

Right now they are available on all, I want just one or 2 forums to have the ability to do it.

How do I do this?
Reply With Quote
  #116  
Old 01-04-2001, 06:49 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Shak
I was wondering how i disable polls on certain forums?

Right now they are available on all, I want just one or 2 forums to have the ability to do it.

How do I do this?
the only current way is to have templates for each forum,and simply include the new poll image in those you want.
Reply With Quote
  #117  
Old 01-05-2001, 01:20 AM
Guest
 
Posts: n/a
Default

I sent you the email that you requested. I just want to tell you that I have just done the 115 upgrade. Let me know what needs to be done.

Thanks in advance.
Reply With Quote
  #118  
Old 01-05-2001, 07:18 PM
Guest
 
Posts: n/a
Default

Doron, I'm trying to update my other board from 1.1.3 to 1.1.5.

When I run the updatepoll.php, I'm getting the following error:

Code:
Editing thread table ... Done!
Poll number 1 converted 
Poll number 2 converted 
Poll number 3 converted 
There seems to have been a slight problem with the database...
The error code is:
<!-- Database error in vBulletin: Invalid SQL: UPDATE thread SET poll='1' WHERE threadid=7372
mysql error: Unknown column 'poll' in 'field list'
mysql error number: 1054
Date: Friday 05th of January 2001 04:18:35 PM
Script: /backup/updatepoll.php
Referer:
-->

There is no poll #4, but there is a #5, etc...Can you help me?
Reply With Quote
  #119  
Old 01-07-2001, 05:25 PM
Guest
 
Posts: n/a
Default

Will there be instructions on how to do this hack to 1.1.5? Please help me get this done as I was hoping to install this but I did the upgrade to 1.1.5 and now it seems the code has changed. Please let me know how I can do this.
Reply With Quote
  #120  
Old 01-07-2001, 08:44 PM
Guest
 
Posts: n/a
Default

sorry, i was having issues with my computer, still am.

Me2Be: did you have the previous version installed? the error "Unknown column 'poll' in 'field list' " means there is no poll column in the thread table. The script should be clever and only take the existing polls...

Philly: as for 1.1.5, i have not had the time to look at it yet. It should work if you used the 1.1.4 install info.
Reply With Quote
  #121  
Old 01-10-2001, 11:55 AM
Guest
 
Posts: n/a
Default

Dumb newbie question.

Poll hack installed, works great, but ... when you view the poll results, there are no totals and no percent.

What is the var used for this? this is the pollresults template:
Code:
<TR>
<TD COLSPAN=2 ALIGN="CENTER"><FONT face="verdana, arial, helvetica" size="2" ><B>Total:</B></font></TD>
<TD ALIGN="LEFT"><FONT face="verdana, arial, helvetica" size="2" ><B> votes</B></font></TD>
<TD ALIGN="CENTER"><FONT face="verdana, arial, helvetica" size="2" ><B>100%</B></font></TD>
</TR>
i know i'm missing something before "votes".
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05860 seconds
  • Memory Usage 2,278KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete