OS Property support center

How to remove "Properties posted by:" in search

  • Mick Graham
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 6 months ago #120656 by Mick Graham
I have a menu link to OS Property » Layout: Advanced Search but do not want to have Properties Posted by:.

How can I get rid of this thanks.

rgds
Mick

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

  • Mr. Dam
  • Away
  • Administrator
  • Administrator
More
6 years 5 months ago #120703 by Mr. Dam
Hi Mick,
To remove field: Property Posted by in Advanced search, please open file: root -> components -> com_osproperty -> helpers -> layouts -> advsearchform.php
Find:
Code:
<div class="<?php echo $bootstrapHelper->getClassMapping('span4'); ?>"> <strong> <?php echo JText::_('OS_PROPERTIES_POSTED_BY')?>: </strong> <div class="clearfix"></div> <?php echo $lists['agenttype']; ?> </div>
And remove it
Dam
The following user(s) said Thank You: Mick Graham

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

Moderators: Mr. DamNguyen Phu Quan