Forum Replies Created
-
Anyone know how to add class to the menu item? I tried this:
`
function bbg_change_profile_css() {
global $bp;$bp->bp_nav = ‘new_css’;
}
add_action( ‘bp_setup_nav’, ‘bbg_change_profile_css’, 999 );`But it changes the menu id, but I want to add class to the menu item.
@mercime Do you guys have any plan to add the search option to this forum? And unfortunately Google does not index buddypress.org forum topics. it index all other pages but not the forum topics. I tried this in google search bar to search only the buddypress forum and get nothing:
`site:https://buddypress.org/community/groups/creating-extending/forum/topic/ comment notification`
Although it works when you are searching groups:
`site:https://buddypress.org/community/groups/creating-extending/ comment notification`
A forum without a search option makes it useless. please please please add a search option.
Don’t mind, it is working….
I created a “date selector” field named “Birthday” and then added the code brajesh posted to my functions.php and then called the function like this to my members-header.php file:
“
and it is not displaying anything. can someone help??
Never mind, got it. Had to write a custom function:
`function bp_custompost_author_avatar() {
global $post;if ( function_exists(‘bp_core_fetch_avatar’) ) {
echo apply_filters( ‘bp_post_author_avatar’, bp_core_fetch_avatar( array( ‘item_id’ => $post->post_author, ‘type’ => ‘full’ ) ) );
} else if ( function_exists(‘get_avatar’) ) {
get_avatar();
}
}
`Can anyone answer this? Is there a way?
Anyone having same issue?
@fanquake can you share the the site links? I want see hows the loading time of these sites along with the designs.
Did you try this plugin?
https://wordpress.org/extend/plugins/welcome-pack/cool!