WebsiteBaker Community Forum

WebsiteBaker Support (2.12.x) => General Help & Support => Topic started by: Shefra on July 23, 2018, 07:23:04 PM

Title: HTML code disappear after saving page
Post by: Shefra on July 23, 2018, 07:23:04 PM
Hi,

i try to add some HTML tags into a page. For example <header> tag is removed from the page content after i save it. Is this a setting within the CMS? or just not supported.

WB-Version : 2.12.0
CKEditor : 4.9.2.0

Frank
Title: Re: HTML code disappear after saving page
Post by: dbs on July 23, 2018, 07:40:41 PM
Hi, this is CKeditor.
I see two ways to do such things.

1. in modules/ckeditor/include.php
Line 81, set $bWbConfigSetting = false; to true
Code: [Select]
$bWbConfigSetting = true;
OR 2. module code2
Use a code2 section. Choose HTML and write tags like ever you want.

Hope it helps.
Title: Re: HTML code disappear after saving page
Post by: Shefra on July 24, 2018, 08:14:39 PM
The change in the include files was not the solution of my issue. But i think is can do the trick with the code2 addon, thx for your help