Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • foodin65
    Participant

    @foodin65

    Another note. This code is in my bp_custom.php file. I’d like to keep it there.


    foodin65
    Participant

    @foodin65

    I’d be interested in seeing how you did that. I’m trying to accomplish it on my community site now… but I can’t figure out how to make it happen.


    foodin65
    Participant

    @foodin65

    This is another Idea i have:

    function bp_is_active( ‘profile’ || ‘activity’ || ‘messages’ || ‘friends’ || ‘groups’ || ‘settings’ ) && function_exists( ‘current_user_has_role’ ) && current_user_has_role( ‘subscriber’ || ‘moderator’ || ‘administrator’ ) {
    global $bp;

    if ( BP_ACTIVATION_SLUG == $bp->current_component )
    return true;
    if (wp_redirect(get_option(‘siteurl’) . ‘/wp-login.php’))
    return false;
    }

    But again it doesn’t work…. am I even on the right track?


    foodin65
    Participant

    @foodin65

    I’ve got a question.

    I can’t seem to get new pictures to show up in the global activity stream. Is there a way to do this? New images only show up in the users profile activity stream, but not the global one.


    foodin65
    Participant

    @foodin65

    *In simba’s sad voice right after his father died* “HELP! Somebody… Anybody… help… *tears*

    But seriously… anything would be helpful. :)

    Thanks


    foodin65
    Participant

    @foodin65

    Any help?

    *Give big sad puppy dog eyes hoping you will throw him scraps of code*


    foodin65
    Participant

    @foodin65

    Okay So, I’ve created a new child theme and moved all of my files from my original theme into this new BP-Child Theme. I merged the css as best I could and when I hit the preview button I’m getting there errors:

    Warning: main(/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/breadcrumbs.php) [function.main]: failed to open stream: No such file or directory in /clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 30

    Warning: main() [function.include]: Failed opening ‘/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/breadcrumbs.php’ for inclusion (include_path=’.:/usr/local/php-4.4.8-1/share/pear’) in /clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 30

    Warning: main(/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/theme-options.php) [function.main]: failed to open stream: No such file or directory in s/clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 33

    Warning: main() [function.include]: Failed opening ‘/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/theme-options.php’ for inclusion (include_path=’.:/usr/local/php-4.4.8-1/share/pear’) in /clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 33

    Fatal error: Cannot redeclare bp_dtheme_show_home_blog() (previously declared in clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php:130) in /clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/functions.php on line 52

    How do i fix these errors so I can get my new child theme to work with. If I understand correctly, it should have all Buddypress functionality from bp-sn-parent and all the function of my original theme that I’ve copied into this child theme.

    Thanks


    foodin65
    Participant

    @foodin65

    Okay, So If I understand eveyrone’s posts properly, The “best practice” would be to move all of my original themes styles, php files, and functions into a buddypress child theme. Thus ensuring the future-proofness of my buddypress functions.

    I’ll do that… as best I can and Let you all know how it works.


    foodin65
    Participant

    @foodin65

    I’m certainly ready to test it :D


    foodin65
    Participant

    @foodin65

    I really like your customizations. Your theme is really good looking. Is it based on the new 1.1 theme framework?

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