- Posts: 3
- Thank you received: 0
OS Property support center
Request more details modification/Hide location
- Carlos Lozano
- Topic Author
- Offline
- New Member
-
Less
More
9 years 1 month ago #84063
by Carlos Lozano
Request more details modification/Hide location was created 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,
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.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13217
- Thank you received: 1723
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:
(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
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>
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 Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.