-
Author
-
July 27, 2015 at 10:28 #70158
Laurent_C
ParticipantGood 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
July 27, 2015 at 14:39 #70204sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 27, 2015 at 14:59 #70214Laurent_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
July 27, 2015 at 15:07 #70219sharmstr
Moderatordid 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 27, 2015 at 15:33 #70231Laurent_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
July 27, 2015 at 15:41 #70237sharmstr
ModeratorDid you try articles?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 27, 2015 at 17:43 #70279sharmstr
ModeratorHmmm. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.