>First of all, thanks for great extension!
Thank you! I hope it has been helpful for you!
>Secondly – i would be glad if i could find some place to enter author and >book title and use it to generate ‘title’ of book in the grid.
The title should already be showing up in the book grid.
At this time, there is not a way in the admin screens to change what displays in the book grid. There is a hook you can use, if you want to write some PHP, called mbdb_book_grid_after_link
you can use to add additional text. The first parameter is the book ID (post ID) you can use to pull out the data you want.
Author name is not used in Mooberry Book Manager because it’s intended to be used by a single author. But you could work around that by using Subtitle for the author name.
In an upcoming version, I’ll be adding some customizing features to the Book Grids.
>Tertio – will it ever be more responsive?
Version 2, which is coming soon, includes a redesign of the book layout page, and does make it responsive for smaller screens.
The Book Grids have some small cosmetic modifications, but is not fully responsive yet. As mentioned above, I’ll be working on Book Grids next.
>4. I’ve seen there will be some more options to modify layout, but before >that, i must ask you for possibility to modify some text. For example i >would like to change ‘Download Now’ to something like ‘available in >formats’.
It’s not ideal, but for now there are filters on each piece of HTML output on the book layout. That one in particular would be mbdb_shortcode_downloadlinks
and you’d have to search for and replace the “Download Now” text in it.
Creating an easy-to-use system to allow the book layout page to be completely customizable is a sizable undertaking and will take some time. It’s coming, but I do not have a timeframe yet.
>5. It would be better if miniatures generates on server side (my pictures >can weight up to 3MB – so it takes some time to load)
I’ll look into this.
Hope this helps!