OS Property support center

Hide field type the address

  • Alberto
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 6 months ago #41403 by Alberto
Hide field type the address was created by Alberto
In the advanced search I want to hide the field LOCATION PLEASE ENTER form. Deputy screenshot marking in red the field that I want to hide. Does anyone know it?

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

More
11 years 6 months ago #41411 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: Hide field type the address
Hi Alberto,
To hide that field, please follow these steps
1. Open file
components > com_osproperty > helpers > common.php
2. find
<div class="span12">
<strong>
<?php echo JText::_('OS_PLEASE_ENTER_LOCATION');?>
</strong>
<div class="clearfix"></div>
<input type="text" class="input-large" value="<?php echo htmlspecialchars($lists);?>" name="address" style="width:180px !important;" />
</div>

and remove it
Good luck
Dam
The following user(s) said Thank You: Alberto, Oscar

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

Moderators: Dang Thuc DamNguyen Phu Quan