The issue is when using mobile and small laptop screens the editor takes a lot of screen space, and having just a small standard comments box is fine, then it's up to the user to toggle the edit on/off if they want it, but bcs its on as default it looks a little overwhelming to the non-tech user.
thanks for any help you can give!
Rich
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.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- rikmye@rikmye

rikmye - 0 likes
Thanks, unfortunately this a blanket disable for all mobile devices. I rather wanted longtext as default and the option to switch to rich text if required. This change works for me now. line 44 in ...ckeditor/views/default/elgg/ckeditor.js rem out the following: // if (!visual) { elggCKEditor.init(this, visual); // } else { // $(this).ckeditor(elggCKEditor.init, config); // } and change the menu text from start.php to compensate $items[] = ElggMenuItem::factory(array( 'name' => 'ckeditor_toggler', 'link_class' => 'ckeditor-toggle-editor elgg-longtext-control hidden', 'href' => "#{$id}", // 'text' => elgg_echo('ckeditor:html'), 'text' => elgg_echo('ckeditor:visual'),
You must log in to post replies.https://elgg.org/plugins/2183807