Yes! Now it look faaaaaar better. Thank you!
So, if I want to show the comments, the publisher, the date of publication, number of pages and genres...I need to create a plugboard that looks like that, right?
Quote:
program: re(field('comments'), '\s+', ' ');
program: format_date(field('pubdate'), 'yyyy')
program: field('tags')
program: field('#numpages')
program: field('publisher')
|
I am doing something wrong because I can't make it work. It works if I just use one, but I can't figure out how to combine them. Also, it is possible to show just the comments on the synopsis section and all the other info on the details tab?