Group Mods

  • Profile picture of r-a-y
  • Profile picture of @mercime
  • Profile picture of Hugo

Support: Installing BuddyPress

Problems with getting it running.

Moving bb-config to a non web accessible directory (up a dir from the root) (3 posts)

Started 1 year, 11 months ago by: Windhamdavid

  • Profile picture of Windhamdavid Windhamdavid said 1 year, 11 months ago:

    anyone with any insight into doing it so I don’t have to dig through it? It’s possible with wp-config and I remember it was doable with a standalone bb-press but at first try it doesn’t seem that the bp forum install is going to allow it? bb-config-path.php? BB_PATH? perhaps i can just up this a level in bb-load.php … any other affects of doing so?

    // The config file resides one level below BB_PATH
    require_once( dirname( BB_PATH ) . '/bb-config.php' );

    thks.

  • Profile picture of rich! @ etiviti rich! @ etiviti said 1 year, 11 months ago:

    IIRC within BP – the BB config file is also stored in the meta table ( $bp->forums->bbconfig = $bp->site_options['bb-config-location']; )

  • Profile picture of Windhamdavid Windhamdavid said 1 year, 11 months ago:

    thks ~ yes.. bb-config-location in _sitemeta works.