Forum Replies Created
-
Oh, there is another reason why I use buddybar is plugin BuddyPress Ninja.
@aces – Thanks, it works with functions.php. I have trying to figure it out, it’s pretty impossible. 🙂
Did anyone notice the difference background color on buddybar after upgraded BP 1.7? I use the child theme.
Never mind it works. I forgot to put the check mark instead just add tab text only.
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
Does anybody can see my posts?
Hello…
What’s going on here I didn’t get any help for over week ago?
How do I get the group page back in the Group Directory when the page is “Page not found?”
I get “Page not found” a group page in the Group Directory.
Yes, it did helps. Thanks, @boonebgorges
It does happen to me also with BuddyPress Twitter plugin.
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=historyHow to Monitor Websites that don’t have RSS Feeds
What can I do with group page?
OK. It was a general technical issue? More specific – details, could be RAM issue?
Don’t take yourself too seriously. —> I know what is helping other as courtesy. Whatever you said in French, Bye!
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.
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.
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.
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
@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?
Is there a solution?
Is there a problem?
BuddyPress: 1.5.4
WordPress: 3.3.1