Added Group Custom Layout
View Matt Beckett's plugins
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.
Hi Matt i can use this on 1.81b but it doesn't cover all my plugins, how can i add these extra plugins
@waynaldo - Copy the entries from the language files of those plugins into the languages/en.php file of rename_groups. Then replace the words "group", "Group", "groups", "Groups" with the variables. You should be able to see the pattern by looking at the rest of en.php.
will this also change the url?
No, the url can't be changed.
Thanks Matt i will try
@Matt - Used this on 1.8.1 but the Admin page only offers the two uppercase (Groups, Group) plural and singular input boxes, subsequently groups and group are unchanged. What do I need to do to make it work?
@Burgs - if you look on the screenshot you'll see that there is only supposed to be 2 input boxes per translation - Singular and Plural. The uppercase/lowercase is handled programmatically.
I haven't tested this in 1.8 so I don't know offhand what you need to make it work, though if I remember rightly it's simple enough that it should work fine. Some language strings may need to be updated in en.php, that's about it.
@Matt - Sorry my fault, I knew there was more than just 2 input boxes, it's only showing me the EN language input boxes, the FR & IT are absent. Will check language file.
@Burgs - it only ships with an english language file, as I'm unfortunately monolingual. I just built the capacity to handle other languages if someone wants to supply other language files.
@Matt - Thanks for the plugin.
I updated the plugin code, that it will work without deprecated warnings on Elgg 1.8.3, where should i upload the updated code?
Did you upload it?
Hello, I need help please;
I changed the IP address of the elgg server, the url of my elgg site became unreacheable; what are the files to update and change the old IP by the new.
Thanks in Advance
@vpn_31 maybe not the best place you have selected for asking this as it has nothing to do with this plugin but is rather a general Elgg question. Read http://learn.elgg.org/en/stable/admin/duplicate-installation.html#database-entries to learn what you need to change. It's not something you need to change in files (except you might have to check .htaccess in case you have some custom rewrite rules containing your domain name) but rather you might have to update some database entries.
But if you have only changed the IP address but not the domain name you most likely don't have to change anything at all. In this case you would only have to wait until the new IP got propagated to the DNS servers resolving the relationship between IP and domain name. This can take a few days in the worst case.