Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+6 votes
713 views
in Plugins by
Is there any way that selecting a category filter can also filter the tag cloud, not just the questions shown?

Its a bit strange to be looking at only one category but have tag's shown in the tag cloud that are for questions not shown in the filtered list.
Q2A version: 1.5.2

1 Answer

0 votes
by
edited by

Im looking into this also, Im thinking that sql just needs another column.

FROM `qa_words`

add column:

categoryid int(10)

Write the call to tag cloud plugin to look for in the categoryid column, if id exists matched to tags then display tags for only the category selected in the sidebar.

Any ideas, I'm sure alot of users would like to hear it.

 

...