View Single Post
Old 04-04-2021, 12:12 AM   #1
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,081
Karma: 76037135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Emblems: Not appearing when template copied from column icons

I copied this template from my column icons to my emblems:

Code:
program: 
   f = field('formats');
   strcat
   (
    contains(f, "epub", 'epub.png:', ''), 
    contains(f, "pdf", 'pdf.png:', ''), 
    contains(f, "azw3", 'azw3.png:', ''), 
    contains(f, "mobi", 'mobi.png:', ''), 
    contains(f, "cbz", 'cbz.png:', ''), 
    contains(f, "paperbook", 'paperbook.png:', ''), 
   )
It does not work for emblems. I checked that the template has no mistakes and that all the png files are present. What should I do to make it work?
ownedbycats is online now   Reply With Quote