Elxis CMS Forum

Extensions => Components => Topic started by: vmanuel on November 30, 2011, 13:28:22

Title: IOS Reservation pagination system
Post by: vmanuel on November 30, 2011, 13:28:22
Hi,
Is it possible to have more than 5 hotels listed in destinations/sub-destinations.
Is it possible also to change the order?
Thank you all
Vitor
Title: Re: IOS Reservation pagination system
Post by: datahell on November 30, 2011, 14:14:17
Yes you can easily change 5 hotels to enything you wish. To do so edit the corresponing "hotel" files in:
components/com_reservations/fcontrollers/
components/com_reservations/fviews/

Changing the ordering can not be done.
Title: Re: IOS Reservation pagination system
Post by: vmanuel on December 01, 2011, 20:03:04
Hi! Thanks for your help ;)
what abou some kind of filter for "recent, price, rooms" etc? tis could be a nice improvment.
Thanks
Vitor
Title: Re: IOS Reservation pagination system
Post by: datahell on December 01, 2011, 20:08:26
Most probably I will release an updated version (v3.7) soon that will include some improvements in this area too.
Title: Re: IOS Reservation pagination system
Post by: vmanuel on December 02, 2011, 17:34:57
Very Nice!! looking forward to have it ;)
Thank you
Title: Re: IOS Reservation pagination system
Post by: vmanuel on December 07, 2011, 17:58:18
I'm sorry again, I tried to find out where to change the 5 hotel display number in the files you said but didn't find it out. Could you be more specific? thank you and I'm sorry for the questioning...

Yes you can easily change 5 hotels to enything you wish. To do so edit the corresponing "hotel" files in:
components/com_reservations/fcontrollers/
components/com_reservations/fviews/

Changing the ordering can not be done.
Title: Re: IOS Reservation pagination system
Post by: datahell on December 07, 2011, 20:09:00
File: components/com_reservations/controllers/locations.ccontroller.php
Line: 203
Change 5 showing bellow to anything you wish (not too big).
$limit = 5;
Title: Re: IOS Reservation pagination system
Post by: vmanuel on December 07, 2011, 21:15:42
 Great!! Thank you :)