Main Menu

Recent posts

#1
Supporto (Support) / Re: Add search for authors?
Last post by RobertG - 22 August 2026, 09:20:08
Thank you, Federica!

And for my other question, Do you have any ideas?
https://forum.voxpopulix.org/index.php?topic=968.0
#2
Supporto (Support) / Re: Add search for authors?
Last post by federica - 21 August 2026, 18:15:52
There is no specific search form on the author page, you can only enable the search bar which will take you to the "search" view
#3
Supporto (Support) / Add search for authors?
Last post by RobertG - 21 August 2026, 09:31:27
Hi,

I didn't find how to display search on the authors page.
On my website for categories/books the search is displayed below the title: https://les-livres.de-ergé.fr/les-livres.html
But for the authors it's not displayed: https://les-livres.de-ergé.fr/les-auteurs.html

As I said here https://forum.voxpopulix.org/index.php?topic=968.0 when I'm on the "G" page of the authors, I can't access the page 2 since it displays page 2 of the list of authors.

Do I have to add another menu link for this search?
#4
Errori (Bugs) / Re: Pagination for authors
Last post by RobertG - 21 August 2026, 08:10:56
I think the problem is in the Joomla "public function getPagesLinks"
A way to solve that in Abook?
#5
Supporto (Support) / Re: Batch processing (location...
Last post by RobertG - 21 August 2026, 07:31:57
Thank you very much for this solution, Federica!
#6
Supporto (Support) / Re: Batch processing (location...
Last post by federica - 20 August 2026, 19:03:09
You can make an update query of the all book of author with id 113 (replace NEW_VALUE to real id of location)

UPDATE t0dq9_abbook AS a
INNER JOIN t0dq9_abbookauth AS b ON a.id = b.idbook
SET a.idlocation = NEW_VALUE
WHERE b.idauth = 113;

Remember to backup your database before running the query
#7
Supporto (Support) / Abook 4.0.12 version is availa...
Last post by federica - 20 August 2026, 18:28:32
Hi all,
I released Alexandria Book Library 4.0.12 for Joomla! 4, 5 and 6
Important
  • Remember to make a backup before proceeding with the update.
  • Update Abook before updating Joomla to version 6.

Download it here!
#8
Errori (Bugs) / Re: AB 4.0.8 Categry bug on fr...
Last post by federica - 20 August 2026, 18:22:08
Quote from: RobertG on 17 August 2026, 11:09:29Do you think I can update my website and migrate it to Joomla version 6 just yet?
Joomla has released Abook 4.0.12 in the JED, you can try updating but remember to make a backup before proceeding.
#9
Supporto (Support) / Re: Batch processing (location...
Last post by RobertG - 20 August 2026, 09:58:50
Hi,

I found how to select books, but how to update the idlocation field in the sql?
QuoteSELECT a.id, a.idlocation, b.idauth, b.idbook FROM t0dq9_abbook as a INNER JOIN t0dq9_abbookauth as b ON a.id = b.idbook WHERE b.idauth = 113 ORDER BY b.idbook asc;
#10
Errori (Bugs) / Re: Pagination for authors
Last post by RobertG - 20 August 2026, 08:39:04
Hi,

I've just realised that the problem is still present in version 4.0.10 on Joomla 6.1.3