Main Menu

Recent posts

#41
Supporto (Support) / Re: The number of books is not...
Last post by federica - 29 November 2023, 20:03:36
Hi Odin72a,
I added the counter of books per author, please see the new beta version.
Let me know if it works.
#42
Supporto (Support) / Re: The new version of the fil...
Last post by Odin72a - 22 November 2023, 18:15:42
Yes, the filter works fine with Cassiopeia.
I'll write to the template developer
#43
Supporto (Support) / Re: The category is not displa...
Last post by Odin72a - 22 November 2023, 18:14:54
Super! It worked
#44
Supporto (Support) / Re: The new version of the fil...
Last post by federica - 22 November 2023, 10:59:53
I haven't modified the render of the fields. Try to assign the default template (Cassiopeia) to the abook search menu item then tell me if the problem occurs again.
#45
Supporto (Support) / Re: The category is not displa...
Last post by federica - 22 November 2023, 10:49:08
I fixed the bug, I will publish a new release as soon as possibile.
If you want solve it early try to apply this fix.
your_site/components/com_abook/models/author.php line 128
from:
$query->select('c.title AS category_title, c.alias AS category_alias, c.access AS category_access');
to:
$query->select('c.title AS cattitle, c.alias AS category_alias, c.access AS category_access');
#46
Supporto (Support) / The category is not displayed ...
Last post by Odin72a - 21 November 2023, 20:57:36
The category is not displayed in the list by authors
In other lists, and inside, when I go into the book itself, the category will be displayed.
I reviewed it, where possible in the settings, it was set to "Display category"
https://drive.google.com/file/d/1em0mQgsNBVdMWe45wzYfk1obzMVnxLTZ/view?usp=drivesdk
#47
Supporto (Support) / The new version of the filter ...
Last post by Odin72a - 14 November 2023, 20:25:30
The new version of the filter is not always convenient. Is it possible to return the way it was before? So that the drop-down list always opens downwards.
At a certain position of the page, or on some computers, the selection window in the filter opens upwards, and in this mode it is very inconvenient to use it.
https://drive.google.com/file/d/19N6YH8SdQ0Q9KN6z740t17cTrWXomArg/view?usp=drivesdk
#48
Supporto (Support) / Re: Is it possible to make the...
Last post by Odin72a - 14 November 2023, 01:19:24
Thanks, found it!!!
#49
Supporto (Support) / Re: Is it possible to make the...
Last post by federica - 13 November 2023, 20:30:25
Yes, you have to change the "Admin author name display" option in the general configuration of Abook.
#50
Supporto (Support) / Re: Is it possible to make the...
Last post by federica - 13 November 2023, 20:22:24
I fixed the author list order displayed in the filter field of the search page. I will publish the fix as soon as possible.