Skip to content

Frequently Asked Questions

These are the questions answered on the plugin’s own WB Plugins > Profile Pro > Support tab, plus a few common setup questions. For step-by-step configuration see Usage; for problems see Troubleshooting.

Does BuddyPress Profile Pro require BuddyPress?

Section titled “Does BuddyPress Profile Pro require BuddyPress?”

Yes. BuddyPress is mandatory. It must be installed and activated. If BuddyPress is not active the plugin deactivates itself and shows an admin notice, “BuddyPress Profile Pro is ineffective as it requires BuddyPress to be installed and active.”

Can I run BP Resume Manager and BuddyPress Profile Pro together?

Section titled “Can I run BP Resume Manager and BuddyPress Profile Pro together?”

No. The two cannot run at the same time. If the BP_Resume_Manager class is present, BuddyPress Profile Pro deactivates itself and shows a notice. Deactivate BP Resume Manager first.

Where can members view and edit their extended fields?

Section titled “Where can members view and edit their extended fields?”

On the BuddyPress member profile, under the extended-fields profile tab. The tab is labeled Extended Fields by default; you can rename it on the General tab.

The tab appears to the profile owner (bp_is_my_profile()) and to site administrators (manage_options). Other members do not see the tab on someone else’s profile navigation, though configured groups still render in the read-only profile view according to each field’s visibility.

How do I keep only the fields I want in the form?

Section titled “How do I keep only the fields I want in the form?”

Choose which fields appear by configuring them on the Field Settings tab. Uncheck Display on any field to hide it from the form without deleting it. See Field Settings.

Use the Add New Field form on the Field Settings tab. Enter a title, pick a field type, add options if the type needs them, choose the group, and click Add. See Field Settings.

Check Required for that field on the Field Settings tab. Members cannot save the form until every required field is filled.

A field or group saved with Repeater checked lets a member fill in that field, or that set of fields, multiple times. For example, a repeater “Professional Experience” group lets a member add several employers. See Repeater Groups.

What is the Google API key option in General Settings for?

Section titled “What is the Google API key option in General Settings for?”

It powers the Google Place Autocomplete field type, which fills location fields with Google’s autocomplete suggestions. Create a key in the Google Cloud Console with the Maps JavaScript API and the Places API enabled, paste it on the General tab, and click Verify. You only need this if you use Place Autocomplete fields.

Fourteen: Textbox, Textarea, Select, Year Dropdown, Textbox and Dropdown Combination, Google Place Autocomplete, Calendar, Selectize, Checkbox, Radio Button, Email, Phone Number, URL, and Image. See Field Types.

Yes. When network-activated it seeds the three default groups (Education, Professional Experience, Contact Details) for each site on the network. See Installation.

Yes. New types register through the wbbpp_add_extra_field_types filter and a small set of render functions, with no plugin edits. See Extending Field Types.