Hi all, In response to James' request, I finally got around to starting a Rails Guides-style project for CE. It's at:
http://github.com/bborn/communityengine-guides You can clone the repository and see what I've got far (basically just the install instructions). I'm modeling this after the Rails Guides and Spree Guides (http://spreecommerce.com/documentation/), but I'm going to need a lot of help flushing it out. I've added some stub pages that I think are important, but I'm open to adding more areas of documentation as needed. Thanks! Bruno On Tue, May 11, 2010 at 6:39 PM, james <[email protected]> wrote: > Thanks Bruno, it worked a treat! > > Also, thanks for creating this great project. I'd like to contribute > to the documentation. What is the best way to do this? > > Cheers. > > On May 12, 12:35 am, Bruno Bornsztein <[email protected]> > wrote: > > Just add the class 'mceNoEditor' to any textareas you don't want > converted > > to rich text editors (you'll need to override the events/edit and > events/new > > views) > > > > > > > > On Mon, May 10, 2010 at 9:59 PM, james <[email protected]> wrote: > > > Hi All, > > > > > I am trying to turn off TinyMCE for events (without modifying the base > > > code), but so far have failed. Firstly I tried removing > > > > > :class => "rich_text_editor" > > > > > from the new and edit views. That did not work. Then I tried > > > overriding the default events controller behaviour by including the > > > following in my own events controller: > > > > > uses_tiny_mce(:only => [ ]) do > > > AppConfig.default_mce_options > > > end > > > > > Which did nothing, so I tried: > > > uses_tiny_mce(:except => [:new, :create, :edit, :update, :clone ]) do > > > AppConfig.default_mce_options > > > end > > > > > Which also did not have the desired effect. > > > > > Is there a way to turn off the TinyMCE plugin for events without > > > modifying the base code? > > > > > Thanks! > > > > > -- > > > 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]<communityengine%[email protected]> > <communityengine%[email protected]<communityengine%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/communityengine?hl=en. > > > > -- > > 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]<communityengine%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/communityengine?hl=en. > > -- > 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]<communityengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/communityengine?hl=en. > > -- 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.
