Joomla, Jomres Google Maps – 4

The phase 2 assault on the map continued last night and we implemented one of the main parts…The dragable pin in Property details to acquire the LONG and LAT values by dragging the pin to your location…In Street View!

We are now able to drag the pin to the precise location, in case google can’t get it right, so no need to leave jomres to go to another site for the long and lat values. Hoorah!

We will be able to remove:
Jomres will pass your address to Google to generate the map position in the property details. If for whatever reason Google cannot find your address based on the information found above, you can enter latitude and longitude in the lat/long fields instead. If you choose to enter the latitude and longitude, please note that we have found the Google earth lat and long information to be inaccurate so you are advised instead to visit the itouchmap site and use their information to determine your latitude and longitude. When entering your lat and long, the format should be something like ’51.754564622′ and ‘-4.997314810′.

We still need to clean up some of debris left by the code bombardment and also put in a check to default to map view if there are not any street view information. This is important for areas where the spy drones have not been yet.

I will send a demo example once this phase is completed and the webforless guys are happy with testing so you can see how it works in real live.

Share

Joomla, Jomres Google Maps – 3

The Joomla, Jomres Google map task force met in an undisclosed bunker last night. A lot of headway was made with the map. The webforless wordpresss experts and Itecwebdesign was able to map the jomres database fields and add the map, pulling in the properties with lat and long info.

The next step would be to assign icons for the different property types and a filter to only display certain property type icons on the map.

We also need to put a draggable pin on the edit property page, among other things.

The strategies and implementation lasted till early morning, when the task force had to disperse until further intelegance has been gathered…

Share

sh404sef Content Encoding Error – jomres links

I had an issue when adding a manual jomres link to a link on an article. The link was in the following format:
index.php?option=com_jomres&feature_uids[]=87&ptype=All&send=Search&calledByModule=mod_jomsearch_m1&Itemid=24

I got the following error:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
* Please contact the web site owners to inform them of this problem.

Solution: Disable GZIP Page Compression
How: Go to joomla backend > Global Configuration > Server > GZIP Page Compression = NO

That solved it for me.

Share

Joomla, Jomres Google Maps – 2

We’ve now been able to pull in the map we want, but we need to pull in the information that was entered into jomres when adding a property.

We need to see what mini-components apply to which pages. We also need to confirm to which databse table these pages are written to.

Question 1: What page (. php) is the first”submit”page?: j02300regprop1.class.php,

What page (. php) is the first''submit''page?: j02300regprop1.class.php

1.1 Second Page: j02310regprop2.class.php

Second Page: j02310regprop2.class.php

1.3 Third Page (Room/property type): j02320regprop3.class.php. And j04900saveproperty.class.php when the property is actually saved.

Third Page (Room/property type): j02320regprop3.class.php.

1.4 After you save (1.3) you should go to property details j04200editproperty.class.php. Here you add the geo lat and long + upload the main image for the property. (DB: jos_jomres_propertys)

We need to confirm the above and do some testing.

Thanks to the guys at webforless for their contribution so far.

Share

Jomres: Joomfish translation not working

Issue with the front end property details not saving for each language and how to edit the touch templates in another language

1. Log out of front end

2. To edit “Touch Templates” in another language you have to > Go to jomres backend > Choose Languages (Icon) > Select languages you want to be able to edit the “Label Translations” for.

3. Now go to > Label Translations > Select a language from the drop down (Top left) and translate.

If you don’t see your language, then edit the following file and add your language:
jomres_language.class.php

copy the the following file en-GB.php (rename it to your language file format) and place in \languages\propertyrentals\ or just the \languages folder if not using the propertyrentals\ language files.

You will see your added language in “Languages (Icon)” page > Select the languages you want to use for the “Touch Templates” (top left)

You can edit the touch templates from the backend OR translate the language file.

5. Log out of back end. Go to front end and edit the property in the language of your choice.

http://www.jomres.net/index.php?option=com_kunena&func=view&catid=8&id=4777&Itemid=290#5029

Share