![]() |
Thanks!
|
The code is working.
Please, access my site (http://www.vivaemfloripa.com.br), click in one of the propertyes and see that it will show the latitude/longitude in a javascript window. I can post here the file default.php again (I made some little mods to show the map below the tabs). Sergio |
1 Attachment(s)
Just in case, there is the default.php file.
Sergio |
That's wierd it dont work for me, I only changed the geo codes for my area and the tabs language. Do you have to put any googlemap code into the template Html head?
|
Sergio,
Can I have your email? I would like to discuss some stuff on a side note outside the forum. |
1 Attachment(s)
Quote:
In my code, at line 338, there is this: Code:
if (trim($this->p->endereco)!="") $address1 = $address1.$this->p->endereco; Just comment it to see (I really am not using it at present time). Code:
//if (trim($this->p->endereco)!="") $address1 = $address1.$this->p->endereco; See if there is any diference in the fields. Sergio |
Quote:
Sergio |
this is one neat hack. thanks ssaguiar.
is there anyway not to use flash for the property image viewer? |
I got a error 403 when i tried sending an email through the contact form from one of the tab.
i get this Code:
403 - Request Forbidden |
also. the photos doesn't seem to be loading.
the xml folder is set to 777. and i saw the file is created inside the folder. I already installed the JW Image rotator. but its just show the loading icon. no image ever gets loaded. |
Dear kho:
Can you post your default.php file with one of the xml files (ziped), so I can give it a look? Thanks. |
|
Dear kho:
I am not sure but, in the line where there is this: $filename = './xml/'.$this->p->id.'.xml'; try to change to: $filename = '/xml/'.$this->p->id.'.xml'; (remove the first dot). Let me know if it works. Sergio |
hmm that didn't work. it gave error msg
public_html/components/com_hotproperty/views/property/tmpl/default.php on line 119 Unable to create: /xml/2.xml |
Ok. Let it with the dot.
It's weird. It opens the picture fine in Firefox but can't open in Internet Explorer. Sergio |
hmmm. maybe use other methods.
is there anyway to make it this way? http://www.dogongroup.com/list/prope...ay_-_cb020282/ and also for the contact form. any idea why is it not working? |
I have sent an e-mail from your form. Did you receive it?
The problem with the form can be the definition of the mail server in the joomla configurations. In the case of the link you gave, I think that in their implemention, the pictures are all loaded when you load the page and it takes a lot of time. I am working to implement another way to show pictures, using css and javascript. Try to put a second image for the property to see if it will work with IE. Sergio |
hmm didn't receive the mail yet. but will look at the joomla mail configurations later.
hmm i removed the photo earlier. and reupload another 3 new ones. still didn't work. just to verify the stuff i did earlier for the hack. I had download the imagerotator.zip and copy the file and put into /includes/js/imagerotator.swf*/ then create xml folder on the root, chmod to 777 for writeable. |
Now, it doesn't work even wit Firefox.
Did you removed the xml file? If you change the picctures files, you must delete the xml file so it's created again by the default.php. I loved the cat's picture:). Sergio |
oh. hmm it didn't work in my firefox to begin with.
tested by deleting the xml file and reupload again. but doesn't seem to work. wonder if its server environment or config yesh i love those cats. aha. |
I found an odd behavior.
the photos only load after I send an enquiry through the contact form. any clues of troubleshooting from there? |
hmm the emails doesn't seem to be sent. tried few emails but didn't seem to have receive it.
Do i need any module or plugin for the contact part? |
Hi ssaguiar,
I think i got the problem solved. I didn't know about the HP patch. after applied the patch, the contact form now works. but the gallery still doesn't quite load. it still act the same way. only after the contact form is sent, then the gallery shows up. this is odd. |
My friend:
I never saw this! It's weird:confused:. Can you send your original default.php file together with the new one (the modified). Just rename one to original_default.php and the other to mod_default.php, zip them and send to me so I can try to figure out what is going on. You can attach them and put here, in the forum. Thanks. Sergio |
1 Attachment(s)
yea. its really weird.
the two files are in the attachment. |
Don't find the property
Well i use your hack and everything it's ok.
Thanks it's great. But, i have one small problem. I give the longitude and latitude in the property (i add the extra fields) and the map shows nothing. You can see it at http://www.hellohellas.eu/index.php?...id=110&lang=en |
1 Attachment(s)
Quote:
In my XML is Code:
<track> Code:
http://vyprodejnemovitosti.eu/media/com_hotproperty/images/std/1_PICT0058.JPG This is my default.php Attachment 1091 |
Thanks i solved :-)
|
Quote:
How did you do? |
In default.php find this line
Code:
$somecontent=$somecontent."\t\t\t<location>".JURI::root().$hp_imgdir_standard.DS.(($image->standard <> '') ? $image->standard : $hp_img_noimage_thumb).'</location>'."\n"; Code:
$somecontent=$somecontent."\t\t\t<location>".JURI::root(true, '/media/com_hotproperty/images/std').$hp_imgdir_standard.DS.(($image->standard <> '') ? $image->standard : $hp_img_noimage_thumb).'</location>'."\n"; |
All times are GMT +8. The time now is 09:50 AM. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.