View Jeroen Dalsem'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.
My brother, I like bcp your plugins, but I see this last time that you don't develop the plugin 1.8 anymore.
For me OPEN SOURCE ELGG 1.8 is better by report 1.9
If you make the plugin 1.9, don't also forget to think about to make grandma to the plugin 1.8
Ns also has need to have CKEditor Extended heart Elgg 1.8
Why is 1.8 better then 1.9?
Anyway, we should go forward instead of making plugins for old versions.
Elgg 1.8 does not have CKEditor, so no need to have this plugin for 1.8. In 1.8 there is an alternative plugin called tinymce_extended.
When we release a new version of a plugin that requires a "new" version of Elgg. We will only add new features on top of that release. That means we do not add features to older versions of our plugin. That will only happen if it is specifically funded.
It is a good plan to update your community to benefit from various improvements in Elgg. Our plugins also try to use the latest features of Elgg core and can therefore not be used on older version of Elgg.
Did I already shelter on line Elgg 1.8 and do my users already use it, how do have to me to make to put elgg 1.8 in Elgg 1.9? please help me SVP
For upgrade advice please look here in the docs: http://learn.elgg.org/en/1.9/admin/upgrading.html
or seek help in this group: https://community.elgg.org/groups/profile/211069/feedback-and-planning
Thanks a lot My brother Jeroen Dalsem for link
Hello, It is necessary for the user to have a way to delete obsolete images to not take up unnecessary space on the hosting server. Nice work.
Getting following error, even I've alraedy activated CKEditor 1.9:
Could not activate CKEditor Extended. Error: Missing dependencies.
It should say which other requirements are missing.
is it after ckeditor?
do you have elgg 1.9?
Thank you for this plugin, would it be possible to see how far this can be configured with the plugins? I have tried adding
but these do not seem to work, yet some others do like
, [ 'Styles', 'Format']
This is what I have so far
Everything works in there except 'Font', 'FontSize'
The Elgg settings are in a different structure to what is shown in config.js on their website so I am pretty sure I am doing something wrong...
Cheers
Steve
I Have the same problem Steve has: I can´t add [ 'TextColor', 'BGColor' ].
Thanks!
The set of available features provided by the default ckeditor plugin is very limit. This plugin allows only to edit the config, but does not provide the full feature set. I requested that Elgg should provide the full feature set on github.
https://github.com/Elgg/Elgg/issues/7574
Hello,
I'm having absolutely no luck at getting this to work. I installed and activated the plugin. I edited the toolbar line and added mediaembed to it.
I've also added a number of html tags.
If I edit the html code I can include an iframe for a Google map or embed a youtube video but the button never appears on the toolbar to embed an item. Can anyone tell me what I'm doing wrong that I can't get this to work?
Thanks
Dan
Wow, thank you for making CKEditor usable. I need a short break from TinyMCE.
I removed resize and tabletools from the removePlugins. Tabletools is a very useful tool.
The image upload function is suberb. However where do the pictures go? It would be nice if there would be some easy way to delete them.
Edit: found them in the data folder though a normal user doesn't seem to be able to delete their pictures...
I stumbled on a problem with Elgg 1.11. The
won't remove the contextmenu anymore! Neither does the tabletools go away. However the removal of the resize plugin works as supposed. The removal of contextmenu worked just fine with me in 10.5
It is impossible to correct spelling mistakes with a browsers spell checker with the un-removable contextmenu.
To add mediaembed to the toolbar just go to settings of CKEditor extended plugin and add this settings:
As you can see, there is a new line
And also in the toolbar properties a mediaembed label.
Hope this helps
Hello,
How can I manipulate text in CKEditor? For example, I want to automatically replace a string with another, when the first string is inserted by the user (e.g. replace a string with a link)
Thank you
@giancle there is nothing in this plugin that will help you with that. Maybe ckeditor has its own plugins that can be of assistance.