Plugin: BuddyPress Group Tags

Join this plugin group to follow comments, support topics and reviews.

update for WP 3.0 coming very soon (5 posts)

Started 1 year, 10 months ago by: Dwenaus

  • Profile picture of Dwenaus Dwenaus said 1 year, 10 months ago:

    update for WP 3.0 coming very soon

  • Profile picture of Anton Anton said 1 year, 10 months ago:

    Excellent

  • Profile picture of Anton Anton said 1 year, 10 months ago:

    If a group is hidden, can the tags for that group be disabled on the tag cloud?

  • Profile picture of nit3watch nit3watch said 1 year, 9 months ago:

    @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.

  • Profile picture of lenasterg lenasterg said 1 year, 8 months ago:

    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'));