OS Property support center
Remove "Created On:" from Property Display
- What No Website
-
Topic Author
- Offline
- Platinum Member
-
- Full Stack Developer
Less
More
8 years 2 weeks ago #97268
by What No Website
Joomla & Hand Coded Web Design
What no Website
Remove "Created On:" from Property Display was created by What No Website
Hi
Just wondered if it's possible to remove the "Created On:" field from the property display:
prntscr.com/exdhmr
Can't seem to find the option anywhere.
Just wondered if it's possible to remove the "Created On:" field from the property display:
prntscr.com/exdhmr
Can't seem to find the option anywhere.
Joomla & Hand Coded Web Design
What no Website
Please Log in or Create an account to join the conversation.
- What No Website
-
Topic Author
- Offline
- Platinum Member
-
- Full Stack Developer
8 years 2 weeks ago #97377
by What No Website
Joomla & Hand Coded Web Design
What no Website
Replied by What No Website on topic Remove "Created On:" from Property Display
Can I have an update on this please guys...?
Joomla & Hand Coded Web Design
What no Website
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13046
- Thank you received: 1695
8 years 2 weeks ago #97379
by Mr. Dam
Replied by Mr. Dam on topic Remove "Created On:" from Property Display
Hi,
To remove Created on field in Property details page, please follow these steps:
1. Open file: root > components > com_osproperty > templates > theme1 > details.html.tpl.php
2. find:
and remove it
Good luck
Dam
To remove Created on field in Property details page, please follow these steps:
1. Open file: root > components > com_osproperty > templates > theme1 > details.html.tpl.php
2. find:
Code:
<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 , $configClass['general_date_format']);
?>
</span>
</li>
and remove it
Good luck
Dam
The following user(s) said Thank You: What No Website, Urszula Dziki
Please Log in or Create an account to join the conversation.
- Luis Chicharro
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
8 years 2 weeks ago #97555
by Luis Chicharro
Replied by Luis Chicharro on topic Remove "Created On:" from Property Display
Hi. Can you tell us where do we have to save the file to do an override? I'm trying to save the deails page on the templates/mytemplate/html/ folder, but i don't know how or wich exact folder create to do it...
If you keep telling everyone to overwrite the os property files, each time the component is updated, the changes are lost...
Thanks.
If you keep telling everyone to overwrite the os property files, each time the component is updated, the changes are lost...
Thanks.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13046
- Thank you received: 1695
8 years 1 week ago #97860
by Mr. Dam
Replied by Mr. Dam on topic Remove "Created On:" from Property Display
Hi Luis,
The overridden directory is: root > templates > your_using_template > html > com_osproperty > layouts
Thanks
Dam
The overridden directory is: root > templates > your_using_template > html > com_osproperty > layouts
Thanks
Dam
The following user(s) said Thank You: Urszula Dziki
Please Log in or Create an account to join the conversation.
Moderators: Mr. 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.