Havasu Doug
Pisces
HDF Gold Supporter
Delta Tau Chi - ΔTX
North Padre Island, Texas
Posts: 12,188
APPD 1.52
Post Rank: 7
'78 Challenger jet
|
|
Posted: Dec. 08 2009,11:16 pm |
Post # 16 |
|
Quote (WATERDOG @ Dec. 08 2009,10:47 pm) | Quote (Havasu Doug @ Dec. 08 2009,9:58 pm) | Quote (Havasu Doug @ Dec. 08 2009,9:09 pm) | Quote (Havasu Doug @ Dec. 08 2009,8:50 pm) | As far as a custom poll goes, I can look into hacking that in, but it won't happen before my finals are over next week. Â |
Or it might possibly happen tonight. Â
BTW, I know of some cool Javascript that can limit the number of boxes chosen out of ALL the dates, but that might not even be necessary. Â Â Just let me know your thoughts. Â |
Not gonna happen tonight.
Setting up a poll with checkboxes is a piece of cake. Â The complication is how the board keeps track of who voted and how the results are held in the database. Â I have to go into one of the modules and rewrite some of the code for this to happen. |
I was hoping this wouldn't be to much work.
Will it be possible to veiw who voted what dates after votes are cast.
And don't forget it did my vote plus one other randomly. If it does this for everybody, we're gonna have a lot of false entries. July is a good example, I voted for 7-17, it recorded a 7-17 and the 7-31 dates for me. Gary voted 7-17 and it worked right for him.
Thanks Doug |
Yes, I can hack in an option to see who voted what. Â The first thing I'll do though is hack in the option when posting a poll to allow more than 1 answer. Â That will direct the poll to the proper code depending on the answer.
Also, the poll didn't record a second vote for you Ken. Â That was Kevin that voted. Â As of this post, there are 3 votes and 1 null vote (me) for a total of 4 votes from 4 separate members. Â Null votes don't show up in the vote count in the topic, but I can see EVERYTHING in the database. BTW, most hacks just make more information in the database viewable AND/OR put more information in the database in the first place.
See below. Â The first number is the unix timestamp, the second number is the July poll ID and the third number is the member ID that voted. Â I left out extra information that doesn't need to be shared. Â To save time, I'll state that Kevin, Ken, Gary and I all voted.
Code Sample | 1260342437 10169 72-1038820541 Â 1260333984 10169 115-1075644203 Â 1260330726 10169 87-1177363503 Â 1260325713 10169 65-1040251577 Â
|
|