Page 1 of 1

Posts order and auto-publishing

Posted: 10 Feb 2013, 12:45
by theant
Hello
just two questions about your guestbook component:

1 - How to set post order in frontend? into control panel I don't find this option, I need that in frontend the oldest is the first one.

2 - I want to control what to publish or not, with default settings every posts is published until I remove it in control panel. How to set as unpublished as default?

best regards

Re: Posts order and auto-publishing

Posted: 11 Feb 2013, 13:35
by theant
I found how to set to no autopublishing, I'm still looking for the option to set the posts order.

Re: Posts order and auto-publishing

Posted: 11 Feb 2013, 19:15
by theant
Please, is it possible to order posts from oldest to newest? otherwise I must use another guestbook.

Re: Posts order and auto-publishing

Posted: 13 Feb 2013, 21:03
by Jan
Hi, there is no option for this but can be easily set in the code:

components/com_phocaguestbook/models/guestbook.php

in method: function _buildQuery()

Just set ASC instead of DESC

Jan

Re: Posts order and auto-publishing

Posted: 14 Feb 2013, 11:37
by theant
Thanks a lot