- Posts: 6
- Thank you received: 0
OS Property support center
SOLVED !!! Created on date in properties
- juthaporn
- Topic Author
- Offline
- New Member
-
Less
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
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.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13249
- Thank you received: 1729
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
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
-
Less
More
- Posts: 6
- Thank you received: 0
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 Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.