OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Real Estate Manager modules not displaying (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Real Estate Manager modules not displaying

bidbank (Visitor)
Posts: 0
graphgraph
User Offline
Real Estate Manager modules not displaying 11 Years, 5 Months ago
Karma: 0  
I am using Real Estate Manager - Pro. The component s working properly but the free modules that I downloaded along with it do not seem to be displaying. They are:

Real Estate New module 2.0 - Error message not visible

Real Estate Top module 2.0 - Error message not visible

Real Estate Manager Scroller free 2.0 - Error message: Warning: Invalid argument supplied for foreach() in htdocsxxxxxmodulesmod_realestatemanager_scroller_freemod_realestatemanager_scroller_free.php on line 148

Code:

<?php 


 foreach ($rows_realestate as $row) {
    //$rank_count = $rank_count + 1;    //start ranking
    $link1 =JURI::base().'/index.php?option=com_realestatemanager&amp;task=view&amp;id='.$row->id.'&amp;catid='.$row->idcat.'&amp;Itemid='.$ItemId_tmp;
//$link = JURI::base().'/index.php?option=com_vehiclemanager&amp;task=view&amp;id='.$item->id . '&amp;catid='.$item->idcat.$item_id;
    $title = $row->htitle;
if(strlen($title)>30)
$title = substr($title, 0, 30);

       $imageURL = $row->image_link ;

if($imageURL != '' && substr($imageURL,0,4) != "http")
        {
            $imageURL = "./components/com_realestatemanager/photos/".$row->image_link; 

}
            if ( $show_extra == 1 ) 

               { $extras= "({$row->hits})"; }

                else {$extras="";}

  echo '<div>';
echo '<div class="boximg"><a href="'.sefRelToAbs($link1).'"><img valign="bottom" height="'.$cover_height.'" src="'.$imageURL.
   '" border="0" /></a></div>';
echo '<div class="title"><a href="'.$link1. '"><strong>' . $title .'</strong></a><a>&nbsp;'.$extras.'</a></div>';
echo '</div>';

}

?>


Also showing are showing the module title and powered by text. Please help.

Many thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Real Estate Manager modules not displaying 11 Years, 5 Months ago
Karma: 101  
Hello,

Real estate modules 2.0 exist only for compatible with old versions real Estate manager.

please use modules with version 2.2

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