I used to have a composite column for the author notes, which I created with this code:
Code:
program: get_note('authors', $authors, '')
This allowed me to see the author notes in the book details pane, but more importantly, to insert the notes into jacket right below the book comments, by using a modified template:
Code:
<div class="cbj_comments">
{comments}
{_author_notes}
</div>
Everything was working well, but unfortunately the PC I was running Calibre on broke down and I had to start over on a new PC (Calibre version 7.22). However, I can't get the author notes to show up in the jacket anymore, although they do still show up in the book details pane. All that I'm getting are the book comments.
Am I doing something wrong, or have I missed some setting?