If a group is hidden, can the tags for that group be disabled on the tag cloud?
@dwenaus Feature request for the update:
When you click a associated tag for a specific group in the group listing ( item-desc item-tags ), it updates the groups widget ( Newest | Active | Popular ) according to the tag selected.
Could this also be done with the tag cloud above the group listing, ( Show the tag cloud above the group listings )? I think its js related so I have no idea whats going on there otherwise I would try do it myself.
Small fix if you get javascripts errors on Firefox like ‘jQuery is not defined’.
In file bp-group-tags.php replace line:
`wp_enqueue_script(‘gtags=group-tags’, WP_PLUGIN_URL.’/buddypress-group-tags/group-tags.js’);`
with the following:
`wp_enqueue_script(‘gtags=group-tags’, WP_PLUGIN_URL.’/buddypress-group-tags/group-tags.js’,array(‘jquery’));`