This looks like a terrific tool.
I installed it and got an error. I uploaded a new set of files and imported the product again, and still I can't post a new ticket.
I get this error:
Code:
Invalid SQL:
SELECT post.postid, IF(post.userid = 0, post.username, user.username) AS username,
post.pagetext, post.allowsmilie, post.userid, post.dateline
FROM vb3_vbs_ticket_post AS post
LEFT JOIN vb3_user AS user ON(user.userid = post.userid)
WHERE post.visible = 1
AND post.threadid =
ORDER BY dateline DESC, postid DESC
LIMIT 41;
Is there a know issue about this? I tried searching and it seems a few others had a similar problem, but I didn't see a fix for it anwhere.
Best regards,
Cliff