- Posts: 34
- Thank you received: 1
OS Property support center
A square of the property in a property list...
- Vadim
- Topic Author
- Offline
- Junior Member
-
Less
More
12 years 6 months ago #19530
by Vadim
A square of the property in a property list... was created 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.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
12 years 6 months ago #19534
by Mr. Dam
Replied by Mr. Dam on topic Re: A square of the property in a property list...
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
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.
- Patrik
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 1
12 years 6 months ago #19638
by Patrik
The one i missed...
WORKS GREAT! Thanks
Replied by Patrik on topic Re: A square of the property in a property list...
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. 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.