-
Author
Tagged: menu, navigation
-
January 25, 2017 at 07:32 #150691
cd690767
ParticipantHi,
I’m wondering if I can modify the buddypress pages to have the top dashboard like Buddyboss’s OneSocial theme produces. For example, I use Buddyboss’s User Blog, and on the page that the user is taken to create a blog, all of the buddypress tabs are missing, so the user has no way to navigate. OneSocial has the user’s avatar in the upper right and when it’s clicked all the buddypress tabs show in a dropdown menu for easy navigation. Is there any way to add this with KLEO?
Thanks for the help with this.
Cathy
January 26, 2017 at 06:56 #150832Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2017 at 17:29 #150930Radu
ModeratorHi,
What more exactly? Users to have the possibility to add a blog post from their profiles? or to have a dropdown menu ?

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2017 at 21:34 #150966cd690767
ParticipantHi Radu,
Thanks for replying so quickly! I realized that I could add the buddypress navigation items to the top menu, which is almost but not all of what I would like to add. I would also like to add 2 other features:
First, I would like to add the sub-nav items of the various buddypress tabs to the menu. So for example I would like to have “view,” “edit,” “change profile photo,” and “change cover image” available as drop-down items available from the “Profile” menu item.
Second, I would like to add the main buddypress tabs to the “Create New Post” page created by Buddyboss’s User Blog plugin. When a user goes to this page the tabs and associated icons (profile, activity, settings etc) are missing and there is no navigation to go back to the main member page with all of the tabs. Is this something I need to write to Buddyboss about?
Sorry if my explanations seem a bit convoluted, I haven’t been using buddypress very long so I”m not that familiar with the correct terminology.
Thanks for your help with these issues,
Cathy
January 27, 2017 at 14:51 #151091Radu
ModeratorHi,
For the menu links for BuddyPress profile you will have to build menu items using custom links and to can generate the login username in URL you will have to use this variable: ##member_name##
Example routes :
http://localhost/kleo/members/##member_name##/edit will generate http://localhost/kleo/members/admin/editAnd so on, add your desired routes like change cover, view etc.

For the second, you can ask that on the plugin support but let me see a screenshot that includes the URL where the buddypress related are disappearing when you try to write a blog post thru that plugin, also try to see how it behaves using default wp theme.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 27, 2017 at 19:41 #151142cd690767
ParticipantHi Radu,
Thanks for the help! I’ll do as you suggest and write to the buddyboss people.
I’ve pasted links to screenshots of the user blog submission page with 2017 theme and with KLEO- the buddypress tabs are not showing up with either.
https://goo.gl/enmdcv
https://goo.gl/Ov2Dd0I’ll do as you suggest and write to the buddyboss people.
Cathy
January 27, 2017 at 21:17 #151164cd690767
ParticipantHi Radu,
I am trying to implement your suggestions for the subnav menu items and I ran into a problem. The only way that #member-name# works is if the display name is set to be the username. I usually use something else as my display name (and I would like other people to be able to do the same), but then the url generated by ##member-name## shows my display name (instead of username which is what the page url really is) and I get a 404 error.
I would rather have the display name showing up in the url instaed of the username but I have never been able to figure out how to do that. If could you tell me how, then #member-name## would work and that would be great.
Sorry for not being able to figure this out myself; I’ve only been using wordpress for a few months.
Cathy
January 30, 2017 at 17:28 #151370Radu
ModeratorFor this ticket : https://archived.seventhqueen.com/forums/topic/make-kleo-like-onesocial/#post-151142
It means that this is how the plugin works by default… and you should ask the plugin developer how to keep the bp nav there
for the second try to use ##profile_link## instead of the member_name it should work
Cheers
r>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 31, 2017 at 06:51 #151459cd690767
ParticipantHi Radu,
Thanks for the suggestions. ##profile_link## didn’t work either so I will just skip the subnav items in the menu and keep the main items (profile/settings etc.).
Thanks again for the help, I appreciate it.
Cathy
January 31, 2017 at 16:32 #151535Radu
ModeratorThose are menu variables and should work.. try again if you want..
You’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.