CMS MADE SIMPLE FORGE

Gallery

 

[#8121] "Use wysiwyg for comments" not working

avatar
Created By: Alex Dittrich (faglork)
Date Submitted: Tue Jul 10 10:34:31 -0400 2012

Assigned To:
Version: 1.5.3
CMSMS Version: 1.10.3
Severity: None
Resolution: Invalid
State: Closed
Summary:
"Use wysiwyg for comments" not working
Detailed Description:
"Use wysiwyg for comments" is not working. You need to change 

line 70 of action.editimage.php from

$onerow->comment_input = $this->CreateTextArea(0, $id, $file['comment'],
'filecomment', 'fake" style="height:4em;', '', '', '', '40', '4');

to

$onerow->comment_input =
$this->CreateTextArea($this->GetPreference('use_comment_wysiwyg',1), $id,
$file['comment'], 'filecomment', 'fake" style="height:4em;', '', '', '', '40',
'4');

hth,
Alex


History

Comments
avatar
Date: 2012-07-14 11:19
Posted By: Jos (josvd)

The option you refer to is called "Use a WYSIWYG editor on the Gallery comment
field:"

Maybe it is not well translated to German, but it is not ment to work for the
comment fields for images.
      
Updates

Updated: 2012-07-14 11:19
resolution_id: => 9
severity_id: 4 => 12
state: Open => Closed