Re: [CommunityEngine] Editing CommunityEngine?

2014-03-13 Thread Dan Coutu
Jeremias, here is the process that I use to customize the views: First you should understand that you can provide your own CSS style file in app/assets/stylesheets/styles.css.erb in order to specify style changes such as different text fonts.

[CommunityEngine] Re: Editing CommunityEngine?

2014-03-13 Thread Jeremias Santos
Got it. I have an index page and wish to change the index of CommunityEngine, then I do creating a file in my installation in app / views / layout / index.html.erb? How to know the fields eg login and password to connect to the controller? Would I download CommunityEngine project and then

Re: [CommunityEngine] Re: Editing CommunityEngine?

2014-03-13 Thread Dan Coutu
The default layout file would be app/views/layouts/application.html.haml (or you could use app/views/layouts/application.html.erb if you prefer). The form field names are dictated by the database schema. After doing a database migration you will have a