Hello.
Seems like you have a bug in SiteName\components\com_phocaguestbook\models\guestbook.php
On line 305:
$order = $params->get('items_order', 'ordering');
But!
There are not `items_order` parameter in params but there is `items_orderby`!!!!!
check SiteName\components\com_phocaguestbook\views\guestbook\tmpl\default.xml
So it should be:
$order = $params->get('items_orderby', 'ordering');
That's why ordering doesn't work, when you change parameter in menu settings. After this fix everything works fine!
bug in models\guestbook.php
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: bug in models\guestbook.php
Hi, thank you very much for the info, this will be fixed in next version.
Thank you, Jan
Thank you, Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: bug in models\guestbook.php
If you find Phoca extensions useful, please support the project