well i fixed that one. now I am having a problem with newtread after installing the sticky thing.
at around line 287:
PHP Code:
$DB_site->query("INSERT INTO thread (threadid,title,lastpost,forumid,open,replycount,postusername,postuserid,lastposter,dateline,iconid,visible,attach,sticky) VALUES (NULL,'".addslashes(htmlspecialchars($subject))."','".time()."','$forumid','1','0','".addslashes($postusername)."','$bbuserinfo[userid]','".addslashes($postusername)."','".time()."','$iconid','$visible','$attachcount','$stickynow')");
everytime i try to start a new tread (push the submit buttom) I get this database error:
Database error in vBulletin 2.2.6:
Invalid SQL: select uid, newthread from storepoint where uid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064