Hi,
I posted a question with a poll option checked. Then clicked submit. It went to the next page which showed the detail to put in options for the poll.
However I went back to change the message I had typed. AFter changing the message I went forward again to enter the poll options but this time the software said it was already posting the message!
So now I have an empty message which shows up in the "active threads in nonvb page" which uses the query :
$query = "SELECT thread.lastpost,thread.title,thread.lastposter,thread.replycount,thread.views,user.userid, thread.threadid,thread.forumid$fsel,thread.iconid FROM thread,user$ftitle $wheresql ORDER BY thread.$ob $obdir LIMIT $maxthreads";
When I click on the thread that got "posted" it gives "Invalid thread specified. If you followed a valid link, please notify the webmaster"
So firstly how do I removes this thread (will check out the admin section too myself) and is this a feature or a weird condition that got messed up? Thanks in advance!
I posted a question with a poll option checked. Then clicked submit. It went to the next page which showed the detail to put in options for the poll.
However I went back to change the message I had typed. AFter changing the message I went forward again to enter the poll options but this time the software said it was already posting the message!
So now I have an empty message which shows up in the "active threads in nonvb page" which uses the query :
$query = "SELECT thread.lastpost,thread.title,thread.lastposter,thread.replycount,thread.views,user.userid, thread.threadid,thread.forumid$fsel,thread.iconid FROM thread,user$ftitle $wheresql ORDER BY thread.$ob $obdir LIMIT $maxthreads";
When I click on the thread that got "posted" it gives "Invalid thread specified. If you followed a valid link, please notify the webmaster"
So firstly how do I removes this thread (will check out the admin section too myself) and is this a feature or a weird condition that got messed up? Thanks in advance!
Comment