There is currently no check for the total number of links before the number of chunks the site map should be divided into has been decided. As a result, taxonomy and user links are repeated in every chunk.
There is currently no check for the total number of links before the number of chunks the site map should be divided into has been decided. As a result, taxonomy and user links are repeated in every chunk.
Comments
Comment #1
darren ohAlso, the largest node ID will not give an accurate count of nodes if nodes have been deleted. To get an accurate link count, we need to
This will allow us to calculate the number of site maps to show on the index page.
For the individual site maps, we must find the beginning of the range. We start with the lowest nid for which links were returned and count links until the number of links plus the number of nodes equals the chunk size multiplied by the chunk number. The first chunk will start with the home page. After all nodes have been added, we start counting terms, then users, and finally links that do not have nids.
The next nid, tid, uid, or link is the beginning of the current range.
Comment #2
darren ohFixed in CVS commit 64991.
Comment #3
darren ohSet issue 110484 to duplicate of this issue.
Comment #4
darren ohComment #5
dave reidThis module is no longer supported. Closing issue.