I've tried both Decision - Ranking and Decision - Selection, but neither one will display the voting form on my local testing site. If the vote is closed, I get the appropriate message. If the current date is not in the range for the decision, I get the appropriate message. If the decision should currently accept votes, I do not get a voting form. I have verified permissions and even looked at the node with User 1, and I have no leads as to what the issue would be.

What are the possible reasons for the voting form not to appear on a decision?

Comments

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

What kind of markup do you have where you are expecting to see the voting form?

yowzer’s picture

Here's the relevant section of HTML. This is while logged in as User 1.

<div class="content"> 
    <p>While we will have the capability to add mechanics and statistics blocks to any content in the new setting, we need to choose a default system that we should try to address in with the entire project.</p> 
<div class="decisions-header"><div class="decisions-dates"><div class="item-list"><ul><li class="first">Current date: Wed, 02/24/2010 - 00:22</li> 
<li>Opening date: Fri, 02/20/2009 - 12:27</li> 
<li class="last">Closing date: Mon, 03/01/2010 - 12:27</li> 
</ul></div></div><div class="decisions-votes">0 out of 44 eligible voters cast their ballot</div></div><form action="/bySwarm2/decisions-ranking/what-game-system-should-we-use-default"  accept-charset="UTF-8" method="post" id="decisions-voting-form"> 
<div><input type="hidden" name="form_build_id" id="form-06ea49d09e9a6a1da9da4bd9f5d604e7" value="form-06ea49d09e9a6a1da9da4bd9f5d604e7"  /> 
<input type="hidden" name="form_token" id="edit-decisions-voting-form-form-token" value="8a76ecdf4872e27af941739d5d287c3b"  /> 
<input type="hidden" name="form_id" id="edit-decisions-voting-form" value="decisions_voting_form"  /> 
 
</div></form> 
  </div>
yowzer’s picture

Status: Postponed (maintainer needs more info) » Active
ezra-g’s picture

Category: support » bug
Status: Active » Fixed

Indeed, I had this problem as well. We have an unnecessary & in decisions_selection_voting_form(). Please try the latest from CVS or wait for the development snapshot to re-roll and re-open this issue if that doesn't solve your problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.