Quote:
Originally Posted by munnakv
|
did you modified sitemap.php? i guess you've changed the value of $script variable at line2 to "sitemap". it should be "sitemap.php".
for the "View Full Version" link:
Find:
PHP Code:
$output .= "\r\n<br/><h1>".$vbphrase['view_full_version'].": <a href='".$vbulletin->options['bburl']."'>".$vbulletin->options['bbtitle']."</a></h1>";
Replace
PHP Code:
$output .= "\r\n<br/><h1>".$vbphrase['view_full_version'].": <a href='http://www.yoursite.com/forum/index.php'>".$vbulletin->options['bbtitle']."</a></h1>";