OS Property support center

SOLVED !!! Advanced Find - Option removal help

  • Antony
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 10 months ago - 8 years 10 months ago #83006 by Antony
Code:
Hi,

Can i please remove the "properties posted by" selection from the Advanced Find ? If so what page is it on?

its the bit with the red arrow on the linked picture that i want to remove

thanks

antony
Attachments:
Last edit: 8 years 10 months ago by Mr. Dam.

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

More
8 years 10 months ago #83013 by Mr. Dam
Replied by Mr. Dam on topic Advanced Find - Option removal help
Hi,
Please open file: root > components > com_osproperty > helper > common.php
Find:
Code:
<?php if(OSPHelper::checkOwnerExisting()){ ?> <div class="span12"> <strong> <?php echo JText::_('OS_PROPERTIES_POSTED_BY')?>: </strong> <div class="clearfix"></div> <?php echo $lists['agenttype']; ?> </div> <?php } ?>

and remove it.
Good luck
Dam
The following user(s) said Thank You: Antony

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

  • Antony
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 10 months ago #83042 by Antony
Replied by Antony on topic Advanced Find - Option removal help
brilliant, thank you its now done :)

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

Moderators: Mr. DamNguyen Phu Quan