Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    @shanebp thanks man.

    This is the right code for BP 1.5+

    `function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );`

    It should be added to bp-custom.php

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    looks like this plugin “BP Extended Settings” can do the job, but I can’t seem to find it.
    http://wpmu.org/daily-tip-tweak-buddypress-with-the-new-extended-settings-plugin/

    Any thoughts?

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    @djpaul I’ve installed 1.6.4 and the bug still exists. Any idea how to fix it?

    Thanks

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    I think I found a work around, thanks to @jigesh.

    I added define( ‘BP_ENABLE_MULTIBLOG’, true ); to my wp-config and that lets me run the installation wizard.

    Now let’s stop editing! Happy blogging. ;)

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    Hi again,

    I installed (but not activated) BP via /wp-admin/network/plugins.php then updated my wp-config.php to define ( ‘BP_ROOT_BLOG’, 2 ); but when I go to http://site.com/community/wp-admin/plugins.php and activate BP and click the “Installation Wizard” link in the toolbar, I get this error: You do not have sufficient permissions to access this page.

    And I am logged in as super admin.

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    yes, I figured, but my question is, should I add that to my wp-config.php or to bp-custom.php that I created under wp-content/plugins/?

    The article is not clear as to which one.

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    @modemlooper I installed BP (not activated yet) but the article is kinda vague for my next step. The article on step (1) says: http://codex.buddypress.org/user/install-buddypress-on-a-secondary-blog/

    In order to run Buddypress on a secondary blog, you should create a second blog and modify BuddyPress’ internal settings to set your new blog as the BP root blog.

    Next, define the ‘root’ blog you would like BuddyPress to reside at by adding the code snippet below to wp-config.php

    I created my bp-custom under wp-content/plugins/ but should I add this “define ( ‘BP_ROOT_BLOG’, $blog_id );” in my wp-config.php or in bp-custom.php? or both?

    Please help.

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    @modemlooper sorry for being a noob, this is my first attempt to work with WordPress Networks and BP.

    After adding a new subsite (Community), it looks like the new plugins should be installed via /wp-admin/network/plugins.php. I think my next step is installing BP and then activating it on the subsite (only) then follow the BP installation?

    I went commando and am trying this on the live site (under construction enabled), that’s why I want to make sure I am taking my steps wisely.

    Should I still follow this article after installation?
    http://codex.buddypress.org/user/install-buddypress-on-a-secondary-blog/

    Thanks

    Avatar of faramarz
    Faramarz
    Participant

    @faramarz

    GROOVY!! It only took 2 minutes to update the wp-config file and .htaccess to make the second website up and running. Now I can install BP on this one without interfering the theme of the main site.

    Thanks

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