Originally posted by Mark Hewitt Is it just the way your forums have been set up but I would need non-logged in / unregistered users to be able to view the poll (if not vote in it)
mark, good catch! I had a verifyusername() where I should not have had one. Should be working now, I added it to the voting process and not the showing of a poll one.
the votehistory will not be in the initial version.
I thought I would post what I want to see a poll hack do on my site, basically the closer the release version is to this the less I will have to hack it myself to make it work .
Polls should be posted seperately from normal threads i.e. there should be a 'New Poll' button which is seperate from the new thread button.
When someone posts a poll they should not be allowed to select any message icons, instead the poll will be posted with a special icon which is only used for polls - this will help to differentiate it from normal threads and eliminate the need for a POLL: prefix.
Would probably want to use this icon .
Also message icons are meant to convey emotion, the original posting of a poll *should be* impartial.
Once the poll is posted then the last post time of the thread should be updated to the last time someone voted, however the last post by field should be left to the original poster or to the last reply, (may be confusing but hey it's my board I can cause as much confusion as I want ).
Posting rights, to avoid every newbie coming in and posting the same poll over and over I need to restrict the ability to poll. In my case I would want it restricted to Senior Members only (100 posts or more), Admin and Moderators would have no such restrictions.
Polls should be posted seperately from normal threads i.e. there should be a 'New Poll' button which is seperate from the new thread button.
100%!! I just have it different on my test board cause I was lazy to create a image. A new poll is generated by poll.php and not newthread.php
Quote:
When someone posts a poll they should not be allowed to select any message icons, instead the poll will be posted with a special icon which is only used for polls - this will help to differentiate it from normal threads and eliminate the need for a POLL: prefix.
Good idea, I'll do that, I'll try to create a poll icon (or perhaps meanno?)
Quote:
Once the poll is posted then the last post time of the thread should be updated to the last time someone voted, however the last post by field should be left to the original poster or to the last reply, (may be confusing but hey it's my board I can cause as much confusion as I want ).
this will be in the hack, and will be togable in the cp
Quote:
Posting rights, to avoid every newbie coming in and posting the same poll over and over I need to restrict the ability to poll. In my case I would want it restricted to Senior Members only (100 posts or more), Admin and Moderators would have no such restrictions.
every usergroup gets a "canpostpoll" field, which you can set as you heart contents. Try logging in to the test forum with UserNoPoll and password "password". that user can not post polls.
Good idea, I'll do that, I'll try to create a poll icon (or perhaps meanno?)
Wonderful. Whats wrong with ?
Quote:
every usergroup gets a "canpostpoll" field, which you can set as you heart contents.
Ah but what about on the number of posts a user with 99 posts and a user with 100 posts are in the same usergroup but I would not want the first one to be able to post a poll.