Skip to:
Content
Pages
Categories
Search
Top
Bottom

Is there a topics tags cloud widget?

  • I’m not sure if there is a bug in my bbPress installation (running bbPress 2.0 beta 2) or it is not included.

    If not, what’s the easiest way of adding a tag cloud for topics?

Viewing 5 replies - 1 through 5 (of 5 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    Oversight. It used to work as part of the WordPress Tag Cloud widget, but that behavior may have changed.

    Will fix for 2.0.


    Steve D
    Participant

    @steadwell

    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


    Steve D
    Participant

    @steadwell

    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.


    roshansachan
    Participant

    @roshansachan

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar