Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin – Member List


ardentfrost
Member

@ardentfrost

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.

Skip to toolbar