The tooltips for config are put as
Code: Select all
$plugin_tx['plugin']['cf_function']="...string..."
Code: Select all
$plugin_tx['plugin']['hlp_function']="...string..."
Code: Select all
$plugin_tx['plugin']['cf_function']="...string..."
Code: Select all
$plugin_tx['plugin']['hlp_function']="...string..."
As far as I know, this function does not "yet" exist in CMSimple_XH.Tata wrote: ↑Thu Jan 25, 2024 8:06 pmIt would be nice to have alsoSometime wrongly written language string may break the whole website. This way at least the warning or advises{examples could be provided.Code: Select all
$plugin_tx['plugin']['hlp_function']="...string..."
More than the labels in config, I meant hints/warnings right in the language files, as to what shall/must not be put into the language strings.
Both are not possible, as of now.Tata wrote: ↑Sat Jan 27, 2024 9:41 amMore than the labels in config, I meant hints/warnings right in the language files, as to what shall/must not be put into the language strings.
This could be put though directly into the string fields as a placeholder (but the hint/warning written in the filed is definitely gone after the string is written into the field / or there should be somewhere given a test / e.g.: if a string is empty drop the placeholder back).
E.g.:
What is the proper date format, what character must never be used, how to use numbers, variables, interpunction etc.
Also I am looking for the way of putting a calendar option into the config.php - ideally via the metaconfig.php.