Hi,
I have seen a method to read config value and apply settings according to it:
Like in the "viewtopic.php?p=64526#p64526" post's "/right_sidebar_wide=right_sidebar_wide==325?1000:325".
But how to do that as a formula, preprocessor, search function?
I thought there would be a "get_config()" type method for formula, preprocessor, search function but found none.
A "get_config()" method for formulas, preprocessors, search functions, would be nice.
I also suggest, if "get_config()" ever implemented, it will be preferable, if it reads the active config that is already stored in the memory and not from the hard-disk; so that, "get_config()" gets the most updated configs and works fastest too.
Thank you.
How to get config value as a formula, preprocessor, search function?
Re: How to get config value as a formula, preprocessor, search function?
The preprocessor has:
[get-setting:setting-name]
For example:
[get-setting:last_export_filename]
=>
C:\Users\user\Desktop\Control Panel.efu
I will consider a get_setting() formula function.
Thank you for the suggestion.
[get-setting:setting-name]
For example:
[get-setting:last_export_filename]
=>
C:\Users\user\Desktop\Control Panel.efu
I will consider a get_setting() formula function.
Thank you for the suggestion.