|
Hi,
the thing is that the book information "author" is just one of (at most) 10 different info fields that are all printed in the same way. So if I understand correctly, you'd want to display the first info field ("author") differently from the rest. To do this, you can tweak the file /modules/mod_jcollection_list/tmpl/default.php - have a look at the bottom of the file, there the info fields are displayed. Simply put something like "echo $info->info1label; echo $info->info1;" somewhere closer to the top of the file.
HTH,
Thorsten.
|