Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Poll 1.3
This discussion has been closed.
Comments
That's a (minor) bug in Vanilla 1. Mark forgot the rewrite setting for his extension.php Edit your appg/settings.php en look for // url rewriting definitions Add the following line:$Configuration['REWRITE_extension.php'] = 'extension/';
Taken from Jazzman himself
I get this error when I try to enter the poll itself after I' ve created it.
Peace.. .Levy.
/forum/comments.php
Jazzman... something I did not get during the installation?
1. The link in the top bar you get when there's a new poll: "There is a poll available which you should vote on: Test Poll" doesn't work, the link in goes to "mysite.xyz/vanilla/discussion/0/", and produces an error by the forum that this discussion could not be found.
2. Also, I can only add polls to the sidebar. When clicking "add poll to this discussion" it gives me a 404 error. The link used is "mysite.xyz/vanilla/extension/3/?PostBackAction=Poll"
I'm thinking this is still a rewriterule issue somehow... By the way, Is there a way to have "Show active Poll in Panel" enabled by default for all (new) users?
If it work without, post here the links with querystring and the friendly links or your logs (error.log, access_log, rewrite.log).
The "add poll to this discussion" link is:
mysite.xyz/vanilla/extension.php?DiscussionID=3&PostBackAction=Poll
which gets turned into this with mod_rewrite on:
mysite.xyz/vanilla/extension/3/?PostBackAction=Poll
In the errorlog it shows this:
File does not exist: .../www/html/vanilla/extension, referer: mysite.xyz/vanilla/discussion/3/newpoll/
(where newpoll is the title of the poll)
The .htaccess I'm using is a straight copy/paste of your post here.
What still doesn't work without mod_rewrite is the top banner link of "There is a poll available which you should vote on:", but only with the poll I made from the admin settings (so it's not attached to a thread at all). But I think that's just a little bug in the poll add-on(?), since other polls made on a thread don't have this problem.