Is it possible to add other Buddypress links from existing Buddypress plugins? Can I put in a custom menu item if I know the php code to redirect?
Is it possible to add other Buddypress links from existing Buddypress plugins? Can I put in a custom menu item if I know the php code to redirect?
Hi, it is customizable but it all depends on the URL structure.
For BuddyMenu (widget and shortcode), you can edit the code to add static links that don't contain a member's username but you can add dynamic links only when they contain a member's username as provided by the general BuddyPress base URL of, for example, http://example.com/members/username/
So you could add, for example:
http://example.com/something/static
or
http://example.com/members/dynamic-username/whatever/whatever-else/
Which of the menus do you need to edit: the widget or the shortcode?
Hi Buddhatunes,
The second paragraph in my above comment should have read 'you can't edit the code to add links to none dynamic BuddyPress URLs but you can add links to different areas of the BuddyPress site that use dynamic URLs.' Saying that, I suppose it is possible to edit the plugin either way but I'll only provide support for the latter.
Anyway, I'm still waiting for your reply so I can help you.
Hi Buddhatunes, I've not heard back from you for a while so I'm marking the topic as resolved. Please reply to this post again if you still need help.
Thank you :)
You must log in to post.