OS Property support center

A square of the property in a property list...

  • Vadim
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 7 months ago #19530 by Vadim
Can an Information about a square of the property be added to a property list?

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

More
11 years 7 months ago #19534 by Mr. Dam
Hi,
In the grid layout, templates > default > listing.html.tpl.php
You can add
<p><span class="field"> <?php echo JText::_('OS_SQUARE_FEED')?> </span> <span>: <?php echo $row->square_feet; ?> </span></p>
after
<?php
if($configClass == 1){
?>
<p><span class="field"> <?php echo JText::_('OS_ROOMS')?> </span> <span>: <?php echo $row->rooms; ?> </span></p>
<?php
}
?>


Good luck!
Dam
The following user(s) said Thank You: Vadim, Patrik

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

More
11 years 7 months ago #19638 by Patrik

damdt wrote: Hi,
In the grid layout, templates > default > listing.html.tpl.php
You can add
<p><span class="field"> <?php echo JText::_('OS_SQUARE_FEED')?> </span> <span>: <?php echo $row->square_feet; ?> </span></p>
after
<?php
if($configClass == 1){
?>
<p><span class="field"> <?php echo JText::_('OS_ROOMS')?> </span> <span>: <?php echo $row->rooms; ?> </span></p>
<?php
}
?>


Good luck!
Dam


The one i missed...


WORKS GREAT! Thanks

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

Moderators: Mr. DamNguyen Phu Quan