Wrong URL to download page. Correct URL is https://elgg.org/about/download
Great work! Thanks for efforts!
Menu builder for custom menu items.
Add a new menu name 'footer' and create your links.
Note: this will override existing links so you'll have to recreate them.
+ Static for pages
Nikolai, thanks for the links. Will upload Menu Builder and test it. Is Static the same as the built in pages for Elgg? Not sure I understand the difference.
Never mind about Static. I figured out it is different from the core pages in Elgg. Just need to tweak it to allow more than two options for access permissions.
The upgrade process for Elgg depends on how your current installation was set up.
If you installed Elgg using Composer, you should follow the official Composer-based upgrade guide. In general, the steps are:
Back up your database and the entire project directory.
Update your composer.json to require the newer Elgg version.
Run composer update.
After updating, log in to your site and run the upgrade script (usually via /upgrade).
If your installation was done by downloading and extracting the archive (non-Composer method), then the process is slightly different:
Back up your database and all files (especially the data directory and elgg-config settings).
Replace the core Elgg files with the new version, but don't overwrite your data directory or configuration files.
Visit /upgrade in your browser to run the upgrade process.
Also, please note that Elgg has specific upgrade rules between versions:
You can upgrade from any minor version to a higher minor version within the same major version.
To move to the next major version, you must first be on the latest minor release of the previous major version.
Once on certain baseline versions, you may upgrade further without stepping through every minor version.
In your case, this means you should not jump directly from 5.1.0 to the latest version.
Instead, you should:
First upgrade from 5.1.0 to the latest 6.x release (for example, 6.3.7).
Then upgrade to the next major version (for example, 7.0.4 or later stable release).
Make sure to create backups before and after each upgrade step.
Also, don't forget that 3rd-party plugins must be updated as well, ensuring compatibility with each Elgg version you install.
Finally, it is worth checking previously discussed topics (1, 2, 3), as many upgrade scenarios and issues have already been covered there.
Thanks
I have been able to uptate to 6.3.7 using composer....
I had to remove many apps and reinstall, to get rid of errors...
i have also sent an email regarding some custom plugins...
Best Wishes
Arindam
First of having 2 count queries shouldn't be that heavy on the database (even with 100's of concurrent users).
But if you want to you can listen to some events to manipulate the values:
See https://learn.elgg.org/en/stable/guides/events-list.html#relationship-events
You can then store those values as metadata with the user.
If you then need a ajax view to (re)load the values look at https://learn.elgg.org/en/stable/guides/ajax.html
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.