Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Patricia BT
    Participant

    @patricia70

    Hi Paul and thank you very much for your answer

    well, I use then multi-domains plugin from WPMUdev (yes there is a choice given in dropdown), but then I must comment out this in BuddyPress code, in order to get the multi-domains plugin to work.

    the plugin works well without BP, so WP alone allow that, so I am not sure to understand “how can BuddyPress know what domains it could use?” I thought BP would use WP mechanism (on which the plugin act). I’m not at all a coder so that’s why I’m asking :)

    so is there any problem related to that (commenting out) that you could forsee? no problem for me to comment out? (except for the fact I will need to recomment at every upgrade)

    thank you very much


    Patricia BT
    Participant

    @patricia70

    Hi again

    on the new version, this code is on lines 553-556 of /wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php

    ` // If this is a subdomain install, set up the site inside the root domain.
    if ( is_subdomain_install() )
    $domain = $blogname . ‘.’ . preg_replace( ‘|^www.|’, ”, $current_site->domain );
    `

    questions are still open,

    – why force on the main domain ? (if we want to have it on a synonym domain)

    – is there any side effect if I simply comment out those lines? (the behaviour mentioned above was due to something else, but still want to know if no problem to comment them out)

    thank you very much in advance :)

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar