[SOLVED] Editable area styling options

Ask for help or provide support to other members.
Post Reply
wywolywowywowuje
Posts: 1
Joined: Sat Jan 25, 2020 2:17 am

[SOLVED] Editable area styling options

Post 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.
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Editable area styling options

Post 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.
Post Reply