View Single Post
Old 05-09-2018, 03:30 AM   #1636
cgronier
Member
cgronier began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2018
Location: Paris area
Device: Kobo H2O , Calibre on Mac OS, COPS on QNAP TS451A, eBook Search on iOS
Mariosipad

Quote:
Originally Posted by mariosipad View Post
1a - COPS is language localized. Collections is french for series.
If you want to use “series” in cops you can:
- change the language of your device to english, or
- change the french language file in the /lang directory, or
- use the command at the bottom of the config_local.php file and use the english language (never tried it).
Thanks for the hint.
I modified the original French language file and created a copy (so the maintenance of future releases will be easier).
I added the $config['cops_language'] parameter in config_local.php.
NOTE : the syntax of this parameter is the language code. I.E. the xxx part of "Localization_xxx.json"
Si in my case it's $config['cops_language'] = "frCHG" because the file name of my personal language file is "Localization_frCHG.json"

Quote:
Originally Posted by mariosipad View Post
1b - config_default.php should not be changed fron the default.
Any changes in the parameters should be placed in config_local.php.
I always copy config_default.php to config_local.php and then change options in the config_local.php file. You can leave out any not changed line out of config_Local.php.
COPS first reads config_default.php and then config_local.php.
Thanks for the info.
I cleaned up my settings, put all the parameters in config_local.php and set back config_default.php to it's original settings.

Quote:
Originally Posted by mariosipad View Post
1c - for AuthGroupFile /dev/null to work you need to enable the module authz_groupfile (with a2enmod authz_groupfile in debian/ubuntu/apache. I do not know if this works on a QNAP)
This is beyond my confort zone !
I don't know how to access the Apache settings on a Qnap with the standard tools.
I will leave it as it is. It works. I just hope the security is the same without this parameter active.

I now hope someone will have a look at my custom column issue
Tanks in advance to the experts !
cgronier is offline   Reply With Quote