@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="” >`
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.
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.
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.
@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.