This is a minor bug, but it makes the surveys look stupid. There is a bug in the surveys module that shows the last 6 surveys instead of the last 5. This bug is even visable here, as well as other nuke sites.
To correct this bug, open up modules/Surveys/index.php
look for:
Code:
SELECT pollID, pollTitle, voters FROM ".$prefix."_poll_desc where artid='0' order by timeStamp DESC limit 1,6
change to:
Code:
SELECT pollID, pollTitle, voters FROM ".$prefix."_poll_desc where artid='0' order by timeStamp DESC limit 1,5
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum