Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 97 total)
  • @mikey3d

    Participant

    Oh, there is another reason why I use buddybar is plugin BuddyPress Ninja.

    @mikey3d

    Participant

    Thanks @hnla and @aces

     


    @hnla
    – there is no reason I choose buddybar, it’s just a choice. It takes awhile for me to style CSS on WP toolbar what I want. So I kind of get pretty close what I want.

     


    @aces
    – Yes it does work. Great, I have an optional either toolbars. 🙂

    @mikey3d

    Participant

    @aces – Thanks, it works with functions.php. I have trying to figure it out, it’s pretty impossible. 🙂

    @mikey3d

    Participant

    Did anyone notice the difference background color on buddybar after upgraded BP 1.7? I use the child theme.

    @mikey3d

    Participant

    Never mind it works. I forgot to put the check mark instead just add tab text only.

    @mikey3d

    Participant

    I found the problem. When I change the theme to bp-default and the link in the Group Directory is working. But oh boy, it is not theme it was the function.php that I add @boonebgorges codes is not working:

    What’s the easiest way to change the default landing page for BuddyPress groups?

    It was working in BP 1.6 but not BP 1.6.1. I deleted it. It works.

    function bbg_set_new_group_default_subnav() {
    global $bp;
    
    if ( bp_is_group() ) {
    // Set up your new default
    $new_screen_function = 'groups_screen_group_forum';
    $new_default_slug = 'forum';
    
    $parent_slug = bp_get_current_group_slug();
    
    if ( $function = $bp->bp_nav[$parent_slug] ) {
    if ( !is_object( $function[0] ) )
    remove_action( 'bp_screens', $function, 3 );
    else
    remove_action( 'bp_screens', array( &$function[0], $function[1] ), 3 );
    }
    
    $bp->bp_nav[$parent_slug] = &$new_screen_function;
    
    if ( bp_is_groups_component() && !bp_current_action() ) {
    if ( !is_object( $new_screen_function[0] ) ) {
    add_action( 'bp_screens', $new_screen_function );
    
    } else {
    add_action( 'bp_screens', array( &$new_screen_function[0], $new_screen_function[1] ) );
    }
    
    $bp->current_action = $new_default_slug;
    }
    }
    }
    add_action( 'bp_setup_nav', 'bbg_set_new_group_default_subnav', 999 );
    
    function bbg_set_new_group_default_action() {
    global $bp;
    
    if ( bp_is_group() && !bp_current_action() ) {
    $bp->current_action = 'forum';
    }
    }
    add_action( 'bp_setup_globals', 'bbg_set_new_group_default_action', 999 );

    Mikey3D

    @mikey3d

    Participant

    Does anybody can see my posts?

    @mikey3d

    Participant

    Hello…

    @mikey3d

    Participant

    What’s going on here I didn’t get any help for over week ago?

    @mikey3d

    Participant

    How do I get the group page back in the Group Directory when the page is “Page not found?”

    @mikey3d

    Participant

    I get “Page not found” a group page in the Group Directory.

    @mikey3d

    Participant

    Yes, it did helps. Thanks, @boonebgorges

    @mikey3d

    Participant

    It does happen to me also with BuddyPress Twitter plugin.

    @mikey3d

    Participant

    I don’t know why these two feeds are empty. Is there a reason why you are concern about those feeds?

    There are plenty feeds. What more do you need?

    BuddyPress Feeds
    https://buddypress.org/feed/
    https://buddypress.org/community/activity/feed/
    https://buddypress.org/comments/feed/

    Wikipedia Feeds
    http://en.wikipedia.org/w/index.php?title=Special:RecentChanges&feed=atom
    http://en.wikipedia.org/w/index.php?title=RSS&feed=atom&action=history

    How to Monitor Websites that don’t have RSS Feeds

    @mikey3d

    Participant

    What can I do with group page?

    @mikey3d

    Participant

    OK. It was a general technical issue? More specific – details, could be RAM issue?

    @mikey3d

    Participant

    Don’t take yourself too seriously. —> :-( I know what is helping other as courtesy. Whatever you said in French, Bye!

    @mikey3d

    Participant

    Hey @chouf1, don’t cheat. :-) I have the same codes as you have by searching it yesterday. Do you know what is this codes is for? This is for only members directory page. I need it for everywhere not just members page for usability purpose.

    @mikey3d

    Participant

    Hi @chouf1

    Yes, I have read it. Why do you think I posted in the “BuddyPress Usernames Only” group page? Because I know it is this plugin. I’m asking for another alternative instead of plugin as use the function.php.

    @mikey3d

    Participant

    Yes, I’m using WP toolbar only in wp-admin and buddybar but I only see WP toolbar that has avatar when mouse cursor on the text “Howdy, username“, not buddybar.

    @mikey3d

    Participant

    Thanks, @djpaul – you are welcome!

    I use firefox web developer tool to check CSS inspector:

    `/wp-admin/load-styles.php?c=0&dir=ltr&load=admin-bar,wp-admin&ver=7f0753feec257518ac1fec83d5bced6a

    #wp-admin-bar-user-info .avatar{
    position: absolute;
    left: -72px;
    top: 4px;
    }`

    There is missing codes. It takes awhile for me to find where is the admin-bar.css file? I found it is in /wp-includes/css/admin-bar.css and it works but you mention that you fixed it in BuddyPress version and I fixed it in WordPress version?

    Am I misunderstanding something?

    Thanks, Mikey3D

    @mikey3d

    Participant

    @djpaul It’s exactly the same thing my site and buddypress.og have too large avatar mystery man. Here’s the screenshot I just showing you above here. What more can I tell you?

    @mikey3d

    Participant

    Is there a solution?

    @mikey3d

    Participant

    Is there a problem?

    @mikey3d

    Participant

    @djpaul

    BuddyPress: 1.5.4
    WordPress: 3.3.1

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