Tagged Questions
0
votes
0answers
84 views
Plugin in Elgg wouldn't work
I am pretty much new to Elgg. For the learning purposes I decided to implement a ratings plugin learning from the current likes plugin. My problem is it doesn't call my function with the plugin hook ...
0
votes
1answer
88 views
How do the action of elgg in out of plugins
I'm new to elgg, i want to create a action of the submit in out of the plugins,the current page is
In code
<input type="submit" name="submit" action="<?php echo site_url ...
0
votes
1answer
185 views
elgg plugin URL change
I have a plugin names "Groups" whose URL has to be changed to "Projects" in Elgg 1.7.15.. I have changed every "group" keyword to "project" and also the folder names. I included a separate package ...
0
votes
1answer
847 views
How can I create a new custom page with my own content in Elgg
I would like to create a new page in Elgg where I can put my own content. I would like to have there all the default menus, etc. but with empty space where I can put my code. I would like to have a ...