Posts order and auto-publishing

Phoca Guestbook - creating guestbooks in Joomla! CMS
theant
Phoca Member
Phoca Member
Posts: 16
Joined: 18 Feb 2009, 13:02

Posts order and auto-publishing

Post 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
theant
Phoca Member
Phoca Member
Posts: 16
Joined: 18 Feb 2009, 13:02

Re: Posts order and auto-publishing

Post by theant »

I found how to set to no autopublishing, I'm still looking for the option to set the posts order.
theant
Phoca Member
Phoca Member
Posts: 16
Joined: 18 Feb 2009, 13:02

Re: Posts order and auto-publishing

Post by theant »

Please, is it possible to order posts from oldest to newest? otherwise I must use another guestbook.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Posts order and auto-publishing

Post 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
If you find Phoca extensions useful, please support the project
theant
Phoca Member
Phoca Member
Posts: 16
Joined: 18 Feb 2009, 13:02

Re: Posts order and auto-publishing

Post by theant »

Thanks a lot
Post Reply