Nutter, on Jul 26 2005, 09:12 PM, said:
I had just found out about google's sitemap project and started writting my own snippet to do just that when I found yours
Have installed the snippet but haven't gone over it in detail yet!
Had a look at your site (btw; is this your own site? I do portraits too -> http://nickpearson.bizhat.com/index.php?id=33, website still being built!) and can't see where the mysterious "id=" is coming from...
Not sure if this will solve the problem, but it will make makeurl behave differently.
Go and edit the gallery snippet code and replace all these lines :
$link = $etomite->makeUrl( $id, '', $args );
...with this line :
$link = $etomite->makeUrl( $id, $etomite->documentObject['alias'], $args );
In the original snippet code this will be on lines 307, 319, 338, 417, 435, 502, 543 and 596.
Hope this works for you!










