Is there a list of all of the config/site.php variables you can use?
Permalink
I just saw this thread (http://www.concrete5.org/community/forums/customizing_c5/user_passw... ) about setting the maximum/minimum characters for user passwords... and realized that I didn't even know you could control that... which led me to wondering what ELSE you can control with site.php configuration parameters.
In searching through the forums, I've found this link that lists quite a few: http://www.weblicating.com/c5/site-php/...
And I know that with v5.5.x you can use some of the White Labeling parameters to control the behaviour and appearance of the Dashboard, etc: http://www.concrete5.org/documentation/how-tos/developers/white-lab...
Is there anything else that can be controlled through defining site.php file parameters? Or are there any other lists out there already?
Thanks,
- John
In searching through the forums, I've found this link that lists quite a few: http://www.weblicating.com/c5/site-php/...
And I know that with v5.5.x you can use some of the White Labeling parameters to control the behaviour and appearance of the Dashboard, etc: http://www.concrete5.org/documentation/how-tos/developers/white-lab...
Is there anything else that can be controlled through defining site.php file parameters? Or are there any other lists out there already?
Thanks,
- John
you can check in root/concrete/config/base.php, almost all of the useful ones are defined there. Just copy them to root/config/site.php and then change em.
no where I know of online(that first link is very good though), but there are long list of those constants in the /root/concrete/config/ folder, some which can be defined others that are just set.
base.php, base_pre.php, localization.php
Regards
Sean
base.php, base_pre.php, localization.php
Regards
Sean
and app.php
Cool! Thanks, guys! I'll start inspecting those files to see what other settings/variables can be configured.
Appreciate the pointers! Didn't know where to begin looking in the code.
- John
Appreciate the pointers! Didn't know where to begin looking in the code.
- John
In v5.7 and up, you can find these in root/concrete/config/concrete.php but I believe the format needs to be changed slightly to override in your own application/config/concrete.php file. I found this very helpful (then adapted for the Sitemap pagination limit setting):
https://documentation.concrete5.org/tutorials/how-change-marketplace...
https://documentation.concrete5.org/tutorials/how-change-marketplace...