Inserting photos in a comment works, inserting photos in a blog post does
not.

This update to config/initializers/mce_options.rb fixes it:

configatron.default_mce_options = {
  :theme => 'advanced',
  :browsers => %w{msie gecko safari},
  :cleanup_on_startup => true,
  :convert_fonts_to_spans => true,
  :theme_advanced_resizing => true,
  :theme_advanced_toolbar_location => "top",
  :theme_advanced_statusbar_location => "bottom",
  :editor_deselector => "mceNoEditor",
  :theme_advanced_resize_horizontal => false,
  :relative_urls => false,
  :theme_advanced_buttons1 => %w{bold italic underline separator justifyleft
justifycenter justifyright indent outdent separator bullist numlist
separator link unlink image media separator undo redo code},
  :theme_advanced_buttons2 => [],
  :theme_advanced_buttons3 => [],
  :plugins => %w{media inlinepopups safari curblyadvimage},
  :editor_selector => "rich_text_editor"
  }

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to