OS Property support center

Several questions

  • Thanasis Karatzas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 month ago #43924 by Thanasis Karatzas
Several questions was created by Thanasis Karatzas
Hello again,

I have some more questions about OS PROPERTY:

1. In the search module i have set the search fields i want all open. Is there a way to remove the minus sign ( - ) ?
2. I have made a menu for a category of properties (e.g. villas) and i get a list of all the properties i have added. In the small box tha shows the photo and some details for each property (price, rooms etc) How can i add to show the ref. number and the location?
3. When i click to view a property it shows me next to the property photo - sqmt: (a number) - Is there a way to change the word sqmt to M2. And also i would like to remove the rating from the property view.

I hope it's not too much for you.

Have a great day

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #43929 by Mr. Dam
Replied by Mr. Dam on topic Several questions
Hi,
1. The search module has option to open all groups. You only need to check the Module parameters form, you will see it.
2. I don't know what's the version of OS Property that you are using, but in the list of properties page, if the ref field isn't empty, it will be shown. And if the property has field Show Address is Yes, the location of properties will be shown also.
3. You need to change the language file OS_SQMT="Sqmt" to OS_SQMT="M2"
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Thanasis Karatzas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 month ago #43930 by Thanasis Karatzas
Replied by Thanasis Karatzas on topic Several questions
Hello again Dang.

Maybe i didn't explained it right to you. I have the option checked already. But my problem is that when i have groups open it shows the minus (-) sign. Is there a way to not show it but keep the groups open because my client (the website owner) doesn't want the minus sign to be shown.

About the properties i will see it later and tell you if its allright.

Thanx again for your support!

Please Log in or Create an account to join the conversation.

More
11 years 4 weeks ago #44134 by Mr. Dam
Replied by Mr. Dam on topic Several questions
Hi Thanasis,
Unfortunately, the search module doesn't have option to hide the minus (-) or plus (+) icon. If you really need it, you can hack into the source code of search module to remove those icons.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #48677 by Naktarios
Replied by Naktarios on topic Several questions
Hello Dam!

My site: atlasproperty.ru
I bought OSProperty V2.6.6. + Template. I have 2 questions:

1. In main page (atlasproperty.ru) I've section "Новые предложения недвижимости на о. Крит". Then I translated everything (rooms, beds etc.) except Sqmt. Where can I translate the Sqmt on m2 ? I can't make it through "Translate Label".

2. In the same module where I can change the figure (picture) of man to bath?

Example:
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #48678 by Mr. Dam
Replied by Mr. Dam on topic Several questions
Hi.
1. To change the SQMT to M2, please use Translation tool at backend to find
OS_SQMT and change it to M2, or you are able so can do it by modifying file
language > ru-RU > ru-RU.com_osproperty.ini
find
OS_SQMT = "Sqmt"
and change to
OS_SQMT = "M2"

With the icon in properties listing page, i have found but i can't find the better icon, you can check it in this page:
fortawesome.github.io/Font-Awesome/icons/
Thanks
Dam
2
The following user(s) said Thank You: Naktarios

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #48884 by Naktarios
Replied by Naktarios on topic Several questions
Thank you Dam! I have one more new question :) About module OS Property Search. How can I change size of rows (rooms, bath etc.)?

Example:


How can I resize rows?

Thank you!
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #48889 by Mr. Dam
Replied by Mr. Dam on topic Several questions
Hi,
If you open file modules > mod_ospropertysearch > mod_ospropertysearch.php
You will see some class
input-small, input-mini
Currently, fields: Rooms, Floors, Bathrooms, Bedrooms, Property type have class name is: input-mini
User type: input-small
I believe you are able to change it by yourself easily.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago - 10 years 8 months ago #48890 by Naktarios
Replied by Naktarios on topic Several questions
Thank you. I found this stylesin file mod_ospropertysearch.php. But where I have edit parameters? In this file or in *.css file?

I tried to change the setting class="input-mini" style="width:100px; to class="input-mini" style="width:200px; (for example) but nothing changed.
Last edit: 10 years 8 months ago by Naktarios.

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #48892 by Mr. Dam
Replied by Mr. Dam on topic Several questions
Nope, for example in that file, you will see
$lists = JHTML::_('select.genericlist',$typeArr,'property_type','style="width:'.$inputbox_width_site.'px;" class="input-small"','value','text',JRequest::getInt('property_type',0),'property_type'.$module->id);

the class name is: input-small
you can change it to input-medium to extend the width size of dropdown select list Property type

the same for other field
bathroom
$lists = JHTML::_('select.genericlist',$bathArr,'nbath',' class="input-mini" style="width:100px;"','value','text',$nbath);

Currently, its class name is input-mini and width: 100px
You can increase it if you want

I think this is easy work
Good luck
Dam
The following user(s) said Thank You: Naktarios

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan