Re: Plugin – Member List
yeah, so, this is what’s in functions.php (core file)
function bb_get_option( $option ) {
global $bb;
switch ( $option ) :
case 'uri' :
return $bb->domain . $bb->path;
break;
...
So, all it does it return those exact two things you posted concatenated together. It makes no sense for the developed link to have a /forums/ in it.