- Posts: 448
- Thank you received: 2
OS Property support center
Featured
- sti
- Topic Author
- Offline
- Platinum Member
-
Less
More
12 years 7 months ago #18882
by sti
Featured was created by sti
need to remove featured results in the detail template
please advice.thanks
please advice.thanks
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 7 months ago #18886
by Mr. Dam
Replied by Mr. Dam on topic Re: Featured
Hi,
In the template file, please find this source
if($row->isFeatured == 1){
?>
<img src="<?php echo JURI::root()?>components/com_osproperty/images/assets/isfeatured.png" />
<?php
}
And remove it.
Thanks
Dam
In the template file, please find this source
if($row->isFeatured == 1){
?>
<img src="<?php echo JURI::root()?>components/com_osproperty/images/assets/isfeatured.png" />
<?php
}
And remove it.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- sti
- Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 448
- Thank you received: 2
12 years 7 months ago #18887
by sti
Replied by sti on topic Re: Featured
not the image but under the
<div class="width-100 fltlft">
<fieldset class="adminform">
<legend> <?php echo JText::_(OS_PROPERTY_INFORMATION)?> <a href="javascript:showhideDiv('information');" id="fsb_information"> </a></legend>
<div id="fs_information" style="margin: 0 7px;display:block;">
<?php echo $row->info?>
</fieldset>
</div>
<?php echo $row->info?>
it embedded inside.how i edit the class to adjust it? which file? thanks
<div class="width-100 fltlft">
<fieldset class="adminform">
<legend> <?php echo JText::_(OS_PROPERTY_INFORMATION)?> <a href="javascript:showhideDiv('information');" id="fsb_information"> </a></legend>
<div id="fs_information" style="margin: 0 7px;display:block;">
<?php echo $row->info?>
</fieldset>
</div>
<?php echo $row->info?>
it embedded inside.how i edit the class to adjust it? which file? thanks
Please Log in or Create an account to join the conversation.
- sti
- Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 448
- Thank you received: 2
12 years 7 months ago #18888
by sti
Replied by sti on topic Re: Featured
can u skype me. ill explain it to you. thanks
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 7 months ago #18890
by Mr. Dam
Replied by Mr. Dam on topic Re: Featured
Hi,
$row->info is defined in the file listing.html.php from line 859 to 1062.
In this source code graph, you can remove the feature information if you need.
Thanks
Dam
$row->info is defined in the file listing.html.php from line 859 to 1062.
In this source code graph, you can remove the feature information if you need.
Thanks
Dam
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.