@socialc
Active 8 years, 4 months ago
-
Henry Wright replied to the topic override bp_show_blog_signup_form() in the forum How-to & Troubleshooting 8 years, 4 months ago
Hi @socialc
The Template Hierarchy will let you override create.php. In your own version of that file you could use
custom_show_blog_signup_form()
in place ofbp_show_blog_signup_form()
. I’d copy everything frombp_show_blog_signup_form()
to your custom function and edit what you need to.