Welcome to the new Dragonpolls!
You can create a new poll, look at my roadmap , or make a feature request.

Once all planned features for version 1.0.0 are done, and the 0.9.0 bugs are squashed, I will replace the current version over at https://wedro.online/dragonpolls.
Version 1.0.0 is done, and if the next Thememonday goes well, it will be installed over at https://wedro.online/dragonpolls. Considering, that 1.1.0 is done as well. I will just go ahead and release 1.1.0!
You may see that this uses a slightly different url format, polls are at view_poll.php?id=XXX instead of index.php?poll=YYY. The old links will continue to work of course, however I encourage everyone to share the new style once this is has replaced the previous incarnation.

My current plan is to keep this domain up as a beta-channel, feel free to use it instead of https://wedro.online/dragonpolls, and update the productive installation with each milestone!

getPolls(); foreach ($polls as $poll) { $user_avatar_url = $poll->user->getAvatarUrl(50); $user_avatar_url_srcset = get_source_set($poll->user, 50); $username = '@' . $poll->user->username; $disabled = $poll->canVote() ? '' : 'disabled'; $user_name = $poll->user->name ?? ''; $created_at = $poll->created_at; $closed_at = $poll->closed_at; ?>
' ?>
Created isClosed() ? 'Closed' : 'Closing' ?>
prompt ?>
View poll