Making a settings page
Permalink
Hey guys im hacking around concrete5 started to love it
I was wondering if thier is a build in function to make settings in the backend - like if i make a theme and wanna make settings for that theme like a color picker for colors can i make a page in the backend function to bind front and backend and do such stuff or is this a pure php and sql solution that i need
I was wondering if thier is a build in function to make settings in the backend - like if i make a theme and wanna make settings for that theme like a color picker for colors can i make a page in the backend function to bind front and backend and do such stuff or is this a pure php and sql solution that i need

If you navigate to Dashboard > Themes, and click "customize" for an installed theme you will see the settings available. Within the code for the theme these settings can be implemented. Take a look inside the css files for the theme ;)
Maybe this would help
www.www.concrete5.org/documentation/developers/pages/configurable-th...
www.www.concrete5.org/documentation/developers/pages/configurable-th...