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