View Single Post
Old 11-08-2015, 08:32 AM   #1152
Horus68
Zealot
Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.Horus68 understands the mechanisms of the catecholamine pathways.
 
Horus68's Avatar
 
Posts: 143
Karma: 76596
Join Date: Feb 2015
Location: Portugal
Device: Kobo Aura HD
Exclamation Display icon for authors, series, tags and books

How can I display icon for authors, series, tags and books on COPS instance main page?

The images files are here:
https://github.com/seblucas/cops/tree/master/images

They are included as public static icons... but I can't see them anywhere!

Note: File base.php makes a reference to the images as
PHP Code:
    public static $icons = array(
        
Author::ALL_AUTHORS_ID       => 'images/author.png',
        
Serie::ALL_SERIES_ID         => 'images/serie.png',
        
Book::ALL_RECENT_BOOKS_ID    => 'images/recent.png',
        
Tag::ALL_TAGS_ID             => 'images/tag.png',
        
Language::ALL_LANGUAGES_ID   => 'images/language.png',
        
CustomColumn::ALL_CUSTOMS_ID => 'images/tag.png',
        
"cops:books$"             => 'images/allbook.png',
        
"cops:books:letter"       => 'images/allbook.png',
        
Publisher::ALL_PUBLISHERS_ID => 'images/publisher.png'
    
); 
my config_default.php has proper

PHP Code:
    /*
     * Show icon for authors, series, tags and books on OPDS feed
     *  1 : enable
     *  0 : disable
     */
    
$config['cops_show_icons'] = "1"

See details:
Issue #228 · seblucas/cops - https://github.com/seblucas/cops/issues/228

Also see my related feature request
Request to beautify COPS: Images in the main screen · Issue #222 · seblucas/cops - https://github.com/seblucas/cops/issues/222

Horus68 is offline   Reply With Quote