OS Property support center

SOLVED !!! Created on date in properties

  • juthaporn
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago - 10 years 4 months ago #61499 by juthaporn
SOLVED !!! Created on date in properties was created by juthaporn
Hi

I want to hide create on date in property page. How can I find it?
Please help
Last edit: 10 years 4 months ago by Dang Thuc Dam.

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

More
10 years 4 months ago #61504 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Created on date in properties
Hi,
You can remove it at file: components > com_osproperty > templates > theme1 > details.html.tpl.php
find
<li class="property-icon-square meta-block">
<?php echo JText::_('OS_CREATED_ON');?>:
<span>
<?php
//echo date("D, jS F Y",$created_on);
echo JHTML::_('date', $row->created , 'D, jS F Y');
?>
</span>
</li>

and remove it

Thanks
Dam

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

  • juthaporn
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #61628 by juthaporn
Replied by juthaporn on topic Created on date in properties
Thanks for your help

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

Moderators: Dang Thuc DamNguyen Phu Quan