How to fix this?
Extension talk:AJAXPoll
Please report this issue (as indicated on https://www.mediawiki.org/wiki/Extension_talk:AJAXPoll ) as an issue in our bug tracker https://phabricator.wikimedia.org/maniphest/task/create/?projects=MediaWiki-extensions-AJAX-Poll and please report some more details (MediaWiki version, AJAXPoll version) as reported in Special:Version of your installation.
Is there a way to make it compatible with the MobileFrontend? Currently when a poll is viewed in the mobile version it seems broken and people cannot vote. The only possible way to vote is on the desktop version of the wiki.
Me too!
I am thinking of an editorial board, who has to approve submitted articles before the article goes live. Is there a way to use this for that? Or does anyone know of a voting type extension which can be used for such a purpose?
Anyone know how to get the <poll> tags into a page using VisualEditor without switching to edit source?
Sorry, I have no idea.
VisualEditor should provide some hooks for allowing VE support. I've created a ticket about this and will research on it. :-) Closing this thread as it's now moved upstream (Phabricator).
@Eric2XU: If you don't have a Phabricator account yet, please check out this tutorial and press the "Subscribe" button on the sidebar of the ticket to receive notifications for it!
Hi. The extension won't allow anyone to vote, returning 'not entitled to vote', even though voting is set to true for users. Is there a fix to it or am I doing something wrong? I ran both composer update and php update.php and still no luck. I am using the REL1_27 version of AjaxPoll and so is the mediawiki software of our wiki.
The most active person I know that maintains this extension is User:Jack Phoenix so I'll poke her about it :)
Thanks!
No idea what's going on in here, sorry. Can you pastebin the wiki's LocalSettings.php with passwords and other such sensitive stuff removed? That might help a bit in debugging this issue, but as far as I can see, it should "just work™" and it works as configured on the testing wiki.
Hi. Sorry for the late reply, I'll get to it as soon as I can.
Here it is. Pardon the delay http://pastebin.com/T77z1ehz
Hi. I am happy to announce that the poll is working once again. It fixed itself after upgrading to MW 1.28 and I have no idea what fixed it. Thanks!
Undefined offset: 9 in /wiki/extensions/AJAXPoll/AJAXPoll_body.php on line 338
How to fix this?
Is there a simple way to see which users have voted? I currently have a poll which requires everyone with an account to vote on a small wiki. there are 6 out of 8 users that have voted but I don't know which ones. I thought I might post here before looking at the DB tables.
No, there is currently no code for showing the voters or non-voters, and I do not intend to implement such a feature.
Is there a page where I can view all of the polls I created with AJAXPoll, like for example the Special:ViewPoll page in the PollNY extension?
Any AJAXPoll page is automatically linked on the automatic tracking page "ajaxpoll-tracking-category". The default text is "Pages with a poll".
Look to the Category box on the bottom of a poll page. Goto the poll tracking category where you will the list of all pages with AJAXPoll extension on it.
Thanks, that was helpful. :) But is there a page where I could see all of the polls I ever created regardless if they are active on a page right now or not?
No. As Admin you can have a look to the AJAXPoll table, where all-ever-created polls have entries - the polls are identified by a hash of the text string inside the <poll> tags.
I see. Thanks again! :) Could a poll management page (that is similar to PollNY's management pages) be included in the future releases of this extension? A page where anyone could check out every active/non-active poll ever created, where staff members could even modify an already created poll if they want to correct a mistake?
"Could": yes, but by someone else.
My capabilities, and time for coding business, are too limited to add such a page in the near future. I agree, that such a "AJAXPoll administration page" would be very useful.
It is not documented what happens if a poll changes, for example if a new answer is added. Please document.
Also it would be good to allow the user to add a new answer in the middle, edit an answer, etc.
Also, what if the same poll is placed at several pages, will them be counted together or not?
- The Poll is identified by the hash of the poll text (data), you can see the hash in the HTML page source code like [null ajaxpoll-id-0B689754CB7B11764B1761A962BDAAA0]
- All vote actions and so are actually working on that ID, and therefore any text change creates a new hash, and a new poll (the old is not deleted - so if you restore the text, the old poll is magically resurrected, unless you as admin haven't deleted it in the database.
- Editing by user is not implemented, and difficult. The Extension was not designed to handle this.
- If you place the same poll on several pages - because the text and therefore the hash of it is the same, all actions work on the same database entry. In that way, the answer is "not. Votes are the same, and are not added together"
I either get nothing or I get the message 'Invalid response from remote subversion client.' Any thoughts? Dan
I tried it, it worked for me. If you can, make a checkout with svn.
Thanks. It's easier if that link works, but I'll make do.
That's all I get to
This post was posted by Nednats~mediawikiwiki, but signed as Nednats.