Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I move my bbpress location

  • @lndasa

    Member

    I have installed bbpress under mysite.com/blog/wp-content/plugins/bbpress/ and its working fine along with blog (integrated). I would like to move it to mysite.com/forums. I physically copied the files to the mysite.com/forums folder and ran it gave an error saying “page not found” and then I commented out my bb-config.php to restart installation. It accepted DB values but in the Step 2 it went to the old location where it was installed mysite.com/blog/wp-content/plugins/bbpress/. So looks like the site path is hard coded in the database how do I address this.

Viewing 8 replies - 1 through 8 (of 8 total)
  • @_ck_

    Participant

    Try putting this into your bb-config.php

    $bb->uri = 'http://your-domain-name.com/forums/';

    @lndasa

    Member

    I tried that Please see http://absolute-truth.net/forums/ my Intended place. You can see the “No page found” and the tags linking to the location where the forums is currently located within the plugins directory.

    @_ck_

    Participant

    You don’t actually have bbpress installed underneath wordpress do you?

    http://absolute-truth.net/blog/wp-content/plugins/bbpress/

    if so, that’s really not good design

    move it to http://absolute-truth.net/forums/

    bbPress is not a wordpress plugin, it’s a standalone program

    @lndasa

    Member

    I saw somewhere you shall run into cookie problem with wordpress authentication if bbpress is not installed as a subfolder under WP. Nevertheless that’s exactly what I want to do and Iam unable to do. I haven’t deleted the http://absolute-truth.net/blog/wp-content/plugins/bbpress/ installation, I copied the whole bbpress to /forums and tried to re-install bbpress with bb-config commented. It failed in step 2. Thats where Iam. Unfortunately there is no step by step procedure to relocate bbpress.

    @_ck_

    Participant

    The cookies are a different problem, you have to set the cookies to use the root / and not a sub-folder.

    See if it allows you into

    http://absolute-truth.net/forums/bb-admin/options-general.php

    and/or

    http://absolute-truth.net/blog/wp-content/plugins/bbpress/bb-admin/options-general.php

    and change the bbPress address (URL)

    @lndasa

    Member

    The second worked I changed the options from the existing place to /forums. After that http://absolute-truth.net/forums/ showed the posts but the template was not applied, it had a crude look. Now I deleted the bbpress under plugins. Now it doesn’t show up anything. So there seems to be some dependency with the old area. Is that dependency in the Database?

    @_ck_

    Participant

    Are you certain you have bbpress installed under your /forums/ directory?

    Because I am fairly certain you don’t.

    If you did, this would work

    http://absolute-truth.net/forums/license.txt

    (unless you deleted that file, which is unlikely)

    /forums/ should be at the same level that /blog/ is

    @lndasa

    Member

    Sorry that was due to some other problem. Now it works without any problem. So the key is to change the URL in the general options and physically relocating the files. Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar