Elxis CMS Forum

Extensions => Components => Topic started by: aiden11 on April 09, 2011, 00:00:07

Title: IOS Reservation location images re-resize
Post by: aiden11 on April 09, 2011, 00:00:07
Is any way i can re-size the location images instead of default 75x75 ?

Thanks
Title: Re: IOS Reservation location images re-resize
Post by: datahell on April 09, 2011, 09:17:47
You can get the large images resize them on your computer and upload them via FTP and overwrite the thumbnails.
I recommend you the irfanview (http://www.irfanview.com/)program. It is a powerful and fast image viewer that has a great batch conversion tool.
Title: Re: IOS Reservation location images re-resize
Post by: CREATIVE Options on April 09, 2011, 09:45:12
If you want different size the thumbnail of destination we have to contact with IOS Reservations Affiliate.
Title: Re: IOS Reservation location images re-resize
Post by: aiden11 on April 09, 2011, 21:38:39
I did resize them and uploaded using ftp but when i check live on the site they get re-sized again to 50X50

Can it be something to do with my template or what is going on??
Title: Re: IOS Reservation location images re-resize
Post by: datahell on April 10, 2011, 08:29:53
There are some pages where the images are being resized in that size. In the location page you will see the full scale image.
Title: Re: IOS Reservation location images re-resize
Post by: aiden11 on April 10, 2011, 16:30:37
There are some pages where the images are being resized in that size. In the location page you will see the full scale image.

Can i use the same method to resize those images on the location page??
Title: Re: IOS Reservation location images re-resize
Post by: datahell on April 10, 2011, 17:37:14
It is a simple html resize:
<img src="..." width="XX" height="YY" />
Title: Re: IOS Reservation location images re-resize
Post by: aiden11 on April 10, 2011, 20:25:44
Great, where can i find this file to modify, is it "mod_location_hotels.php" ?
Title: Re: IOS Reservation location images re-resize
Post by: datahell on April 10, 2011, 20:41:59
If you are interested in locations page then check this file:
components/com_reservations/fviews/locations.html.php

tip: see line 86 (and 96)
Title: Re: IOS Reservation location images re-resize
Post by: aiden11 on April 12, 2011, 15:57:42
Found the file and changed and it does work :), it was on the same folder  components/com_reservations/fviews

Thanks datahell