Home › Forums › General Issues › Create and empty gallery › Reply To: Create and empty gallery
Any ideas? Yes.
If you are not using a child theme then create on and change to it.
Create an override template for buddypress where you want to add the gallery to be edited https://wproot.dev/blog/override-buddypress-template-files/
Use acf_form(), supply the correct post ID for the user "user_{$user_id}"
and set 'form' => false
and other settings as needed to show the groups/fields that you want to add https://www.advancedcustomfields.com/resources/acf_form/ In the override template place the call to acf_form() inside the existing buddypress form.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.