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 called "project" in the Elgg core. But still it shows an error. Could anybody give any pointers on that.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In the 1.7 series the group plugin is a part of the elgg core. You cant simply change every key words for groups. YOu can try the following steps
The better option is upgrade to 1.8 (which is having a better code structure) and just do implement the four steps above in a new plguin and place it below the groups plugin and you are done. We have implemented the same for the plugin store in our site @ http://www.webgalli.com/elgg_plugins/all . |
|||
|
|