OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Extra fileds not shown in PDF view (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Extra fileds not shown in PDF view

ispro (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Extra fileds not shown in PDF view 7 Years, 7 Months ago
Karma: 0  
I tried to create a new row in the file realestatemanager.html.php bellow the 'fotomain' but it gives me an error. I guess i'm missing something more
<tr>
<td colspan="2">
<?php
$house = $row;
//for local images
$imageURL = ($house->image_link);

if ($imageURL == '' $imageURL = _REALESTATE_MANAGER_NO_PICTURE_BIG;
$file_name = rem_picture_thumbnail($imageURL,
$realestatemanager_configuration['fotogallery']['width'],
$realestatemanager_configuration['fotogallery']['high']);
$file = $mosConfig_live_site . '/components/com_realestatemanager/photos/' . $file_name;
echo '<img alt="' . $house->htitle . '" title="' . $house->htitle .
'" src="' . $file . '" border="0" class="little">';

?>
</td>
</tr>
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Extra fileds not shown in PDF view 7 Years, 7 Months ago
Karma: 58  
Hello,

We are sorry, but gallery comes under main image.

Can you specify what do you want customize and what get?

Thanks
Taras
Logged Logged
The administrator has disabled public write access.
ispro (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Extra fileds not shown in PDF view 7 Years, 7 Months ago
Karma: 0  
Hi again.

Just want make them appear in the pdf. Actually it does not shown it. I tried unssucesfully
Regards
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Extra fileds not shown in PDF view 7 Years, 7 Months ago
Karma: 58  
Hi,

It is not possible display light-box (we it for gallery) in PDF.

If you would like any further information, please do not hesitate to contact us too.

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