2013-07-03, 19:25:42
Hello,
i´ve use the CKEditor which are standard inside the CMS.
Only i modify that i have more options like this:
but if i now add a picture inside my content page i´ve got a big red "X"
so the first selected picture which are located at /uploads/ are not shown
inside my content.
Why that somebody has the same failure ?
Hope somebody can help me.
best regards,
PHPman
i´ve use the CKEditor which are standard inside the CMS.
Only i modify that i have more options like this:
Code:
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL',"
['Cut','Copy','Paste','PasteFromWord','-','Undo','Redo','Find','Replace','-','SelectAll'],
['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'],
'/',
['Styles','Format','Font','FontSize']
");
but if i now add a picture inside my content page i´ve got a big red "X"
so the first selected picture which are located at /uploads/ are not shown
inside my content.
Why that somebody has the same failure ?
Hope somebody can help me.
best regards,
PHPman