PDA

View Full Version : Virtual Tour



branflake2267
09-20-2003, 02:04 AM
I think it would be nice to have a virtual tour upload.

any body have any thoughts on this?

Anonymous
09-23-2003, 10:46 PM
I have it done.and it is sweet .Post reply with e-mail and I'll show you.

awddesign
09-24-2003, 05:36 PM
it's nice to share

it's nice to share

it's nice to share

?????????????????

RealtyOne
09-24-2003, 06:38 PM
it's nice to share

it's nice to share

it's nice to share

????????????????? :wink:

dieselx
09-25-2003, 08:31 AM
I had been looking to add a virtual tour for the last couple days...This is from Jon's old forum:
************************************************** ********
Here's how:
* Log in to OR in admin account and go to edit listings template.
* At when you first go in, you'll see add a new form item.
* Add the following values:
Field Name: virtualtour
Required: no
Field Type: url
Field Caption: Virtual Tour
Display Location: Top Right
Display When Browsing: No
Rank: 34 (This will put it right under MLS)

* Click the "Add to form button."


... now any listing you add will have the option of setting up a virtual tour. This won't however, affect older listings -- it's a quirk of the system I do intend to correct, but it's a quirk nonetheless. (I'm not sure I want to call it a bug because it's the expected behavior -- let's just call it a limitation...)

************************************************** ***********

Here is the link: http://jonroig.com/freecode/phpBB/viewtopic.php?t=308&highlight=virtual+tour&sid=734 2a614f1b767e6a6b7529253d2878d

there is also a good discussion on how to eliminate the full url of the virtual tour.

This is the site that I placed it in.

http://www.southfl4sale.com

dieselx
09-25-2003, 08:37 AM
I just relized what you guys are looking for is to have an upload button to place the virtual tour files on the site....

sorry guys, I am a newbie...

Take care,

Dieselx

awddesign
09-25-2003, 11:42 AM
hi

ref the quark it's in the style.php

you may can do this..
...........................................

elseif ($field_type == "url")
{
echo "<br><b>$field_caption</b>: <a href=\"$field_value\" target=\"_new\">$field_value</a>";
}

.................................................. ......

if you change the filed value

target=\"_new\">$field_value</a>";

to Click here

you will not see that long url Just Click here


////////////////////////////////////////////////////

at the moment trying to get this to work.

}
elseif ($field_type == "360toururl")
{
echo "<a href=\"javascript:open_window360( http://www.360inovision.com/360tour/tour.php?$renderSingleListingItemRaw($listingID,$f ield_value ) )\"><b>Awd Car Tour</b></a>";
}

/////////////////////////////////////////////////

inside my listingview.php i have

<script type="text/javascript">
<!--
function open_window360(url)
{
cwin = window.open(url,"attach","left=125,top=159,width=773,height=450,menubar=no");
}
-->
</script>

///////////////////////////////////////////////

so fare this listing comes up on the page but no link..

More coffee tonight to see if I can come up with an easy way to do it.


Demo page : click on "360 Virtual Car Tour"

http://www.awddesign.co.uk/awd_cars2/1listingview.php?listingID=2


regards


albert
awddesign.co.uk

My Demo site:
http://www.awddesign.co.uk/awd_cars2/

awddesign
09-25-2003, 03:26 PM
From:Here is the link: http://jonroig.com/freecode/phpBB/viewtopic.php?t=308&amp;highlight=virtual+tour&amp;sid=734 2a614f1b767e6a6b7529253d2878d


hi dno



open, openrealty/template/generic/style.php
and find "function renderTemplateArea($templateArea, $listingID)



change this line:
Code:
elseif ($field_type == "url")
{
echo "<br><b>$field_caption</b>: <a href=\"$field_value\" target=\"_new\">$field_value</a>";
}


by this:

Code:
elseif ($field_type == "url")
{
echo "<br><a href=\"#\" onClick=\"MM_openBrWindow('$field_value','test','width=287,h eight=177 top=50,left=100');return false\">$field_caption </a>";
}

(you can change, of course, width / height and position, top / left )


put this line in your "user_top.html"

in the header !
Code:
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>



now, you must create one field called "Virtual tour"...... or other
in admin section choice "template.editor" , type "URL"

résult here:
http://vacances.sudmail.com/listingview.php?listingID=9

good luck
_________________
Alain.
---------------------------------
http://vacances.sudmail.com
(Demo - OpenRealty 3.01)

Anonymous
09-26-2003, 02:45 AM
I have one that a freind of mine and I both worked on.

Rough but it's all I have

see it here. And I will edit and clean up and upload. in a day or two.

Tell me if you like it.

Link
http://www.canadarealty.ca/listingview.php?listingID=8&amp;PHPSESSID=3e8aa1d084b3 189035ee262521e062cc
or here
http://www.canadarealty.ca/listing_browse.php

click on image gallery icon.

There is an uplod module for the pano images too. For now, only admins can uplod panos. I will try and fix before release but not guaranteed.

As I siad, it need some work but it is what my friend and I have.


We also have a slide show icon too, click on slide show.


Comment welcome.

awddesign
09-26-2003, 05:40 AM
Hi thepcman

I just saw what you have done and I like it....

The VT and image tour is cool.


On my site at the moment I am working on the car's 360 VT.


The New Agent interface to up load 360 tour pics and images
is due to be finished soon but seperate to the OR site and program.

It's on a differant server so only a link would be needed for anyone
to add a 360 VT or pics for OR.


What i did was this

listingview.php added

<script type="text/javascript">
<!--
function open_window360(url)
{
cwin = window.open(url,"attach","left=125,top=159,width=773,height=450,menubar=no");
}
-->
</script>


then


<a href="appointment.php?listingID=<?php echo $listingID ?>"><b>Book An Appointment</b></a> | <a href="javascript:open_window360('http://www.360inovision.com/360tour/tour.php?<? renderSingleListingItemRaw($listingID, "360toururl") ?>23&amp;fp=17')"><b>360 Virtual Car Tour</b></a><br>


and it worked...

This method will have to change, if some one have no 360vt pic then the
link stays on the page still. So when its clicked Nothing happens.

I am going back to find another way..


regards


albert

awddesign.co.uk

Anonymous
09-26-2003, 09:47 AM
I like what you are doing but, the way it is done on my side. We just use the free viewer (ptviewer) and allow it to view pictures already uploaded your own site via a newly created upload funtion added to O-R).

Your way is cool. But if those guys for some reason decide to stop offering all that service, all links will be lost.

This O-R module we are working on works just like what we have now. upload an image and it is available automatically for that lising you created it for.


As I said, it is a bit rough now but it was done by two none programmer (for now), what do you expect!.

Anonymous
11-12-2003, 08:58 AM
Hey,

I'm new around here. :shock:

I am looking for something similar to what you've done with the PTViewer and showing multiple panoramic images from a drop down menu. Just wondering if you guys would like to share your module with the PTViewer stuff.

Thanks...

P.S. It'd be great if the VT stuff was in the next release as few other people indicated.

Anonymous
11-12-2003, 10:33 AM
Hey,

I'm new around here. :shock:

I am looking for something similar to what you've done with the PTViewer and showing multiple panoramic images from a drop down menu. Just wondering if you guys would like to share your module with the PTViewer stuff.

Thanks...

P.S. It'd be great if the VT stuff was in the next release as few other people indicated.

Sure go here
http://www.open-realty.org/phpBB2/viewtopic.php?t=1395
and here
http://www.universityrooms.com/modules/download.php