Quote:
Originally Posted by Trixi.com
4. I changed also
// Forums URL - Directory your vbulletin forums are in (NO TRAILING SLASH!)
$archive_options['http://www.rickshawforum.com/forums'] = 'http://localhost/vb300';
// Archive URL - The location of these scripts (NO TRAILING SLASH!)
$archive_options['http://www.rickshawforum.com/forums/search'] = 'http://localhost/vb300/search';
|
that's your mistake
you should change it into:
PHP Code:
$archive_options['forumurl'] = 'http://www.rickshawforum.com/forums';
$archive_options['archiveurl'] = 'http://www.rickshawforum.com/forums/search';