-
willcast posted a new activity comment 13 years, 11 months ago
Hello Tolden… Sorry for the delay…
To solve it, please find line 20 in that file. It will show you a block like this one:
foreach ($options[‘config’] as $option => $value) {
if ($value != ”) {
if ($value == ‘true’) {
$CKEditor->config[$option] = true;
} elseif ($value ==’false’)…[Read more] -
willcast posted a new activity comment 13 years, 11 months ago
Hello,
Sure thing. I’m struggling with a way to save the content of the updates… It seems that they work a bit different than the forums (they perform an ajax call).
Sorry for the delay.
-
willcast started the forum topic Allowing more HTML in group forums/topics in the group How-To and Troubleshooting: 13 years, 11 months ago
Hello, I’m trying to create a plugin that allows my users to use almost any HTML tags they want (using CKEditor). The problem is that even when the entered code is saved and retrieved correctly from the database, most HTML tags are stripped out before they are showed so I think some filter must be […]
-
willcast joined the group How-To and Troubleshooting 13 years, 11 months ago
@willcast
Not recently active
fixed according to your advice. many thanks!