Git Product home page Git Product logo

com_jea's Introduction

com_jea's People

Contributors

ilhooq avatar phproberto avatar tdittmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

com_jea's Issues

How to use OpenStreetMap on JEA

Hi, instead of the maps of the various properties automatically generated by Google Map, I would like to use the OpenStreetMap maps, but if there are no API Keys (as with Google Map) to insert into JEA, how should I proceed?
Thanks for your help!

Module real estate

quando scarico "JEA (By PHILIP Sylvain)" non mi escono i moduli da inserire, neanche i plugin se cerco

mod_jea_emphasis download

Hi, where can I download an updated "mod_jea_emphasis.zip" package for Joomla 4? Thanks for your help

Change Maps JavaScript API version

Hi, at the end of June Google sent me this email about a site on a Real Estate Site in Joomla 3 (PHP 8.1):

“Review which of your Maps JavaScript API resources have incompatible usage. Change your application to avoid a disruption in your service.
Hello Google Maps Customer,
We’re writing to let you know that the Maps JavaScript API will become unavailable to applications using non-compliant libraries, from the Maps JavaScript API version 3.54, releasing to the weekly channel in August 2023.
What do I need to know?
Some third party libraries emulate newer JavaScript functionality, for browsers that may not support them natively. The Maps JavaScript API will start using some newer functionality in the ECMAScript standard, namely Array.from().
While Array.from() is available and working in all browsers supported by the Google Maps JavaScript API, some applications have code which replaces the working version of this with an invalid version from a library - creating an invalid JS environment.
Alternatively, you may specify a version of the Maps JavaScript API lower than v3.54 for the time being, with the caveat that any version is only available for a year. For example, you can specify v=3.53 until April 2024, after which all Maps JavaScript versions will require a fix to your application.”

While waiting for a total renewal of the site, this second temporary solution (also found on Google Maps Platform) would also be fine, then:

“An update affected my application
When we update the release channels, it could affect your application. This could occur because your application is relying on undocumented or deprecated features, or because of a bug or bug fix we have introduced.
As a temporary workaround, you can reconfigure your application to use an older version.
1 Open the console in your browser developer tools, and look at the value of google.maps.console
2 Update the script tag that loads the API, and request an older versione number”

Now my question is:
if I use the JEA extension (Joomla Estate Agency), where do I find the tag to change the version?
Thanks for the suggestions

Import export problem

This issue is relative to JoomlaEstateAgency/mod_jea_slider#1 (comment)


sorry bother you but...

as the export(3.10) is not working (it only works for tables not for images)

I am trying to make an export - import of property tables.

In the J4 version these fields are not in the table:

owner_name, dpe_energy, dpe_ges,

so I manually added them to db structure to import records

Property edit page: Use tabs for extra attributes

I have started to test out the JEA component and thought the admin might be a bit more user friendly if some of the other editable attributes like adding pictures were under seperate tabs across the top like the edit article admin page.

I would be able to make the code changes myself, I'm kind of interested to know if it's wanted and would be accepted into master.

Is there a plan for Joomla 4 ?

Hello,

We are using the current version of JEA for Joomla 3.

I was wondering if there is a plan for Joomla 4 scheduled ?

Otherwise, could you advice a similar plugin ?

Thanks,

Google map alternative

Google map doesn't work if no API key is set in JEA parameters.
To obtain an API key, it's not an obvious task : we need to deal with the Google Cloud Platform and a billing account (because the service is not free).

A good alternative is to use Leaflet

import routine strange behaviour

hello,
when import an export package for the first time i get this output:

Import terminé pour : jea. [Biens trouvés : 1 - Biens ajoutés : 1 - Biens mis à jour : 0 - Biens supprimés : 0]

everything ok, properties are correctly created and creation date is right
then import over the same package a second time to get this:

Import terminé pour : jea. [Biens trouvés : 1 - Biens ajoutés : 0 - Biens mis à jour : 1 - Biens supprimés : 0]

properties are updated (it would not ...) and "created" field is set to 0000-00-00 00:00:00, "modified" is set to current date
also the update routine does not work any more

i took a look in models / interface.php but i can not find the problem.
any hint?
best regards
Dave

jea_slider module broken after migration

