-
Author
-
April 7, 2015 at 17:25 #53511wittybitsParticipant
Please help ill like to insert the login box on my homepage as well as rearrange the profile menu tabs PLEASE HELP…
April 7, 2015 at 19:27 #53532sharmstrModeratorAssuming you’re using the fullwidth page, you can create a sidebar with only the login form on it. Then use the widgetised sidebar shortcode in VC to add it to your homepage.
You can use this to rearrange profile tabs
COPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['settings']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['profile']['position'] = 70; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
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
April 8, 2015 at 16:56 #53674wittybitsParticipantThanks @sharmstr for the codes to rearrange the profile tabs,but cant i have a login box on the homepage like pinterest,twitter or facebook instead of a sidebar and which social login plugin can i use so people can also sign in via twitter or googleplus.
Thanks
April 8, 2015 at 18:05 #53682sharmstrModeratorDid you look at widgetised sidebars? Dont be fooled by the name.
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
April 15, 2015 at 21:54 #54699sharmstrModeratorsearching found this https://archived.seventhqueen.com/forums/topic/reorder-user-profile-menu#post-35607
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.