understanding the workflow of Concret5
Permalink
I just install Concret5 with the single and blank default theme.
Now, after editing the header-section with the gui-builder and put some simple "test" text into it, i couldn´t find any corresponding html-code.
I allready look with ftp + editor in every file (theme-folder) and nowhere i will found actual files (date) nor the just edited and changed text.
Could anybody tell me how Concret5 will manage his chain of responsibilities.. where i found the file with my "test" entry, its not in the themes..
thanks
Now, after editing the header-section with the gui-builder and put some simple "test" text into it, i couldn´t find any corresponding html-code.
I allready look with ftp + editor in every file (theme-folder) and nowhere i will found actual files (date) nor the just edited and changed text.
Could anybody tell me how Concret5 will manage his chain of responsibilities.. where i found the file with my "test" entry, its not in the themes..
thanks
wow - thats helps !
but, what is with design issues or functionality i have to bring up by myself...
.. therefore i have to write Concret5 conform html & php commands and putting it just in the theme folder for further installation?
but, what is with design issues or functionality i have to bring up by myself...
.. therefore i have to write Concret5 conform html & php commands and putting it just in the theme folder for further installation?
Not really sure what do you mean. I will try to explain;
You need to create a Concrete5 theme, and the theme usually has a few templates(also called page types). Browse the how-tos, there is one good tutorial on theme creation.
The templates could be various, it all depends on what type of website you are creating. Every theme must have default template, but you can also create one-column, three-column, shop, clients, you can name them how you like.
Now when in C5 you are adding a new page, you must choose a template.
You need to create a Concrete5 theme, and the theme usually has a few templates(also called page types). Browse the how-tos, there is one good tutorial on theme creation.
The templates could be various, it all depends on what type of website you are creating. Every theme must have default template, but you can also create one-column, three-column, shop, clients, you can name them how you like.
Now when in C5 you are adding a new page, you must choose a template.
ahh..ok
so it will be the best to build first themes to add content.
the reason for my question is the html5-boilerplate theme for concrete5.
It seems that i allways have to look that the concret5 gui-builder understand my code-changes for specific templates if i raise up custom themes?
so it will be the best to build first themes to add content.
the reason for my question is the html5-boilerplate theme for concrete5.
It seems that i allways have to look that the concret5 gui-builder understand my code-changes for specific templates if i raise up custom themes?
There are none, they all are stored in the database. Meaning you create a new page called "Clients", you choose a template(page type) to give your new page some looks, and it gets stored in the database.
There is no physical file called clients.php or clients.html
Hope this helps
Mirko