As a Joomla 3 user (not developer) I harnessed the power of opensource and all was easy to change but, that is not what I am finding with Elgg. Just to make simple adjustments to width or color changes, I see people being informed they "should create a custom plugin for that". I assume this is a way to get more plugins developed by knowledgeable coders as well limit support to non coders like myself. I also saw one developer wants $1,000 for this complete Elgg them solution.
I am stuck on Elgg version 5.2.1 since Hostgator does not provide MySql 8 that is needed for Elgg 6.2
With that said, I am very impressed by how easy Elgg 5 is in installing and configuring available plugins. Creating custom pages and groups, etc with the enhancement of CKeditor html code inclusion. As someone whom is very old with failing health, I don't have it in me to become a full blown php / javascript developer just to make minor changes to Elgg. If you have read this far, I Thank You as there is a point to my rambling.
I have 2 questions:
1. Are Elgg Version 5 plug-ins contained on a website somewhere off of github for download once they are de-predicated by developers ?
2. Why no iframe in CKeditor by default ? (Really ?) I can manually upgrade myself the CKeditor toolbar options to include <iframe src="..." /><iframe> but, I see that Elgg considers "iframes" as a security risk. There are many sites who will not load pages to an embeded or iframe on a remote website like Facebook and Rumble (them providing security for their systems) but, Millions of websites allow embedded inclusion using "iframes". Is it because of the code that is parsed by Composer to a remote server for each Elgg build ?
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.
- Robert Cooper@offternet

Robert Cooper - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- by inserting iframe code into Source Code in the full editor
- by inserting a link in the simple editor
- Robert Cooper@offternet

Robert Cooper - 0 likes
You must log in to post replies.Update: I am using Elgg version 5.1 (not 5.2.1 - silly me).
1. Basically, all plugins are available on GitHub. On our channel, we regularly publish posts about all known plugins, both free and paid.
2. Because htmLawed library. You can use Elgg Hooks for full editor (e.g. in blogs, pages) and oEmbed for simple editor (e.g. in comments, discussions).
iFrames work:
Recently discussed in this chat.
I feel so dumb..... I did not interpret the down arrow on elgg.org plugin list above book where as a download link but, thanks to you, I know now.
Hooks, I first saw this mentioned in forum groups and I assumed it was a coding plugin. Now I will be able to add my Header Keywords as well.
Thanks !!!!