Skip to content

wptriangle/bp-custom-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Profile Menu for BuddyPress

Custom Profile Menu for BuddyPress

Description

Ever wished you could add custom pages to the BuddyPress profile menu? Here's a plugin for that. Simply install and activate the plugin, add your custom menu page(s). That's it, Bingo!

The Custom Profile Menu for BuddyPress plugin lets you add custom static pages to the BuddyPress profile menu. Extend the extremely limited BuddyPress profile menu by adding your desired number of custom pages to it, with your desired content along with the built-in Home, Activity, Profile, Notifications, and Settings items.

Use Cases

The major use case of this plugin would be adding custom sections to the BuddyPress profile, e.g. a terms & conditions page or static pages with shortcodes for forms, appointment bookings, WooCommerce products, and other infinite possibilities.

Core Features

The core features of the plugin include the abilities to:

  • Add custom static pages to the BuddyPress profile menu
  • Add submenu pages by assigning a parent menu page
  • Set a default submenu page for a parent submenu page
  • Re-order the menu items.

Requirements

This plugin requires the BuddyPress plugin to be installed and activated to work.

Installation

Automatic Installation

  1. Go to your WordPress Dashboard→Plugins→Add New.
  2. Search for "Custom Profile Menu for BuddyPress".
  3. Click on "Install".
  4. Once installed, click on "Activate".

Manual Installation

  1. Download the plugin .zip folder using the download button on this page.
  2. Go to your WordPress Dashboard→Plugins→Add New.
  3. Click on the "Upload Plugin" button.
  4. Upload the downloaded .zip file.
  5. Activate it.

Usage

  1. Install and activate the plugin
  2. Go to your WordPress Dashboard→BP Custom Menu
  3. Add a new page, enter your content, and publish. It will automatically show up as a menu item in the BuddyPress profile.
  4. In order to create a submenu page, please specify a "Parent" under the "Menu Page Options" in the right sidebar of the edit screen.
  5. In order to specify a default submenu for a parent page, select a submenu page in the "Set Default Submenu" selection under the "Menu Page Options" in the right sidebar of the edit screen.
  6. In order to re-order the menu items, enter an index in the "Order" field under the "Menu Page Options" in the right sidebar of the edit screen. A higher index means a higher level in the menu.

Support

If the above usage steps don't answer your question(s), if you want to report an issue or if something is not working as expected, please create a topic in the Support Forum or create an issue on GitHub.

Contribute

If you want to contribute to the plugin by reporting issues, implementing new features and so on, here's its development repository on Github.

Sponsor

You can sponsor this project and support my open-source development by becoming a Patron!

Frequently Asked Questions

Is this plugin free? Definitely! Custom Profile Menu for BuddyPress is free and always will be.

How many pages can I add to the menu? Unlimited.

Changelog

1.0.3

  • Fixes minor PHP warnings and notices.

1.0.2

  • Fixes issue where the plugin was adding an additional dropdown to the Page Attributes metabox (props to @honoluluman for reporting it)

1.0.1

  • Fixes the image and shortcode not rendering issue.

1.0

  • Initial Release

Upgrade Notice

1.0.3

  • Fixes minor PHP warnings and notices.

1.0.2

  • Bug Fix: An additional dropdown was being added to the Page Attributes metabox

1.0.1

  • Bug Fix: Image and shortcodes were not rendering.

1.0

  • Initial Release