Hello! Good afternoon everyone.
Looking for a way to separate the content of my site into categories, as is the downloads section of the site.
Can you suggest a plugin?
Sorry my bad english.
XD
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.
- Team Webgalli@webgalli
Team Webgalli - 0 likes
- gastre@gastre
gastre - 0 likes
- ihayredinov@ihayredinov
ihayredinov - 0 likes
- gastre@gastre
gastre - 0 likes
You must log in to post replies.Categories plugin is coming with elgg core package available at http://elgg.org/download.php
hello, and for separate the groups in categories?
You can add this to group create page:
echo elgg_view('categories', $vars);
You can then display groups in a certain category by:
elgg_view('categories/list', array('baseurl' => $CONFIG->wwwroot . 'pg/categories/list/?subtype=groups'.$context.'&owner_guid='.$page_owner->guid.'&category='));
Thanks Ihayredinov
Where is the page where I add this?
Regards.