Vox Populi(x) forum

Alexandria Book Library => Errori (Bugs) => Topic started by: sumondey187873 on 18 July 2012, 19:52:53

Title: Problem with tag group
Post by: sumondey187873 on 18 July 2012, 19:52:53
In tag group only 6 group are showing.
what's the problem?
My site name is www.freebookbd.com (http://www.freebookbd.com)
Please help me!!!!!!
Title: Re: Problem with tag group
Post by: sumondey187873 on 19 July 2012, 05:01:53
Hi
I find some problem.
When I set
Number of books in Library Configuration > Category.
It also change the number of tag group  in tag group view.
Help me please!!!
Title: Re: Problem with tag group
Post by: federica on 22 July 2012, 11:31:01
Hi sumondey187873,
this is a bug!
Modify <your_site>/components/com_abook/models/tags.php row 80
from:
$limit = $app->getUserStateFromRequest('abook.category.list.limit', 'limit', $params->get('bookpagination'));
to:
$limit = $app->getUserStateFromRequest('abook.category.list.limit', 'limit', 0);

Thank you for notice.