We recommend removing the access key and turning off Threadloom within Threadloom Options. You can do this programmatically with the following MySQL commands:
# Remove the Access Key, stops syncing and search
UPDATE xf_option SET option_value = NULL WHERE addon_id = "threadloom" and option_id = "threadloom_access_key";
# Disable Threadloom so forum uses default search.
UPDATE xf_option SET option_value = 0 WHERE addon_id = "threadloom" and option_id = "threadloom_search";
Comments
0 comments
Article is closed for comments.