hi, I'm using Joomla 1.5, Phoca GB 1.4.3, italian language
I'd like to invert the post order in frontend (the first posted must be always the first visible, as in Facebook, i.e.)
Is it possibible? Tried to change "parameters", but I did not find the right one.
thanks
A.
Invertion of posts order
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Invertion of posts order
Hi, this needs to be customized in the code, so the ordering will be changed:
components/com_phocaguestbook/models/phocaguestbook.php
cca line 134 - change to e.g.
Jan
components/com_phocaguestbook/models/phocaguestbook.php
cca line 134 -
Code: Select all
order by ordering DESC
Code: Select all
order by ordering ASC
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 30 Apr 2011, 17:46
Re: Invertion of posts order
great!!
many thanks!
A.
many thanks!
A.
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: