Quote:
Originally Posted by Mepher
Abe, reposting this from a page back.
|
Find this:
PHP Code:
build_new_post('thread', $foruminfo, array(), array(), $newpost, $errors);
add after:
PHP Code:
$foruminfo = verify_id('forum', $formforumid, 0, 1);
$forumperms = fetch_permissions($foruminfo[forumid]);
build_new_post('thread', $foruminfo, array(), array(), $newpost, $errors);
Replace on the first line '$formforumid' with the other forumid you want to post in.