
02-22-2003, 02:00 AM
|
 |
|
|
Join Date: Jan 2003
Location: Texas
Posts: 493
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Ok, here's my newthread.php file where I think it suppose to be at.
Quote:
// create first post
$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,at tachmentid,pagetext,allowsmilie,showsignature,ipaddress,iconid,visible,isnews) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($ subject))."','".addslashes($postusername)."','$bbu serinfo[userid]','".time()."','$attachmentid','".addslashes($mess age)."','$allowsmilie','$signature','$ipaddress',' $iconid','1','Y')");
$postid=$DB_site->insert_id();
|
I also did found the isnews thing. Still can't figure out what the problem is. =/
The news posts are ID#3
The Polls forums are ID#2
And I did post something after I installed it to test if it worked. And got nothing.
|