This topic has 7 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #70158
     Laurent_C
    Participant

    Good Morning

    I take this function whitch is active thank you.

    How can I do to have all icon variable name to make them align as I want.
    $bp->bp_nav[‘media’][‘position’] = 70;// Here “media” for ex
    Thank you
    //
    function change_media_tab_position(){
    global $bp;
    if( isset ($bp->bp_nav[‘media’])){
    $bp->bp_nav[‘media’][‘position’] = 70;
    }
    }
    add_action(‘bp_init’,’change_media_tab_position’, 12);

    Thank You very much for your tips

    #70204
     sharmstr
    Moderator

    I’m confused by your question, but I think this is what you want: https://archived.seventhqueen.com/forums/topic/re-order-menu-positions-on-members-profile

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #70214
     Laurent_C
    Participant

    $bp->bp_nav[‘activity’][‘position’] = 10;
    $bp->bp_nav[‘friends’][‘position’] = 20;
    $bp->bp_nav[‘followers’][‘position’] = 30;
    $bp->bp_nav[‘groups’][‘position’] = 40;
    $bp->bp_nav[‘events’][‘position’] = 50;
    $bp->bp_nav[‘media’][‘position’] = 60;
    $bp->bp_nav[‘following’][‘position’] = 70;
    $bp->bp_nav[‘messages’][‘position’] = 80;
    $bp->bp_nav[‘forum’][‘position’] = 90;
    $bp->bp_nav[‘profile’][‘position’] = 100;
    $bp->bp_nav[‘notifications’][‘position’] = 110;
    $bp->bp_nav[‘settings’][‘position’] = 120;
    $bp->bp_nav[‘wp-social-invitations’][‘position’] = 130;

    and MY ARTICLES and APPOINTMENTS are missing. What are the name please ?
    I explain : $bp->bp_nav[‘???’][‘position’] = 10;

    Thank you very much

    #70219
     sharmstr
    Moderator

    did you try my-articles and appointments? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #70231
     Laurent_C
    Participant

    🙂 I try ! Its ok for Appontments but my-articles isn’t good . Have you got an <Idea where I can find It Sharmstr ?

    Thank You

    #70237
     sharmstr
    Moderator

    Did you try articles?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #70269
     Laurent_C
    Participant

    yes I try it Sharmstr, no success

    #70279
     sharmstr
    Moderator

    Hmmm. Maybe its similar to how rtMedia works and you need a function to do it. Have you looked at the plugin documentation or asked the developer?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?