Hey,
Is it enough to follow this tutorial to get a simple plugin which saves a "title" and "description" information installed? http://docs.elgg.org/wiki/Tutorials/Blog
It doesn't look like it as I have followed the steps and enabled the plugin but
1. it isn't available through the Tools menu
2. even accessing it like in the url such as ".../pg/plugin/<myuser>" is forwarding me to the dashboard.
How can I get going with this plugin development?
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.
- Liran Tal@liri2

Liran Tal - 0 likes
You must log in to post replies.Answering myself regarding point 1 - I see that it's possible to add it to the Tools menu via the add_menu() function where I specified the url to be "$CONFIG->wwwroot . "pg/plugin/" . $_SESSION['user']->username
Still, accessing it results in a redirection to the dashboard page.