View Single Post
Old 05-09-2018, 06:03 PM   #1638
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
Following Mariosipad's advice, I created a small test database.

In this small database I created a custom column (called 'demo') and populated the field with various values : Value1 ; Value2 and Value3.

I have the same behavior as with my main database :

The custom field displays in the main window.
A click on the field opens a window with the correct page title, values and counts.
But a click on one of the values only get's the rolling beans next to the page title.

Also, the custom column title and values don't appear in the book preview as I understand they should.

So I assume there is something wrong with my COPS settings.

All my settings are now in the config_local.php file :

<?php
if (!isset($config))
$config = array();
$config['calibre_directory'] = array ("CalibreChG" => "/share/Multimedia/Calibre/", "Calibre_Demo" => "/share/Multimedia/CalibreDemo/", "Calibre_Demo2" => "/share/Multimedia/CalibreDemo2/");
$config['cops_title_default'] = "CaLibre";
$config['cops_subtitle_default'] = "Epub et PDF";
$config['cops_author_split_first_letter'] = '0';
$config['cops_titles_split_first_letter'] = '0';
$config['cops_calibre_custom_column'] = array ("collection", "demo");
$config['cops_calibre_custom_column_list'] = array ("collection", "demo");
$config['cops_calibre_custom_column_preview'] = array ("collection", "demo");
$config['cops_language'] = "frCHG";
$config['cops_use_url_rewriting'] = "1";


Please have a look at the screenshots attached.

Any clue where I should look into ?
Attached Thumbnails
Click image for larger version

Name:	COPS Custom Column issue.png
Views:	551
Size:	165.3 KB
ID:	163901  
cgronier is offline   Reply With Quote