Forum

Thread tagged as: Question

Installing CKEditor

Hello,

I'm trying to install CKEditor. I've unzipped the files and placed them at addons/plugins/editors/ckeditor. My template is below:

                <div class="col-sm-6">
                    <div class="card">
                        <div class="card-body">
                            <h5 class="card-title"><perch:content id="office_name" type="text" label="Office name" title="true" required></h5>
                            <p class="card-text office"><perch:content id="office_details" type="textarea" label="Office details" editor="ckeditor" html=“true”></p>
                        </div>
                    </div>
                </div>

When I go into the Perch panel, CKEditor isn't showing up. Do I need to add CKEditor to my apps file or something? I was referencing the documentation (https://docs.grabaperch.com/addons/plugins/installing/) and have followed the steps listed.

Thank you in advance for your assistance, Trevor Brandt

Perch: 3.1.1, PHP: 7.2.6, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $, with PDO
Server OS: Linux, fpm-fcgi
Installed apps: content (3.1.1), assets (3.1.1), categories (3.1.1)
App runtimes: <?php $apps_list = [ ];
PERCH_LOGINPATH: /perch
PERCH_PATH: /var/www/vhosts/gobesttransit.com/httpdocs/perch
PERCH_CORE: /var/www/vhosts/gobesttransit.com/httpdocs/perch/core
PERCH_RESFILEPATH: /var/www/vhosts/gobesttransit.com/httpdocs/perch/resources
Image manipulation: GD Imagick
PHP limits: Max upload 2M, Max POST 8M, Memory: 128M, Total max file upload: 2M
F1: 3b606135b33e6a102526838f4152a807
Resource folder writeable: Yes
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
REQUEST_URI: /perch/core/settings/diagnostics/
DOCUMENT_ROOT: /var/www/vhosts/gobesttransit.com/httpdocs
HTTP_HOST: gobesttransit.com
Trevor Brandt

Trevor Brandt 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Where did you download it from?

The addons section of Perch.

Drew McLellan

Drew McLellan 2638 points
Perch Support

That's all you need to do then.

Do you get any errors in the browser console?