-
Notifications
You must be signed in to change notification settings - Fork 66
Home
mseppae edited this page Sep 14, 2010
·
20 revisions
Welcome to the adva_cms wiki!
- Q: How can I translate adva-cms? Where can I find the locale files?
- Q: Is the template system in adva-cms operational ? How does the interface and the directory structure behind it work?
adva_cms/app/views/sections/show.html.erbwith a theme template named:
templates/sections/show.html.erbThe “templates” segment of this path will be prepended automatically based on the extension if it’s not present.
- Q: Once I login in my admin panel I’m editing the “site-1”, but I cannot find any interface to configure multiple sites?
Site.multi_sites_enabled = true
- Q: How do I enable the FCKeditor on adva-cms?
rake adva:install plugins=‘adva_fckeditor’Just add “Fckeditor.load!” in your initializer after the installation and you are done.
- Q: Adva-forum does not show up in the section creation page, why is that?
# config.to_prepare do # Section.register_type 'Forum' # end
- Note: Make sure you have adva_cells plugin installed (“rake adva:install plugins=adva_cells”)
- Q: What is a content cell and how do I use content cell in my content?
- Q: How do I use contact mailer cell?