Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Dia Ritoch
    Participant

    @dritoch

    Hi.. Thanks for the reply.
    Is this what you mean? That Instead of php if ( bp_is_my_profile(‘1?) ) : ?> I put php if ( bp_is_my_profile(“user id=1”) ) : ?>

    No worries about the Skype username.. I have configured that one out.. I just didnt show it in the code…
    :)


    Dia Ritoch
    Participant

    @dritoch

    mercime’s code worked.

    @Boones
    George: “Keep in mind that the Dashboard option only appears for logged-in users who have a role greater than Subscriber on your blog.”

    — I am using One Quick post for front end posting coz I dont allow members/editors/authors to access the backend. They have higher roles, therefore they can see the dashboard from the BP Admin bar. My question now is, is there a code for roles higher than subscriber not to see the Dashboard link?


    Dia Ritoch
    Participant

    @dritoch

    I don’t know if it’s proper but I only edited my CSS file and added

    li#bp-adminbar-thisblog-menu {display:none;}

    and that did the trick!


    Dia Ritoch
    Participant

    @dritoch

    I got this solution from Mr. Brajesh Singh:

    This is a problem with Buddypress 1.2
    There are a few ways to fix this though.
    In your bp-custom.php, put these lines, and it should work.

    define(“BP_HOME_BLOG_SLUG”,”blog”);
    function bpdev_blogs_setup_root_component() {
    /* Register ‘blog’ as a root component */
    bp_core_add_root_component( BP_HOME_BLOG_SLUG );
    }
    add_action( ‘bp_setup_root_components’, ‘bpdev_blogs_setup_root_component’ );

    And to some who may not know where to put the bp-custom.php, bp-custom.php should be created in wp-content/plugins NOT in wp-content/plugins/buddypress.


    Dia Ritoch
    Participant

    @dritoch

    I have the same problem! I was thinking of establishing a simple dailybooth-like network for my community. however, I just can’t find a plugin that works for photo uploading or photo replies. Please, if anyone out there knows, please please share… :)

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