View Single Post
Old 10-22-2022, 08:25 AM   #11
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,475
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Comfy.n View Post
I had tried both composite column types (behaves like tags and the other) before using the PI, neither would linkify; i'm running from the latest source, so maybe something changed? Or maybe I've been bedtime procrastinating too long and missed something, most probably.
Hmmm ... it works for me. I also run from source. This difference doesn't matter unless there really is something broken.

Here is the column definition, which also shows the complete template.
Click image for larger version

Name:	Clipboard01.png
Views:	92
Size:	16.3 KB
ID:	197306

Here is what I see in book details.
Click image for larger version

Name:	Clipboard02.png
Views:	49
Size:	5.3 KB
ID:	197307

And FWIW: if you prefer the output on the python-based column to be all on one line instead of one per line, change
Code:
return ('<br>'.join(
to
Code:
return (', '.join(
chaley is offline   Reply With Quote