OS Property support center

Featured

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 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 Log in or Create an account to join the conversation.

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

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

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 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>&nbsp;<?php echo JText::_(OS_PROPERTY_INFORMATION)?> <a href="javascript:showhideDiv('information');" id="fsb_information">&nbsp;</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
  • Platinum Member
More
11 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.

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

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

Moderators: Mr. DamNguyen Phu Quan