OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Thumbs in PDF

fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Thumbs in PDF 11 Years, 9 Months ago
Karma: 0  
Hi,

i've a guestion; is it possible to add the thumbs to the PDF-layout.
So when you hit the PDF button it creates a pdf with the main-image, then text en at the bottom of the page the thumbs.

Thx in advanced
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Thumbs in PDF 11 Years, 9 Months ago
Karma: 101  
Hello,

Possible , but you will need rebuild function what create PDF.

You will may do that self or ask from us custom version,
below small description how you can change ours real estate manager component:

n Real estate manager you may do that self, or you may hire us for that

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours
site}/administrator/components/com_realestatemanager/admin.realestatemanager.html.php
site}/administrator/components/com_realestatemanager/admin.realestatemanager.php


admin.realestatemanager.html.php - responsible for show data
admin.realestatemanager.php - responsible for prepare data

exactly for frontend
{yours site}/components/com_realestatemanager/realestatemanager.html.php
site}/components/com_realestatemanager/realestatemanager.php

realestatemanager.html.php - responsible for show data
realestatemanager.php - responsible for prepare data

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla class methods work. E.g when you create new House
with help
mosRealestatemanager class. you need also edit file
site}/components/com_realestatemanager/realestatemanager.class.php

and add to class definition all new fields what you added to database

Most simply way now add new field to property definition - that rename any fields
what you no need with help language file.
{yours site}/components/com_realestatemanager/language

also with help language file you may change options in all property combobox
(options) fields

Also - any empty fields will not show at frontend

Also we added to ours component very many module template positions - so you
may add any module to very many places in Real estate manager manager - with
help Joomla module manager


If you give full details what exactly you wish, we will self create that for
you.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Thumbs in PDF 11 Years, 9 Months ago
Karma: 0  
Hi,

What we want is that when a visitor presses the pdf button it creates a pdf with the following:

Top; Header image (i've got that one allready in the pdf)
Left: Main image / Right; summary off specs of the property (this one is also done)
Below: the thumbnails which are also visible at the website
Bottom: footer image (this one is also done)

So the problem is that when i put the code of the thumbnails in it, they are visible but the alignment etc. is not good.
The thumbs are shown over 3 pages instead off the bottom of the first page.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Thumbs in PDF 11 Years, 9 Months ago
Karma: 101  
First of al lyou need check - output not to PDF. You need check output to WEB page screen. So after that will work good. yu need move output to PDF.
There are possible some CSS error - so you may debug it first with help FireBug extension for fireFox

also

We create PDF output with help tcpdf library - so there are also may exist error.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Thumbs in PDF 11 Years, 9 Months ago
Karma: 0  
Thx for the information!

What i want is the following:

Go to www.mobilize-it.nl/project/GBM/index.php...p;tab=getmyhousestab
Click on the "Print Factsheet" at the bottom of the page. It creates a web-page which is fully styled and oke.
But it isn't a PDF.

If you click at the "Print Factsheet" at the top it will create a PDF but at the bottom of the page it will show the thumbs but not nice in a row.

So i want a PDF that looks like the printed version.

In attachment I will post the realestatemanager.html from components/com_realestatemanager/
Logged Logged
The administrator has disabled public write access.
fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Thumbs in PDF 11 Years, 9 Months ago
Karma: 0  
attechment

File Attachment:
File Name: realestatemanager-a8fe352cac8e01a7b03b1b6199dd3871.zip
File Size: 33316


at line 2811 will start the script for PDF
at line 3192 will start the script for Print
Logged Logged
Last Edit: 2012/06/13 09:34 By fleerdam.
The administrator has disabled public write access.
Go to top
»