View Single Post
Old 07-12-2019, 12:27 AM   #3
tamarissa
Connoisseur
tamarissa began at the beginning.
 
Posts: 58
Karma: 10
Join Date: Aug 2018
Device: Kobo Aura H2O
So essentially, if I add multiple columns in the 'Collections columns' section of the driver, separated by a comma, it would then create shelves based on data from both column 1 and column 2? I would just need to create another column based in the tags I want to use (I don't want all of them, just certain ones).

Code:
#collection_authorseries, #collection_tags
Also, I can get one tag into the column just fine, but when I try to add a second one it breaks the template:

I've tried both options, neither one works...
Code:
{tag:contains(abc, ABC,)},{,tag:contains(xyz,XYZ,)}
Code:
{tag:contains(abc, ABC,),tag:contains(xyz,XYZ,)}

Last edited by tamarissa; 07-12-2019 at 12:46 AM. Reason: Updating Question
tamarissa is offline   Reply With Quote