Skip to content

BuddyPress Profile Tabs

When BuddyPress is active, the addon can add two tabs to member profiles: a Favourite tab for shoppers and a Store tab for vendors. Both are off until you enable them.

  • Setting: Mark Products As Favourite (General sub-tab).
  • Who sees it: only the member viewing their own profile. It is not shown when viewing someone else’s profile.
  • What it shows: the products the member has saved, three columns wide and paginated. An empty list shows a “No products were found matching your selection” notice.
  • Position: 80 in the profile navigation.

The tab appears at /members/<username>/favourite/. See Product favourites for how products get onto the list.

  • Setting: Display Store Tab (General sub-tab). This row appears only when WCFM Marketplace’s WCFMmp component is present.
  • Who sees it: shown on the profile of any member who is a WCFM vendor.
  • What it shows: the vendor’s products (queried by author), three columns wide and paginated, plus a Visit Store button that links to the vendor’s full WCFM store page. An empty list shows a “have not any products yet” notice.
  • Position: 81 in the profile navigation.

The tab appears at /members/<username>/store/.

WCFM Marketplace adds its own store navigation item to member profiles. When you enable the addon’s Display Store Tab setting, the addon removes WCFM’s native store nav item and shows its own instead. When the setting is off, the addon leaves WCFM’s own store tab in place.

Both tab names and slugs are filterable, so you can localise or rename them per site:

  • reign_wcfm_favourite_product_tab_name and reign_wcfm_favourite_product_tab_slug
  • reign_wcfm_vendor_store_tab_name and reign_wcfm_vendor_store_tab_slug

See Hooks and filters.