One question still, though: Is it possible to install additional CKEditor features, like the TOC feature for example?
Yes, you can enable different features of CKeditor on the settings page.
Some features (like TOC) may not be available because they're paid plugins. Elgg comes with the full CKEditor 5 editor with all the free plugins.
Usually we use this class constructor:
class MyObject extends \ElggObject {
const SUBTYPE = 'my_object';
protected function initializeAttributes() {
parent::initializeAttributes();
$this->attributes['subtype'] = self::SUBTYPE;
}
}
Yes, i have this class constructor. "ElggCoaching" with subtype as "coaching"
Rohit,
It looks like you did everything correct.
You mentioned that your plugin is still disabled, that is why you get the warning. The system can't find your custom class. Once you plugin is active it should go away.
However, I believe I may also need to migrate existing river items, because even though the updated class is
ElggCoaching, the entities are still being treated asElggObjectinstead of the new class.
No need, once you activate your plugin the system will handle this. (There is no reference in the river table to an Entity class).
Your website isn't working for me (location: Germany).
And as far as I remember, your site was full of spam content, numerous bot registrations, fake accounts, etc.
In this case, your database simply can't handle the volume of requests.
Some tips:
- Install spam protection
- Manually delete all spam content and fake accounts (this is best)
I can give you recommendations on database optimization, but I'm not sure you've the best hosting for this.
As far as I remember, you're still on shared hosting.
But in any case, I'm ready to help you solve your problem.
No , I am on Cloud Hosting .
My webhost is telling me to upgrade to Managed VPS Server then VM4 Server along with control panel will be suggested. Will it solve my problem . Please tell me ASAP . It is very urgent . URL : https://safalaya.com/
©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.