Page 1 of 1

Change maxlength of apartment title

PostPosted: 08 Oct 2014, 17:14
by saha66
Hi,

I want to change the maxlength of apartment title in adding a property from 255 to 40 characters but i did not find any thing.

And also want to know how to change the size of image displaying in listings.

Can anybody help me.

Thanks in advance.

Re: Change maxlength of apartment title

PostPosted: 08 Oct 2014, 18:35
by Xpycm
Hi

1) protected\modules\apartments\models\Apartment.php file
In this file replace
Code: Select all
array('title', 'i18nLength', 'max' => 255), 

with
Code: Select all
array('title', 'i18nLength', 'max' => 40), 


for the study: http://www.yiiframework.com/wiki/56/

2) themes\classic\views\modules\apartments\views\_view.php file
Code: Select all
$res = Images::getMainThumb(300, 200, $data->images); 


300 - width, 200 - height