@socialc
Active 9 years, 1 month ago
-
Henry Wright replied to the topic override bp_show_blog_signup_form() in the forum How-to & Troubleshooting 9 years, 1 month 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.