Inserting Image Maps (linkable images) into Joomla

Need help with a WYSIWYG-editor in Joomla! 1.0.x? This is the place to be.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
pagecafe
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Wed May 23, 2007 1:13 pm

Inserting Image Maps (linkable images) into Joomla

Post by pagecafe » Wed Sep 12, 2007 4:11 pm

I was having some challenges in this area and after scouring several forums and many topics I was able to get it to work in FireFox, IE and Safari.

The JCE WYSIWYG (addon component) editor needs to be configured to allow image maps. Under the Component-JCE Configuration, add
area[shape|coords|alt|title|href],map[name]
to the list of extended elements. That will let you add your image map code in the html window without the editor stripping it out.

Then:
- create the hot spots on your image in Fireworks (or any other tool)
- export image/code
- go to your Joomla content item, edit, insert/upload the image
- assign map name to image in JCE Advanced tag
- add map code to html for that content/image in JCE html editor
- add a # to the front of the map name in usemap= in the



Hope that helps!
Lorrie


[mod note: removed manual signature. Please add signatures to your profile and not to each post]
Last edited by brad on Thu Sep 13, 2007 4:00 am, edited 1 time in total.

User avatar
tethmosis
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 249
Joined: Sat Sep 23, 2006 4:13 pm
Location: Canada

Re: How To Add Image Maps (linkable images) to sites

Post by tethmosis » Wed Sep 12, 2007 4:17 pm

Read this...
http://forum.joomla.org/index.php?topic=38391.msg989893
But i suggest using the "Image map" feature of the JCE editor. (Also stated in the above link/thread)

pagecafe
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Wed May 23, 2007 1:13 pm

Re: How To Add Image Maps (linkable images) to sites

Post by pagecafe » Wed Sep 12, 2007 4:33 pm

Thank you for linking to the other post - however that solution had some more complexity to it and the htmlfix existence was questioned. 

I did make an entry at the bottom of that post before I was able to get the solution working in IE and Safari. 

After solving the IE/Safari issue, I re-wrote the solution and posted it in it's own thread to hopefully benefit the Joomla Commuity at large.

Warm Regards,
Lorrie


[mod note: removed manual signature. Please add signatures to your profile and not to each post]
Last edited by brad on Thu Sep 13, 2007 4:01 am, edited 1 time in total.

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Inserting Image Maps (linkable images) into Joomla

Post by infograf768 » Wed Sep 12, 2007 5:00 pm

Good tip!
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24985
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Inserting Image Maps (linkable images) into Joomla

Post by pe7er » Wed Sep 12, 2007 11:34 pm

MOD note: Crosspost deleted.
Thanks for sharing this usefull info but please do not crosspost your messages.
See the Forum rules: http://forum.joomla.org/index.php/topic,65.0.html
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

laughingbird
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Oct 04, 2007 4:34 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by laughingbird » Thu Oct 25, 2007 4:20 pm

Excellent tip PageCafe!
Thanks for taking the time to post this. It's just what I was looking for.

Tethmosis -- same for you! I appreciate the link.

- Marc

User avatar
richrock
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 202
Joined: Fri May 11, 2007 8:18 am
Location: Wales, UK
Contact:

Re: Inserting Image Maps (linkable images) into Joomla

Post by richrock » Thu Nov 08, 2007 5:17 pm

Thanks for the link - works fine on my 1.0.x sites.  :D

However, anyone know how to do this on Joomla 1.5 RC3?  Hoping to do this for my personal site.  I've tried injecting code, looked at the CSS tricks available (I'm using different images and different maps per category/section...  ???

I'm at a bit of a loss.

Rich
"At first if you don't succeed, you fail."
My personal blog : http://www.blabr.co.uk
By clicking 'continue', it's your way of answering: "Yes,I know what I'm doing so it'll be my own fault if things go wrong and I don't care"...

MonsterStore
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Tue Mar 03, 2009 5:17 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by MonsterStore » Thu Mar 12, 2009 8:58 pm

Thanks loads for this. You saved me a lot of trial and error. It worked beautifully :D

KevinDavis004
Joomla! Apprentice
Joomla! Apprentice
Posts: 32
Joined: Mon Dec 22, 2008 10:35 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by KevinDavis004 » Mon Jun 22, 2009 9:31 pm

It looks like it can work, however, when I put my image map code in it seems the shape and coordinates disappear...

vsllc
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Thu Jun 05, 2008 10:14 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by vsllc » Thu Aug 13, 2009 3:56 am

Does this work in 1.5. How do you add extended elements?

pagecafe
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Wed May 23, 2007 1:13 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by pagecafe » Thu Aug 13, 2009 2:11 pm

I have not tried this in 1.5 yet.

The code is getting stripped because of the editor, I use JCE to change the extended elements do this:

The JCE WYSIWYG (addon component) editor needs to be configured to allow image maps. Under the Component-JCE Configuration, add
area[shape|coords|alt|title|href],map[name]
to the list of extended elements. That will let you add your image map code in the html window without the editor stripping it out.

vsllc
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Thu Jun 05, 2008 10:14 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by vsllc » Thu Aug 13, 2009 2:37 pm

This may be where my confusion is coming in. I am using the latest JCE for Joomla 1.5. When I go to Component-JCE Administrator-Configuration I have the following tabs inside the JCE Editor Setup: "Control Panel", "Configuration", "Groups", "Plugins" and "Install". On the configuration tab I don't see where I add or view extended elements. The other tabs don't have anything obvious either. Any ideas?

pagecafe
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Wed May 23, 2007 1:13 pm

Re: Inserting Image Maps (linkable images) into Joomla

Post by pagecafe » Thu Aug 13, 2009 2:46 pm

Yes, I was referring to an older release of JCE.

I recommend going to the JCE website and searching their forum/documentation for extended elements.

Good luck and please post what you find out on this thread.

ronniee
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jul 17, 2008 10:57 am
Location: Dhaka, Bangladesh
Contact:

Re: Inserting Image Maps (linkable images) into Joomla

Post by ronniee » Thu Mar 04, 2010 4:52 am

I have found the "Extended Elements" in the latest JCE for Joomla 1.5.

Go to Components -> JCE Administration -> Groups in admin panel, you will find the "Default" group here. Enter into this group, you will see some tabs. Click on "Editor Parameters" tab. Then, you will see the "Extended Elements" in the middle of the screen.

Hope this will help everyone!

- ronniee


Locked

Return to “WYSIWYG Editors - 1.0.x”