Joomap is a Sitemap component for Joomla CMS version 1.5.x. Joomap offers a wide range of configuration options and can also generate a Google Sitemaps listing of your website’s structure. Joomap also implements a very simple plugin-mechanism to import content from external components.
Download: Joomap 2.06 Beta 2c (for Joomla 1.5.x)
Download old version: Joomap 2.05 (for Joomla 1.0.x)
The latest development version is available as a subversion repository at Googlecode:
svn checkout http://joomap.googlecode.com/svn/trunk/ joomap
Please note: The new version 2.06 is still a beta version. If you find any issues with it, please post a comment at the bottom of this page to let me know. I will try my best to track down the problem as soon as possible. However, as I also have a private life and a job that keeps me busy, it might take a couple of days for me to release a fixed version. Thank you.
Screenshots of the Joomap Component Administration Panel:
Joomap in action on my local Testsite:
Stand: 19.08.2008, 22:02 Uhr




19.03.2009 08:53
Thank u for providing Joom map module.
I have a problem when second level sub menu item comes.
Its giving me a wrong link.
Thankx,
VK
20.03.2009 10:43
Hello,
For some reason my joomap has stopped working, google now says “unsupported file format” and google has indexed all my pages with these errors.
500 - Error: 500 - 2 visits - 19 MarSH404SEF : headers were already sent when I got control! Killed at line 351 in sh404sef.php: HEADERS ALREADY SENT (200) …
Any idea how to get the sitemap working again?
20.03.2009 17:34
I was having a problem with standard SEF Urls and Joomap. The article level did not have the category id. Here is the fix that I have applied.
in the file \administrator\components\com_joomap\plugins\content.plugin.php
change line 234 in the function getCategory($id) from :
$node->link = ‘index.php?option=com_content&view=article&id=’.$item->id;
to
$node->link = ‘index.php?option=com_content&view=article&catid=’.$id.’&id=’.$item->id;
I hope that this helps.
Also there must be a Joomla routine that actually generates the names rather than the ID numbers for SEF. If anyone knows which one it is the let me know and I will post a fix to use those instead.
John
23.03.2009 13:32
Hello,
I want to use the Joomap component to generate a sitemap with the Virtmuemart displayed. I do not see any method of doing this with the Joomla 1.5 version of the component. I presume it is not yet in place. Is it coming soon?
It is also good to see that the hidden advertising is now optional. I can start using joomap again. thanks for doing that.
24.03.2009 14:43
What a delight. Of all the components I ever installed this one has taken the least time to set up. With sh404sef and joomla 10.0.15 it works just great!
The only minor thing I noted is the title is not set for the site map page, so it does not show ‘mosconfig(sitename) - Site Map’ in the history list. That’s really such a minor thing, but no one else mentioned it so I just pass it up in case you wish to change it.
25.03.2009 12:24
Hi,
Joomap ist cool…. ich habe nur das extrem lästige problem, dass mir joomap duplizierten content produziert… wenn ich die seo rewrite engine eingeschaltet habe bekomme ich adressen in der form “22-artikelname-und-titel-alias.html” joomap produziert mir aber zusätzlich ne URI im stil “22.html”
26.03.2009 11:52
Hi - Many thanks for your hard work - I have used joomap on my website - but it generates any extra folder link the the url
http://www.worcester-apple.co.uk/worcesterapple/worcesterapple/index.php/contact-us
should be
http://www.worcester-apple.co.uk/worcesterapple/index.php/contact-us
Any ideas?
Thanks Terry
26.03.2009 14:10
I think there is a little bug in you SQL Querystring, which creates the tree(nodes). There is no select attrib for the type (joomla.php, frontend, line 139)…
Additional i added a little line into
joomla.html.php line 44: $node->browserNav = 3;
to eliminate the link for a separator.
Maybe it helps.
28.03.2009 05:11
Great component !
30.03.2009 01:20
Hi I need some help with my configuration of Joomap, it seems that when I click on the Google Sitemap link in the display settings, which is http://bulkmarketingsoftware.com/index2.php?option=com_joomap&view=google&no_html=1 it doesn’t work properly.. Some help with this would be great thanks!