View Single Post
Old 07-08-2011, 07:32 AM   #114
auskento
Junior Member
auskento began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2011
Device: Kindle
I have got this up and running, but I can't get the filtering to work quite the way I want.

On the home page, i only want to see Titles, Authors, Series

I am using the following fields_not_to_dispaly

Code:
$config['fields_not_to_display'] = array('formats', 'identifiers', 'publisher', 'rating', 'tags');
But when I do, i get the following error

Code:
Notice: Undefined index: rating in /websites/calibre/db.php on line 372
Warning: Invalid argument supplied for foreach() in /websites/calibre/db.php on line 372
Notice: Undefined index: rating in /websites/calibre/db.php on line 372
Warning: Invalid argument supplied for foreach() in /websites/calibre/db.php on line 372
And the following shows up in the list

Titles, Authors, Series, Formats (even with formats listed, it gets shunted to the end)

I am also using a search filter to only display a particular type of file format from the library.
auskento is offline   Reply With Quote