We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

FAQ - CKEditor | Forum

ArtMedia
ArtMedia Dec 5 '16
How to add images to events content?

edit event/controllers/base.php

find class EventAddForm extends Form

and the find
$desc = new WysiwygTextarea('desc');

and change

$btnSet = array(BOL_TextFormatService::WS_BTN_IMAGE, BOL_TextFormatService::WS_BTN_VIDEO, BOL_TextFormatService::WS_BTN_HTML);
        $desc = new WysiwygTextarea('desc', $btnSet);
This topic is sticky
You do not have permission to reply this topic