Topic: Can i change forums from one category to another

I would like o change the forum in once category to another one. And that existing forum in category 1 has posts and  replies too. I want everything to be shifted to category2. is it possible? if so? how to do that. without any backend help. Coz i cant change the code here. I have just admin rights.

God wisely designed the human body so that we can neither pat our own backs nor kick ourselves too easily

Re: Can i change forums from one category to another

You want to move a forum into a different category? In that case, yes. Either change the category in admin_forums or run the following query:

UPDATE forums SET cat_id = NEW_CAT_ID WHERE id = FORUM_ID

Replace NEW_CAT_ID with the ID of the category you want to move the forum into and replace FORUM_ID with the ID of the forum you want to move.

"Programming is like sex: one mistake and you have to support it for the rest of your life."