Closed (fixed)
Project:
Smackdown
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 10:13 UTC
Updated:
19 Oct 2010 at 04:18 UTC
Jump to comment: Most recent
Comments
Comment #1
sirkitree commentedFirst thing to make sure of, is that the selection box is checked on the content type:

Second thing to check is that the js file (smackdown.js) is being loaded:

Third thing to check is that the Drupal DOM variables are present:

If all of these criteria are met - it should be working (and you're using the latest dev with the fix in from #612696: Voting totally broken, uses bad selector)
Comment #2
sirkitree commentedOk, something I forgot:
We removed the 'automatically redirect to next smackdown' feature as we watned a way to be able to determine what the next smackdown actually was. So this should (out of the box) simply redirect to the results.
If you want to redirect to another smackdown, you can modify the Drupal.settings.smackdown.location variable in the DOM. Here is how you go about doing that:
In a custom module:
In some custom javascript:
Comment #3
sirkitree commentedalmost a year no response - closing.