Plugin: BuddyPress Group Tags

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

Get tags to be visible at all times (6 posts)

Started 1 year, 5 months ago by: linusf

  • Profile picture of linusf linusf said 1 year, 5 months ago:

    @dwenaus

    For some reason I cannot get the javascript to show the tags. How do I revert the addon to show tags at all times?

  • Profile picture of paulmontwill paulmontwill said 1 year, 5 months ago:

    Very easy – in bg-group-tags.php:

    CHANGE LINE 191 to:
    echo wp_generate_tag_cloud( gtags_make_tags(), $gtags_args );
    REMOVE LINE 192

  • Profile picture of linusf linusf said 1 year, 5 months ago:

    @paulmontwill
    great news, thanks, i will try it asap.

  • Profile picture of paulmontwill paulmontwill said 1 year, 5 months ago:

    @linusf one modification – to make Ajax work, the line 191 should be
    echo <div class="gtags">wp_generate_tag_cloud( gtags_make_tags(), $gtags_args )</div>

  • Profile picture of linusf linusf said 1 year, 4 months ago:

    @paulmontwill

    I opted to go for the first solution presentetd and it works like a charm, thanks a million!

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

    this will be fixed in the new release. the tag cloud will be visible by default, and you can change the settings in the wordpress admin.