RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

Tag cloud shows tags of threads in "hidden" threads #60

Open nerestaren opened 9 years ago

nerestaren commented 9 years ago

Hi,

first, congratulations, your extension is awesome!

Second, if I have a private subforum for a group of members, and tag a thread, these tags will appear in the tag cloud.

While this could be desired by some, I cannot have this -- so I disabled tag cloud.

Cheers!

RobertHeim commented 9 years ago

This requires dynamic calculation of the tags' usage counts (and visibility of tags of course) based on the users permissions. Currently, they are precalculated which is much more efficient, but does not support your request.

Note, that In your use case scenario adding the same tag in any public topic would be possible, too. So this is more or less only relevant to the tag count. (And of course the search topic by tag, but here the topics are already selected based on the users permissions amd hence not visible if not authorized).

Would it be a solution for you, if you could configure whether a tag is shown in the tag-cloud or not? See https://github.com/RobertHeim/phpbb-ext-topictags/issues/40