Hi
I did a migration from j3 to j4 and everything works except the jea_slider module. When I activate it it breaks the template
what can be done?
Thanks in advance

Override medias in frontend

Users would override medias without the needs to override HTML templates.

For instance, to override CSS :

/templates/my_template/css/com_jea/jea.css

Or to override JS :

/templates/my_template/js/com_jea/search.js

crop images

hallo it seem for me not a best idea to crop both medium and small imgs,
because they are used for different purpose..
one as presentation the second usually in a lightbox..
it will be a great idea to have two separate params..

Administrator Backend Geolocalization Map on Joomla 4

Hello,

I am running the latest version of JEA on Joomla 4. Everything is excellent except in backend of the website, when editing a property, under Localization the button to "Open the Map" and manually select the Google Map location no longer works. When you click on tap the button nothing happens.

Under developer tools -> Console the following error appears each time the button is clicked:

squeezebox.js:547 Uncaught TypeError: Cannot read properties of null (reading 'jQuery') squeezebox.js:547
at getElement (squeezebox.js:547:28)
at Object.clone (squeezebox.js:412:21)
at Object.open (squeezebox.js:180:84)
at Object.fromElement (squeezebox.js:194:29)
at HTMLAnchorElement. (squeezebox.js:152:44)
at HTMLAnchorElement.dispatch (jquery.min.js?3.7.1:2:40035)
at v.handle (jquery.min.js?3.7.1:2:38006)

Any help would greatly be appreciated!! Thank you!

Export the property data with photos and texts

Hi, on JEA I can export the setting, but I can't export the property data with photos and texts. I would like to take them from a Joomla 3 site and insert them into a new Joomla 4 site (avoiding inserting them all again, one at a time).
Thanks for the tips

white space in image name

for some reason this
JFile::makeSafe
doesn't replace white space in the file name, and for images that should be loaded by web pages this isn't the best,
so i would suggest on the file
helpers/upload.php on line 271
to add this
$this->name = preg_replace('/\s+/', '-', $this->name);
that simply replace empty space with '-'

Update JEA from 1.1 to current

It was working so why change right?
Well now because I have to upgrade the site to work with php7.2 or later from php5.4 I have to upgrade my site from joomla 1.5.22 to current version but need to upgrade JEA from v.1.1 to current. Can you either tell me the proper steps to do this or point me in the right direction?

Error 500 - behavior::modal not found - property detail click error

After JEA update to version 4.0.5 (from 3.X) it is not possible to click any properties without getting this error: 500 behavior::modal not found
Joomla 4.3 and using the YooTheme PRO Page Builder template.

There is also a database problem it seems as the database is version 4.0 but I Joomla database maintenance says the manifest version is 4.0.5. I don't know if this is related or even a real error however.

CheckBox in mail form

Hi Sylvain, is there a quick way to insert a checkbox in the contact form? It is used for the new GDPR regulation. Thank you

Google geocoding alternative

Google geocoding service doesn't work if no API key is set in JEA parameters.
To obtain an API key, it's not an obvious task : we need to deal with the Google Cloud Platform and a billing account (because the service is not free).

Nominatim seems to be a good alternative

DB tables not at 100%

J4.3.4 shows 2 issues for JEA database.
how to fix ?
table xxx_jea_properties has the wrong type or attribute for column 'orientation' with type enum( from file 2.1 sql)
table xxx_jea_properties has the wrong type or attribute for column 'orientation' with type enum( from file 3.1 sql)
ty

Images not showing

Since upgrading images on new properties do not show, they upload fine in admin

Modernize frontend

  • Rewrite templates using HTM5 semantic markups.
  • Layout using CSS3 features like flex / grid.

module JEA_search

choose options
press "list properties"

404
View not found [name, type, prefix]: featured, html, jeaView

any ideas ? ty

mixed active content in google maps

as many people have ssl on their domain,
on line 37 on the file default_googlemap.php
instead of
$this->document->addScript('http://maps.google.com/maps/api/js?key='
it would be better
$this->document->addScript('https://maps.google.com/maps/api/js?key='

same in the following files
administrator\components\com_jea\models\fields\geolocalization.php
components\com_jea\views\properties\tmpl\searchmap.php
components\com_jea\views\property\tmpl\default_googlemap.php
plugins\jea\social\social.php

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.