Skip to content
mseppae edited this page Sep 14, 2010 · 20 revisions

Welcome to the adva_cms wiki!

FAQ

  • Q: How do I enable the FCKeditor on adva-cms?
A: Just add “FCKeditor.load!” in your initializer.
  • Q: Adva-forum does not show up in the section creation page, why is that?
A: Adva-forum is currently disabled because we are not actively working on that part and the forum is still on experimental state and has some known problems in it. If you want to have it you can edit the init.rb file found in engines/adva_forum and uncomment following lines:
  # config.to_prepare do
  #   Section.register_type 'Forum'
  # end
Clone this wiki locally