@blenderitalia
3 years, 11 months ago
I found out that the problem is the Bp-attacment 1.2.0 alpha plugin ….
Now?…. it’s possible?
6 years ago
Tnx shanebp
Can you help me?
Thanks, I solved with the following code
.nameyourgroup #masthead {display: none;}
Thanks, I solved by following the directions.
Thanks, I solved by following the directions. turning off I understood the problem
6 years, 6 months ago
No…
You do not have access to this activity
Same but buddypress 3
I solved, I point out that in this link the solution is wrong …. missing a “{” https://buddypress.trac.wordpress.org/ticket/7845#ticket
the correct solution is this and it works
if ( isset( $_POST[ ‘field_’ . $field_id ] ) and !is_array( $_POST[ ‘field_’ . $field_id ] ) ) { // FIXED!! $_POST[ ‘field_’ . $field_id ] = trim( $_POST[ ‘field_’ . $field_id ] ); }
Thanks for the reply, Unfortunately it does not work … I followed the whole procedure but when I replace the files the registration page does not work.