Closed (fixed)
Project:
Rotor Banner
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2011 at 11:19 UTC
Updated:
17 May 2011 at 21:11 UTC
When changing the body format from plain text to full html with wysiwyg the text area doesn't change.
I've applied this changes in rotor.module and it works
//add wysiwyg to $form['body_filter']['body'] array
'#wysiwyg' => TRUE,
);
//and change
//$form['body_filter']['filter'] = filter_form($node->format);
$form['body_filter']['format'] = filter_form($node->format);
In rotor_form function
Comments
Comment #1
mrfelton commentedThis is resolved in git. Thanks.