OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Display an image or text in REM house details view (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Display an image or text in REM house details view

bidbank (Visitor)
Posts: 0
graphgraph
User Offline
Display an image or text in REM house details view 11 Years, 3 Months ago
Karma: 0  
Good day,

I would like to display an image or text in REM house details view based on itemid. I tried using the following code but it does not seem to work:
Code:

<?php if($ItemId="42"){
      echo "text or image";
    }
    else{
      echo "some text";
    }?> 




Please help,

Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8244
graph
User Offline Click here to see the profile of this user
Re:Display an image or text in REM house details view 11 Years, 3 Months ago
Karma: 101  
hello,

First of all you need check exist some thing in "$ItemId",

for that you need write some ting like:
Code:

echo  ":11111111111111:".$Itemid. ":11111111111111:";


Next in self code you need replace:
Code:

($ItemId="42")


to
Code:

($ItemId=="42")


and that code you need insert to
file:
{yours site}/components/com_realestatemanager/realestatemanager.html.php

function:
displayHouse

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»