Recent posts

#31
Richieste (Requests) / Re: Plugin for OSMap
Last post by sertlan - 11 April 2024, 20:09:42
Just noticed that the "Last Modification Date" is missing.
#32
Richieste (Requests) / Re: Plugin for OSMap
Last post by sertlan - 11 April 2024, 19:58:22
Hi Federica.

Thank you very much for the plugin, it works great.
#33
Richieste (Requests) / Re: Plugin for OSMap
Last post by federica - 11 April 2024, 18:04:13
Hi sertlan,
I published the osmap plugin for Abook.
Let me know if it is ok.
#34
Supporto (Support) / Re: Boek afbeeldingen groter
Last post by Jip - 05 March 2024, 12:32:51
 :-\ Helaas veranderd er niets als ik de code in de user css zet (?)....
#35
Supporto (Support) / Re: Boek afbeeldingen groter
Last post by sertlan - 04 March 2024, 22:34:42
Hi Jip

.books div.cover a img.img-polaroid {
    width: 128px !important;
}
#36
Richieste (Requests) / Re: Plugin for OSMap
Last post by federica - 04 March 2024, 22:09:55
Hi sertlan,
I develop "Abook" in my free time. Right now I don't have free time to develop this plugin.
Please be patient, I will develop it as soon as possible.
Thanks
#37
Richieste (Requests) / Re: Plugin for OSMap
Last post by sertlan - 01 March 2024, 12:52:40
Hi Federica

Quote from: federica on 29 January 2024, 10:52:06I stopped developing it because I thought nobody would use it anymore.
Perhaps, if someone has 4000 Joomla articles and 30 books, this plugin is not really needed. But I have 30 Joomla articles and 4000+ books, and in my case this plugin is necessary. If such a number of books are not included in the sitemap, this is very bad for SEO (search engine optimization).

Please add plugin for OSMap.
#38
Supporto (Support) / Boek afbeeldingen groter
Last post by Jip - 21 February 2024, 16:05:17
Hallo
Hoe kan ik de afbeeldingen van boekomslagen in een lijst groter maken? Kan dat in een user .css ?

Mvgrt Jip
#39
Supporto (Support) / Re: Show/Hide icons
Last post by Jip - 06 February 2024, 13:18:18
Opgelost !!

Dank !
#40
Supporto (Support) / Re: Show/Hide icons
Last post by federica - 06 February 2024, 10:52:53
"Show/Hide icons" option concerns the little menu at the top right side of book page (now I fixed the show/hide).
If you want to hide the icons of detail list you have to add a CSS rule like the follow

.bookdetails [class^="icon-"], [class*=" icon-"] {
  display: none;
}