Ques/Help Manually changing a Category to a Forum

F

frm

Guest
I accidentally created a category and wanted to preserve the auto increment ID for the forum node.

I used
Code:

UPDATE `xf_node` SET `node_type_id` = 0x466f72756d WHERE `xf_node`.`node_id` = 16;

As the other forums used that as node_type_id.

And it updated to "Forum" in the xf_node table.

Will this have any conflicts?

Continue reading...