English Support Forum

icon
Avatar
jrariasf
Posts: 53
Hi,
In ME 1.6.1 and Joomla 1.5.14.

In frontend, the table with all the objects in database doesn't show the camera ocon on "Images" column.

Solution:
Change line 139 of "components/com_misterestate/user.misterestate.html.php" to:
iconphp:
 
<td align="center"><?php $obj->image = MEImage::checkForPics($obj->id); echo $obj->image; ?></td>
 
13.01.2010 12:44
icon