Log in

View Full Version : Any ideas why my thread is invisible?


Cap'n Steve
03-02-2005, 04:06 AM
I'm developing a hack that needs to create a new thread. The problem is that the first post in the thread is invisible. You can only see it while replying to the thread. Here's the code I'm using:

$threads = explode(',', $target['newthread']);
foreach ($threads AS $thread) {
if (is_numeric($thread)) {
build_new_post('thread', fetch_foruminfo($thread), array(), 0, $newpost, $errors);
}
}

Cap'n Steve
03-03-2005, 04:55 AM
Can anyone point me to some code that shows the proper way to create a thread?

Paul M
03-03-2005, 08:08 AM
<a href="https://vborg.vbsupport.ru/showthread.php?p=575799" target="_blank">https://vborg.vbsupport.ru/showthread.php?p=575799</a>