Another Exclude URLs Question + HTML Sitemap
« on: November 06, 2009, 10:22:28 PM »
Hi,

I have a portal as my homepage berryholics.com/index.php? and my forum is on berryholics.com/index

I know this is ok for exclusion, for example:
generator/
user/

But not sure how to exclude this:
index.php? (Portal)
page__view__findpost(various numbers )

HTML Sitemap:
As you can see on my website Topics and posts are listed but I just want topics. So I guess I need to exclude
page__p__188&#entry188? again how?

Also how can I make it look like this: [ External links are visible to forum administrators only ]

The size of my sitemap is very large considering it's a new site so I'm guessing the above is the reason.

Thanks.
« Last Edit: November 06, 2009, 10:43:53 PM by abbsta »
Re: Another Exclude URLs Question + HTML Sitemap
« Reply #1 on: November 08, 2009, 03:56:03 PM »
Hello,

you can add exclusions exactly like this:
Code: [Select]
index.php?
page__view__findpost
page__p__
and it will exclude any URL that contains those substrings.

Quote
Also how can I make it look like this
You can customize layout/style of your html sitemap in generator/pages/mods/sitemap_tpl.html file.