View Single Post
Old 07-14-2016, 07:40 AM   #1291
commandante
Member Retired
commandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of lightcommandante is a glorious beacon of light
 
Posts: 18
Karma: 12050
Join Date: Nov 2013
Device: none
Hi,

Thanks a lot for your software. I am trying to add custom columns and I have some questions:
(1) I have created the ISBN column following the calibre way (I clicked on « ISBN »). Is this type of column supported or does it fall inside the "composite custom columns" category?

(2) I have added custom columns this way:
Quote:
$config['cops_calibre_custom_column_list'] = array("test","source","type"); $config['cops_calibre_custom_column_preview'] = array ("test","source","type");
$config['cops_calibre_custom_column'] = array ("test","source","type");
For example, inside the "type" column I have : fiction, non-fiction. On the homepage it works great, I can navigate inside "fiction" and "non-fiction". However when it display the booklist and the preview, it doesn't display the text (fiction or non-fiction), it displays digits (1, 2).

What shoudl I do so that it displays the text?

(3) I have tried to add "size" inside the array of the custom_column lines, but it didn't work. Am I missing something?
commandante is offline   Reply With Quote