OS Property support center

Request more details modification/Hide location

  • Carlos Lozano
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #84063 by Carlos Lozano
Hi, I would like to delete some of the options the "request more info" has on the drop down menu, maybe even just leave one, how can I do it?

I also would like to hide the location part on the property details, the one with the map looking for schools and that sort of thing.

Thanks,

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

More
9 years 1 month ago #84288 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Request more details modification/Hide location
Hi Carlos,
You can open file: root > components > com_osproperty > helpers > common.php
Find code:
Code:
<option value='1'><?php echo JText::_('OS_REQUEST_1')?></option> <option value='2'><?php echo JText::_('OS_REQUEST_2')?></option> <option value='3'><?php echo JText::_('OS_REQUEST_3')?></option> <option value='4'><?php echo JText::_('OS_REQUEST_4')?></option> <option value='5'><?php echo JText::_('OS_REQUEST_5')?></option> <option value='6'><?php echo JText::_('OS_REQUEST_6')?></option>
(2 times)
and remove the uncessary options.
As you can see the above options are language constants. You can use Translation tool at Back-end of OS Property to find the meaning of those language contants.
Thanks
Dam

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

Moderators: Dang Thuc DamNguyen Phu Quan