I have made some adjustments to this script as well.. mainly adding parameters that allow you to control what displays on the map, (sections, categories, items, unplublished items, and registered only items)
Still very beta, but I'll up the php here..
Things I would like to do:
Exchange Tables for CSS..
Make positioning more flexable.. (Right now controled by the sql statments)
Add options to not include categories by name..
Build a front end to edit these parameters in a more friendly way..
Just replace the jmsitemap.html.php in the jm sitemap component directory with the attached..
These lines at the top control content:
$show_components = 1; //List Components
$show_section = 1; //Show Section
$show_category = 1; //Show Category
$show_registered = 1; //Show Registered User Sections.
$show_items = 1; //Show Items
$show_unpublished = 0; //Show Unpublished Items