Okay...You have this:
Quote:
function statistics_make_user_link($user) {
$name = fetch_musername($user);
return "<a href=\"$vboptions[bburl]/member.php?u=$user[userid]\">$name</a>";
}
|
It needs to be this:
Quote:
function statistics_make_user_link($user) {
$name = fetch_musername($user);
return "<a href=\"$vboptions[bburl]./member.php?u=$user[userid]\">$name</a>";
}
|
Same thing with the function statistics_make_thread_link & the function statistics_make_post_link