I've had to manually import bbPress forums into the Discussions table in the database. After updating a post on the admin side, the change doesn't take effect, it still remains in the wrong category. Any suggestions?
do you mean you would like to update that `published` value to 0 from #__discuss_posts table?
If yes, you have to update this columns `published` value to 0 from this table `#__discuss_thread` table as well.