Oversight. It used to work as part of the WordPress Tag Cloud widget, but that behavior may have changed.
Will fix for 2.0.
I’m currently using bbPress 2.0.2 and would also like to see a topics-tags cloud in my sidebar. The existing tag cloud widget doesn’t show forum tags.
Any recent development on this issue?
Thanks ahead of time!
Steve
Add this to your functions.php so that you can add shortcodes to the widgets –
add_filter(‘widget_text’, ‘do_shortcode’);
Add this to your text/html widget box:
[bbp-topic-tags]
http://www.wprecipes.com/how-to-add-shortcodes-in-sidebar-widgets
Thank you babsmiles,
That did the trick!
I didn’t need to add the function in my case, the shortcode worked using a php widget plugin.
Testing if a participant can delete topic tags.Sorry,but I just deleted all the topic tags assigned to this topic.
I have been facing this issue on a new forum I am working on.