7
Thxz, yet the sub links were added purposely for Google...
Thinking to make a simpler plug-in for newbb, as that’s a lot of code to do a simple task....
Something more like this:
<?php function b_sitemap_newbb(){$xoopsDB =& Database::getInstance(); $block = sitemap_get_categoires_map($xoopsDB->prefix("bb_forums"), "forum_id", "cat_id", "forum_name", "viewforum.php?forum=", "forum_order"); return $block;} ?>
As mydownloads, mylinks, etc, look something like that, not sure why we would want all that checking done in the first place.....
Still need to fix that, yet as long as all forums show and all sub links, I will be happy.