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
Posts order and auto-publishing
-
- Phoca Member
- Posts: 16
- Joined: 18 Feb 2009, 13:02
Re: Posts order and auto-publishing
I found how to set to no autopublishing, I'm still looking for the option to set the posts order.
-
- Phoca Member
- Posts: 16
- Joined: 18 Feb 2009, 13:02
Re: Posts order and auto-publishing
Please, is it possible to order posts from oldest to newest? otherwise I must use another guestbook.
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Posts order and auto-publishing
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
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
-
- Phoca Member
- Posts: 16
- Joined: 18 Feb 2009, 13:02
Re: Posts order and auto-publishing
Thanks a lot