Plugin: BuddyPress Group Tags

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

Group Category blank and Fatal error on clicking tag (5 posts)

Started 8 months ago by: wedeem

  • Profile picture of wedeem wedeem said 8 months ago:

    When on groups/test/admin/edit-details/ the Group Category is blank. The values are there though I cant see them. Let me know if you need more info with screen short..

    Also on clicking a tag, I get: Fatal error: Call to undefined function is_site_admin() in E:Runing Programmesxampphtdocssitewp-contentpluginsbuddypress-group-tagsbp-group-tags.php on line 119

  • Profile picture of wedeem wedeem said 7 months, 2 weeks ago:

    @dwenaus seems there’s a error on line 342 – your echo’ing the cat description and not the actual cat

    Works for me
    342 <option value="<?php echo $tag; ?>" <?php if ( $tag == $selected ) echo 'selected="selected"' ?>><?php echo $tag; ?></option>

  • Profile picture of wedeem wedeem said 7 months, 2 weeks ago:

    Thinking about it, maybe a check to see if the description is empty, then use the category instead.

    @dwenaus also when you select a tag in a single groups header and are directed to ..site/groups/tag/example-tag

    the tags above the group listing don’t work any more, the ajax gif just spins? Ive tested this with a fresh install and no other plugins besides wp, bp 1.5.. and group tags.

    Let me know if I can assist you futher.

  • Profile picture of Dwenaus Dwenaus said 7 months, 2 weeks ago:

    the idea is that you would always have a description. if you want it to be identical do the tag, then just duplicate it in the admin. to fix this though, enter this line above the tag output if ( !$desc ) $desc = $tag;. i’ll add this in the next release.

  • Profile picture of wedeem wedeem said 7 months, 2 weeks ago:

    @dwenaus sorry last Q.. did you read my above post with the ajax problem?

    What happens is when you are viewing a group, and click on a tag ( below the group desc ), you will be redirected to /examplesite/groups/tag/example-tag

    The page displays the correct results though if you click on another tag ( above the group listings ), the ajax gif just spins.

    Let me know if you can’t reproduce this.