sorry for taking so long to reply as i have been flat out on my next hack release
Im not sure if that last suggestion is correct....however try this
find in memberschoice.php
PHP Code:
$update=date("Y-m-d",time()+86400 * $days);
$DB_site->query("INSERT INTO memberschoice (id,nominatorid,nomnameid,ndate,nomreason,nomname,nominator) VALUES (NULL,'$bbuserinfo[userid]',$nomnameid,UNIX_TIMESTAMP('$update'),'".addslashes($nomreason)."','".addslashes($nominatemember)."','".addslashes($nominatorid)."')");
$DB_site->query("UPDATE memberschoiceadmin SET nominees=nominees+1 WHERE event=1");
replace with
PHP Code:
$update=date("Y-m-d",time()+86400 * $days);
$DB_site->query("INSERT INTO memberschoice (id,nominatorid,nomnameid,ndate,nomreason,nomname,nominator) VALUES (NULL,'$bbuserinfo[userid]','".addslashes($nomnameid)."',UNIX_TIMESTAMP('$update'),'".addslashes($nomreason)."','".addslashes($nominatemember)."','".addslashes($nominatorid)."')");
$DB_site->query("UPDATE memberschoiceadmin SET nominees=nominees+1 WHERE event=1");
let my know if it works and i will update the zip....even if the other suggestion works..