35263526
08-21-2004, 01:35 PM
Right, I've installed the CMPS and it works brilliantly, you guys did a great job. But I've got one minor problem; Links to user profiles in the Online Users block link to the directory the CMPS is in, not my forum subdirectory (instead of pointing to http://www.domain.com/forum/member.php it points to http://www.domain.com/member.php).
I went into modules/onlineusers.php and found this line:
$activeusers = str_replace('"member.php', '"' . $vboptions['bburl'] . '/member.php', $activeusers);
Now I don't know a huge amount of the workings on vBadvanced CMPS or vBulletin, but it looks like that controls where the member link points to. I tried changing both values of 'member.php' to include the forum path, but it has no effect.
Any idea what's going on (BTW, I checked my board's settings, the bbPath and the site path are both correct)?
I went into modules/onlineusers.php and found this line:
$activeusers = str_replace('"member.php', '"' . $vboptions['bburl'] . '/member.php', $activeusers);
Now I don't know a huge amount of the workings on vBadvanced CMPS or vBulletin, but it looks like that controls where the member link points to. I tried changing both values of 'member.php' to include the forum path, but it has no effect.
Any idea what's going on (BTW, I checked my board's settings, the bbPath and the site path are both correct)?