forum.easy-joomla.org

Projects/Projekte => J! 1.5.x Serie - EasyBook 2 => Thema gestartet von: acro am 22. 05. 2009 11:31



Titel: pagination not working
Beitrag von: acro am 22. 05. 2009 11:31
easybook 2.0.0rc3 always displays 5 records despite what is set on Entries per page on parameters, Global Configuration.
it happens just to my setup?
any help appreciated,
thank you,


Titel: Re: pagination not working
Beitrag von: dov187 am 04. 06. 2009 22:21
problem described here:
http://forum.joomla.org/viewtopic.php?f=234&t=267649

to fix:

component/com_easybook/models/easybook.php

replace

$ebconfig = &$mainframe->getParams('com_easybook');

with
$component = JComponentHelper::getComponent('com_easybook');
$ebconfig = new JParameter( $component->params );

in _buildQuery() and getPagination() functions

hope that will be included in next release of easybook...

cheers


Titel: Re: pagination not working
Beitrag von: acro am 05. 06. 2009 10:46
Thank you, that solved the problem.


Powered by SMF 1.1.8 | SMF © 2006, Simple Machines LLC