OS Property support center

Remove "Created On:" from Property Display

  • What No Website
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Full Stack Developer
More
8 years 2 weeks ago #97268 by 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.

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
  • Platinum Member
  • Full Stack Developer
More
8 years 2 weeks ago #97377 by 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.

More
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:
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.

More
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.

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

More
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 following user(s) said Thank You: Urszula Dziki

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

Moderators: Mr. DamNguyen Phu Quan