GetSimple Support Forum

Full Version: gs-map, HTML sitemap of all or specific parts of the website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I've released the first version of gs-map, a plugin to display an HTML sitemap of the website.

Let me know if you find it useful!
Does not work = (
Simply gives a blank page, without a site map.
Deimos Wrote:Does not work = (
Simply gives a blank page, without a site map.

Hello, Deimos.
Could you please tell me:
- What version of GetSimple are you running
- What page have you added the sitemap
- If you have edited the template page

The default behaviour of the gs-map.php template file is to show the children sitemap if on a page different than index.
if you put it in /sitemap/, for example, it won't show anything, as you probably don't have children pages. You should change the code of the template from "map(return_page_slug());"
to "map();"

Thank you for telling though - future versions will have map-allsite and map-children as different templates
Bump! New version with gs-map.php and gs-map-children.php, you probably want the first then...
seems not to work
Oleg06 Wrote:seems not to work http://neowebtime.ru/0000/map
I see.
- the links are missing the base get-simple URL
- empty tags shouldn't be displayed
- same goes for empty description

Could you try the (freshly baked) latest version? It uses find_url from gs included files, so it should work no matter what. (the only changed file is /gs-map/plugins/gs-map/Page.class.php")

I will definitely include a basic css for styling from future versions, also, the default display mode is too ugly.
Oleg06 Wrote:strange link http://www.tankmiche.com/data/uploads/gs...m.tar.lzma
It's a tarball compressed with lzma, not much different from .tar.gz (compressed with gzip). Do you need a zip? Otherwise, here's the differences from the older Page.class.php version.
please ZIP
Oleg06 Wrote:please ZIP

Here you are!
Yes, it works
all works good. thx very usefull plugin
Thanks yo!
2 request:
1. page description should be also shown, below link with page's name (of course if it does contain description)

2. assuming that website is updated pretty often (at least once per month) showing date of last update would be also great

Good job with the plugin of course Smile