kauselot
User
 Fresh Boarder Posts: 1
  Karma: 0
|
Re:SEFSM and SmartSEF = blank sitemap page - 2008/07/04 12:16
This is problem with all SEF components caused by spam link function of SEF service map.
To fix this:
a) rename GetLink() to GetLink1() in servicemap.util.php and getLink() to GetLink1() in servicemap.html.php
b)or remove entire function in servicemap.util.php and entire line | Code: | $complink = getlink(); if ($complink!='l') $complink = 'by '.$complink; else $complink='';
| in servicemap.html.php as this function produces nothing but spam links in your sitemap.
|