Hi,
one thing bothers me: the repetition of some settings in config.inc.php and in themes/themename/colors.inc.php.
For example, I was trying to set $cfg['SQP']['fmtType'] to 'none'. My first reflex was to change the setting in config.inc.php, however this is not the one that is used, it's the one under the active theme!
I smell some confusion coming...
Should we remove all of these repeated settings from config.inc.php, with a comment there pointing to /themes?
We would have to update the doc about this, and possibly libraries/config_import.lib.php.
Marc
On 17.06.2004 13:08 -0400, Marc Delisle wrote:
one thing bothers me: the repetition of some settings in config.inc.php and in themes/themename/colors.inc.php.
For example, I was trying to set $cfg['SQP']['fmtType'] to 'none'. My first reflex was to change the setting in config.inc.php, however this is not the one that is used, it's the one under the active theme!
Simmilar situation: I have disabled highlighting in left frame in config, what works with original theme, but not in the new one...
I smell some confusion coming...
Should we remove all of these repeated settings from config.inc.php, with a comment there pointing to /themes?
Should we keep basic behaviour settings inside config? Like how will be displayed queries, enabled/disabled highlighting, etc... But it makes no sense to set there colors.