Horus68
Horus68
@jmgant > side note... is there a trick to having COPS deliver the thumbnail cover when downloading? All of my titles are the same format and all have covers in...
Agree on the difficulty when searching. Recommending the software to someone on a conversation and asking them to google it would be a bad thing... so I just ask the...
Can't help you with documentation. I think this is the only docs around: https://github.com/seblucas/cops/wiki Maybe you could find some help in the forum https://www.mobileread.com/forums/showthread.php?p=1988610 But keep working and please share...
Switching the theme or styles is not difficult... see CSS \templates\default\styles then create a config_local.php in root (see config_default.php) adding variables ``` $config['cops_template'] = 'default'; $config['cops_style'] = 'color_newstyle'; ``` There...
Would be useful. Maybe embedding the code from a share app that provide buttons to several social networks
My fix was to change the panel default min-height I don't know if this is a proper fix but here it is! in \templates\bootstrap\main.html , line 30: from ` `...
I have found a workaround for this 1- In Calibre Create a custom column (Preferences -> Custom Columns) 2- For - Column Type: "Long text, like comments, not show in...
@woid Your fix (changing the lib/CustomColumnTypeText.php) is working for me! It fixes the book detail page, now showing all the tags for that field (Comma separated text custom columns). Note:...
@BBDiaz can you reopen this? This is not implemented yet!
Can you place here your related config path for the libraries so it could be tested?