Would you always want to include /threads by default in your sitemap?
In the "have you seen" videos the thread option is avaliable there, but not in my board.
Did you have a sitemap add-on installed at any point?
REPLACE INTO xf_content_type_field
(content_type, field_name, field_value)
VALUES
('node', 'sitemap_handler_class', 'XenForo_SitemapHandler_Node'),
('thread', 'sitemap_handler_class', 'XenForo_SitemapHandler_Thread'),
('user', 'sitemap_handler_class', 'XenForo_SitemapHandler_User');
I suspect that his add-on didn't clean up data correctly then. You can run this query and then rebuild the master data:
Code:REPLACE INTO xf_content_type_field (content_type, field_name, field_value) VALUES ('node', 'sitemap_handler_class', 'XenForo_SitemapHandler_Node'), ('thread', 'sitemap_handler_class', 'XenForo_SitemapHandler_Thread'), ('user', 'sitemap_handler_class', 'XenForo_SitemapHandler_User');
That query doesn't return anything -- it inserts data -- so I'm not sure what you're implying there. Did it solve the problem?
Submit a ticket with ACP and phpMyAdmin access details please.
Are you on shared hosting?
It shouldn't take 1.6 seconds to run that query.
We use essential cookies to make this site work, and optional cookies to enhance your experience.