Hello. I installed the google maps plugin, but it does not show me the right address. Already living in France, I changed the https://maps.google.pl/maps?q = by replacing pl to fr. Now the card is not Polish but French, but the address is not correct. Do you have an explanation?
If i change the adress in the admin page/setting, the map is the same but the adress in the source code of the page is the found adress that i have write in the setting. You can test , the admin page with the code admin.
Look at this fragment in the source code: ?q=,france,lyon,place » bellecourhnear=lyon&z=13&output=embed I miss a "&" between 'bellecour' and 'hnear' 'hnear' is a $GET variable and needs this ampersand.
I checked this address with this sign and it works correctly. Check once more your code. Somewhere you are losing this "&".
Thank you BOBOO. I'm already looking if it was not a problem of encoding ansi or utf8 in the file page-default.tpl. After changing the code as shown below, it works.
Can you tell me what this sign at the end of coding: &z=13&
I am very pleased to have successfully modified this plugin to QC6 in QC3.7. Not being a programmer, with great patience and copy paste,test, I'm really enjoying embellishing the script.
But a plugin resists me, and I wonder if someone had the kindness to help me make it work. It is the product slider plugin. I really do a lot of testing but I just hangs at the end. I had already opened a post here:
Cachousam, How did you "install plugin Google Maps"?
I just installed QC6.1 Ext and the "Plugins" button in the admin/tools panel gives: "The data could not be found" The doc sez "Hover over the "Tools" tab and select the "Plugins" link. Here you can browse through and install plugins available in your version of the script." Browse through what? There is no list. I wish to install plugin "Users". Help via private mail from OpenSolution did not help. Answer was RTFM but I found NOTHING on plugins installation... except the "How to install" text file which tells me to perform 93 html modifications in the scripts. Is that "One click installation"? Merci mon Pote.
Hello, Besides, someone might it help me for correctly write the function in the action-client/p.php file so that I could remove the php code in the file-default.tpl pages. I tried this but the div of google maps does not appear:
in the pages-default.tpl I call the variable like this:
$ sPageGoogleMap
in the file action-client/p.php , I created the following function: