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




29.07.2009 17:08
is it a must to publish the sitemap menu for it to have a better chance being crawling???
30.07.2009 03:25
I’ve just installed Joomap using the tutorial posted by doogalazza (thank you !) and created a SiteMap item in my Top menu. Installationa is not enough, you need to create a menu item of a Joomap type.
Use a link then, eg index.php?option=com_joomap to use it elsewhere.
I used it in a footer section too.
30.07.2009 22:23
Hello.
i’ve always used Joomap, but now I’ve installed it on a fresh installation of Joomla 1.5.13 and gives me an error 404 when clicking on the Sitemap link, just created using the method “Joomap”.
any help?
Thank you :)
30.07.2009 22:39
Solved! :)
I didn’t renamed the file htaccess.txt in .htaccess!
Thanks!
06.08.2009 15:08
to fix the extrnal url breaking add the following to around line 54 in joomap.html.php:
default:
if($node->id == 8){ //this is the id of my external link
break;
}else{
$link .= ‘&Itemid=’.$node->id;
break;
}
if you have multiple extrnal urls you could load them into an array and for each over the array the. other wise if you just have a few just add a few ifs like i have shown.
06.08.2009 22:42
I use thin com and I’m very enjoyed
07.08.2009 10:28
The component works fine for links of 1st and 2nd level, but generates incorrect url-s for lower level links (http://www.invest.of.by/map)
11.08.2009 17:42
I installed joomap today and it seems to be working OK.
However, I am trying to control the order the articles within a category are displayed. Joomap does not seem to inherit the order specified in advance paramters of of the menu link.
For example, the following articles were created in chronological order 1 to 4:
Article 1
Article 2
Article 3
Article 4
They are displayed
Article 4
Article 3
Article 2
Article 1
I want them to be in the order:
Article 1
Article 2
Article 3
Article 4
This is the literal order number for each article.
Any ideas on this one? I am working on a localhost.
Thanks.
12.08.2009 05:11
I’m using Joomap 2.06 Beta 2c (for Joomla 1.5.x). Joomap is not giving the full url. I have SEF and Mod Rewrite enabled. It’s putting the id number, but not the alias in the URL for the content items. So everything throws a 404 error. Here’s an example:
Actual URL: http://www.mysite.com/learning-center/43-getting-started/104
Joomap reports: http://www.mysite.com/learning-center/43-getting-started/104-overview
Is this a bug with 2.06 betac or with my configuration?
thanks!
13.08.2009 13:50
Why do some of the links in my Joomap sitemap result in an Error 404 page while others do not???