Welcome, Guest
Username Password: Remember me

use google map with jSeblod CCK
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: use google map with jSeblod CCK

use google map with jSeblod CCK 2 years ago #1

  • slotpro
  • ( User )
  • OFFLINE
  • Moderator
  • Anti Spam !!
  • Posts: 143
  • Karma: 14
how to use

1.Download Googlemap plugin click here
2.install plugin and go to plugin manager setting and insert API Google map

3.create address filed, Field type : text(titel) Title Mode: none

4.create custom template use code
<div>{googleMaps addr="youfield"}</div>


5.test submit insert your address

6.view your map


you can download pack below required install plugin googlemap
This attachment is hidden for guests. Please log in or register to see it.
Attachments:
  • Attachment This attachment is hidden for guests. Please log in or register to see it.
Last Edit: 1 year, 7 months ago by slotpro.

Re:use google map with jSeblod CCK 2 years ago #2

  • SEBLOD - Saba
  • ( Admin )
  • OFFLINE
  • Administrator
  • Posts: 930
  • Karma: 38
Hi slotpro,

It's great contribution. Good job!
We are going to add it in the documentation/howto section.

Many thanks.

Best regards,
jSeblod - Saba
If you use jSeblod CCK, please post a rating and a review at the Joomla! Extensions Directory. Thanks to you "Innovation Will Continue !!"

Re:use google map with jSeblod CCK 2 years ago #3

  • mambajoe
  • ( User )
  • OFFLINE
  • Senior Boarder
  • Posts: 69
  • Karma: 0
This is great thing.
Wonderful that we can actually use the content style calling of the plug-ins
It does work.
You can really use any content plug-in in the templates by calling them the usual way.
Good tip you gave here.
empowering knowledge to a new dimension

Re:use google map with jSeblod CCK 1 year, 10 months ago #4

  • nicol
  • ( User )
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Would it be possible to use this to map a number of different articles to a single map?

I want to create a GoogleMap with a number of address points, clicking on each would bring up an article (in a pop-up, ultimately) about that address - and I'm wondering if JSeblod with this Plugin could achieve this by adding the location info to each article?

nic

Re:use google map with jSeblod CCK 1 year, 10 months ago #5

  • Peter L
  • ( User )
  • OFFLINE
  • Moderator
  • Posts: 538
  • Karma: 1
Hi nicol

To have more than one location marker per map you need to set up your map using a KML file. More info on these is here:

www.kksou.com/php-gtk2/Joomla-Google-Map...s-on-Google-Maps.php

If you put the text you want displayed for each location in the KML description tag then that will appear as a popup balloon when the user clicks the location marker. There may be a way of linking the marker to a jSeblod CCK article but just info text in the popup balloon may meet your needs.

Peter
Last Edit: 1 year, 10 months ago by Peter L.

Re:use google map with jSeblod CCK 1 year, 10 months ago #6

  • Jeka
  • ( User )
  • OFFLINE
  • Junior Boarder
  • Posts: 38
  • Karma: 0
Also you can try to use Phoca Map www.phoca.cz/phocamaps. It may be suitable for you.
Using component you can create a map and a lot of markers on it. And then by using their plugin insert map into your content type.
There are not so many automatic options in this component, but what i can advise you is to try it

Re:use google map with jSeblod CCK 1 year, 10 months ago #7

  • nicol
  • ( User )
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Thanks Peter L and Jeka for those suggestions - really helpful.

nic

Re:use google map with jSeblod CCK 1 year, 9 months ago #8

  • woss
  • ( User )
  • OFFLINE
  • Senior Boarder
  • Posts: 40
  • Karma: 0
hello

i had gmaps, this plugin and it worked but now out of the blue it stoped to work. it is published and setup as it should be, but all i get is the code, no gmap.

really don't know what happened. anyone had similar exp??

cheers,
daniel

Re:use google map with jSeblod CCK 1 year, 9 months ago #9

  • SEBLOD - Bes
  • ( Admin )
  • OFFLINE
  • Administrator
  • Working on SEBLOD 2.0 GA
  • Posts: 3141
  • Karma: 97
Hi Woss,

Do you have jSeblod CCk plugin in first position?

Do you have the code code generated (with address or other field value)?

Best Regards
If you use SEBLOD CCK, please post a rating and a review at the Joomla! Extensions Directory. Thanks to you.!!"
SEBLOD Vimeo Channel: vimeo.com/channels/seblod
SHAPE YOUR SITE YOUR WAY

Re:use google map with jSeblod CCK 1 year, 9 months ago #10

  • woss
  • ( User )
  • OFFLINE
  • Senior Boarder
  • Posts: 40
  • Karma: 0
Hi Bes,

i do now !!!
i never think about that, you should mark somewhere as important.
Thanks a lot.
btw can you please take a look on my post on this link www.jseblod-cck.com/forum/9-fields/5962-...imit=10&start=10

Thanks,
daniel

Re:use google map with jSeblod CCK 1 year, 8 months ago #11

  • Travkin
  • ( User )
  • NOW ONLINE
  • Junior Boarder
  • Posts: 23
  • Karma: 0
<p>{mosmap address='<?php echo $jSeblod->gm_ad->value; ?>'}</p>
working version

Re:use google map with jSeblod CCK 1 year, 8 months ago #12

  • slotpro
  • ( User )
  • OFFLINE
  • Moderator
  • Anti Spam !!
  • Posts: 143
  • Karma: 14
Travkin wrote:
<p>{mosmap address='<?php echo $jSeblod->gm_ad->value; ?>'}</p>
working version


Hi, Travkin

in demo use plugin Google map develop by kksou use code

{googleMaps addr="youfield"}

if you use googel map plugin develop by Mike Reumer use code

{mosmap address='youfield'}

Re:use google map with jSeblod CCK 1 year, 8 months ago #13

  • roobz
  • ( User )
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
I got this to work the same way as Travkin, using Mike Reumer's great plugin.

Slotpro: Are you saying you can just type the name of the file in index.php and it will display its property? I tried this and couldn't get it to work.

btw, big kudos to you on the quality of your jSeblod-powered websites so far!

My next step will be to see if I can get the marker on the form to be draggable so that people can reposition to a better longitude and latitude than what's provided by the address.

Re: use google map with jSeblod CCK 1 year, 5 months ago #14

  • godtub
  • ( User )
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi all,

I am not very familiar with jseblod yet and I am stuck at point :
4.create custom template use code

I tried editing [Advanced Content] template but I don't see where I should insert <div>{googleMaps addr="youfield"}</div>

Where should I insert this ?

I am using Advanced Content Template in order to display several tabs in my articles ... How can I make sure GoogleMaps plugin will be displayed on my GoogleMaps Tab ?

Should I copy Advanced content Template to a new one and change it to custom mode ?

Re: use google map with jSeblod CCK 1 year, 5 months ago #15

  • godtub
  • ( User )
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi again,

Did not figure out how to make this work yet.

Isn't there a way to do this somewhere else than in a custom template ?
For example : creating a 'Code' fiels which would call google maps plugin ?

Can this be done with a "Joomla Plugin (Content)" Field type ?
Then what should I put in FORM :: Construction->Default Value ?

This does not work :
{googleMaps addr="Adresse"}

Probably misses some <php> tags ...
  • Page:
  • 1
  • 2
Moderators: dan1dyoung, webfacsimon
Time to create page: 0.36 seconds