RSS Feed/News Manually changing a Category to a Forum

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,562
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top