4
Richard,
Quote:
carnuke wrote:
The current sitemap module seems to have problems with the old wfsections module. I use this for about 50% of my site content, so the module is not very useful.
Edit the file called /xoops/modules/sitemap/plugins/wfsection.php and replace the line :
$block = sitemap_get_categoires_map($xoopsDB->prefix("wfs_category"), "id", "pid", "title", "viewarticles.php?category=", "title");
with :
$block = sitemap_get_categoires_map($xoopsDB->prefix("wfs_category"), "id", "pid", "title", "index.php?category=", "title");