Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • @tislam100

    Member

    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.

    @tislam100

    Member

    @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.

    @tislam100

    Member

    Don’t mind, it is working…. :)

    @tislam100

    Member

    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??

    @tislam100

    Member

    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();
    }
    }
    `

    @tislam100

    Member

    Can anyone answer this? Is there a way?

    @tislam100

    Member

    Anyone having same issue?

    @tislam100

    Member

    @fanquake can you share the the site links? I want see hows the loading time of these sites along with the designs. :)

    @tislam100

    Member

    @tislam100

    Member

    cool!

    @tislam100

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