SELECT COUNT(*) AS nbItems,tag.*
FROM xf_tag_content AS tag_content
LEFT JOIN xf_tag AS tag ON (tag.tag_id=tag_content.tag_id)
WHERE content_type='thread'
GROUP BY tag_id
ORDER BY nbItems DESC
SELECT COUNT(*) AS nbItems,tag.*
FROM xf_tag_content AS tag_content
LEFT JOIN xf_tag AS tag ON (tag.tag_id=tag_content.tag_id)
WHERE content_type='thread' AND last_use_date > 0
GROUP BY tag_id
ORDER BY nbItems DESC
Another missing thing, not really a bug ... and not worth to open a seperate threadJust doing bug fixes
Thanks, will do soNo it's not but feel free to open a request for it.
From bespoke add-on development to complex integrations and specialized enhancements, we offer a range of