PDA

View Full Version : Advanced Sitemap


gmarik
06-22-2003, 09:42 AM
Everybody would love to have one:
http://www.vbulletin.com/sitemap/

But can it be done automaticly? I mean, just list the id's to be shown in the left column, right column? :rolleyes:

Logician
06-22-2003, 10:03 AM
I don't think this is automatic, it is probably a manually added page.

On the other hand if you are trying to have an automatically generated board map (only listing all forums including subs in a page), I once coded such a script for a request in this forum and I might have already released it in a thread here. Check it out and if you can't find it, let me know and I'll send you.

Be warned if your forum count is too much, its queries will be too much too. But it is working ok.

Only if I can find where I saved it.. :knockedout:

gmarik
06-22-2003, 07:14 PM
Forum count is the most easiest thing, Logic.
The other part is adding the other parts of the site ...

Logician
06-22-2003, 07:26 PM
how can you add "other parts"? Even if you code a script that reads a directory for .html files, this wont do the trick because not every html files should be included into the list as some might be private, some might be SSI includes etc.

All you can do is to be happy with forum list (I'm NOT talking about forum COUNT, I'm talking about the entire list, a forum map) or have a portal/content management script to have your pages in your MYSQL so that you can query your db and get a list.