RM 1.2 Uninstall Resource manager but keep threads that were created minus the respurce tab?

Jattitude

Member
Hello,

I have resource manager on my forum but I have decided not to keep it any more and move the content to the threads that were created automatically when each resource was posted. I also dont want the "discussion" and "overview" tabs that show up on those threads that were created automatically.

Any idea how to do this?

Thanks
 
Uninstalling the Resource Manager will only affect the resources themselves, it won't affect threads created by the resources.

It may not be completely necessary, but you may also want to run this query after the Resource Manager is uninstalled:

Code:
UPDATE xf_thread SET discussion_type = '' WHERE discussion_type = 'resource'
 
Last edited:
Top Bottom