I need a module 'recipes' which contains categories, recipes under each category, favorite recipe, and recent recipes.
Is there any relevant module, which work in similar hirarichy? or any other work flow help would be very appriciated.
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.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Mark Bridges@MisterBridges

Mark Bridges - 0 likes
- Ali@ali_pk

Ali - 0 likes
You must log in to post replies.There are no ready to use plugins for recipes. But you can use the blog plugin (just edit the language files) with the categories plugin for a recipes site. If you want to be more specific and to have nice url's then develop a plugin for recipes alone. Its not a difficult thing. You can use the blog plugin as a demo and http://docs.elgg.org as a guide. If you dont want to waste your time on it, you can hire a dev for developing it.
You could use Edifice if you just want a system of categories, sub-categories, sub-sub-categories etc
http://community.elgg.org/pg/plugins/project/694187/developer/ihayredinov/edifice
If I use blog module and customize it for recipes then I need a functionality to mark as favorite recipes. how favorite marking functionality can be added in to the blog module.