Page 1 of 1

[SOLVED] Editable area styling options

Posted: Sat Jan 25, 2020 12:34 pm
by wywolywowywowuje
Hi, First of all am very pleased with this wonderful system.

So far am testing locally and have one question.

When using demo, in every editable area, there is a bar at the top
with styling options, like font size, add image, bold, italic, underline ...

Is it available only in demo, or am missing something ?

My local configuration:
WonderCMS 3.0.4
Wamp 3.2.0 64bit
Apache 2.4.41
PHP 7.4.0
SSL, Rewrite, Curl, MbString, Zip all enbled.

So far only tried to add one plugin, addition_contents (which doesnt work so far),
on line 48 in default addition_contents.php:

Code: Select all

$page = wCMS::$currentPage;
gives error: Access to undeclared static property: Wcms::$currentPage.

EDIT
My problem was that didnt installed addition_contents plugin through settings panel,
but manually created directory and copied all files.

Re: Editable area styling options

Posted: Mon Jan 27, 2020 2:21 pm
by wiz
It seems the issue was using an incompatible plugin used. Example: you used 2.7.0 plugin with WonderCMS 3.0.0, which is a different codebase.

Thanks for posting the solution to your issue. Marking thread as solved.