Hello,
I have added the two suggested lines of code to enable Site-Wide Categories to work in the "Groups" plugin. Everything appears to be working correctly: Categories are displayed and saved. However, I cannot seem to enable the category search to recognize the Group as being categorized. The search picks up Pages and Blogs, just not the Groups.
Any advice? Thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Eric Schilling@speakkVisually

Eric Schilling - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Eric Schilling@speakkVisually

Eric Schilling - 0 likes

- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Eric Schilling@speakkVisually

Eric Schilling - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Eric Schilling@speakkVisually

Eric Schilling - 0 likes
You must log in to post replies.It may be something to do with the object?
Did you cannt seem your categorized Groups on Categories list page or you cannt seem category' attribute in Groups subtext on Search page like
?
Any way add in views\default\group\default.php
Then display it for non-full viewing in subtile section:
BTW, see on https://github.com/Elgg/community_groups
Thank you again, RvR :) It now shows the category in the subtitle. When I click the category, I am taken to this page http://www.oyeahub.com/e/categories/list?category=Health+%26amp%3B+Wellness. It is a "list?" search page.
However, the group doesn't display on this page. It shows no results for the tag.
It's a categories' list page.
Try to add in categories\pages\categories\listing.php :
No luck. I cannot seem have the group show on the list page. Wish it was easier.
I haven't looked at it, but I believe the code for categories only targets objects, so even if you put the categories input on the group edit page the categories inputs won't be saved... you'll need to add hooks for group create/update to attach the categories metadata
@Eric Schilling Works with it:
Bravo, RvR! It works!