OS Property support center

Delete link

  • paolo
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 4 months ago #23573 by paolo
Delete link was created by paolo
Hi,
I would like to know how to delete the link that leads to the agent e-mail form.
I attached a screen shot

Thank you
Attachments:

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

More
11 years 4 months ago #23580 by Mr. Dam
Replied by Mr. Dam on topic Re: Delete link
Hi,
Please open file : components > com_osproperty > template > default > grid.html.tpl.php
find
<a title="<?php echo $row->agent_name?>" href="index.php?option=com_osproperty&task=agent_info&id=<?php echo $row->agent_id?>&Itemid=<?php echo JRequest::getVar('Itemid')?>">
<?php echo $row->agent_name?>
</a>
and change to
<?php echo $row->agent_name?>
Good luck
Dam

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

  • paolo
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 4 months ago #23585 by paolo
Replied by paolo on topic Re: Delete link
It's perfect!
Thank you very much!

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

Moderators: Mr. DamNguyen Phu Quan