Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
In reply to: disable email Email (required) config ?
http://pastebin.com/raw/An3NR6Tt
file form-anonymous.php in bbpress folder in my theme
In reply to: disable email Email (required) config ?http://selectseek.com/demo/forums/forum/webboard
@fuskeren try it.Error : Send an email address is not valid.
Error : Slow down, you’re working too fast.In reply to: disable email Email (required) config ?In reply to: disable email Email (required) config ?I can sent file fuctions theme. Your try ?
In reply to: disable email Email (required) config ?i try insert new code. not work.
In reply to: disable email Email (required) config ?Where download ?
In reply to: disable email Email (required) config ?i insert code on functions.php on my team
add_filter ('bbp_filter_anonymous_post_data' , 'rew__filter_anonymous_post_data' 10, 2) ; function rew_filter_anonymous_post_data( $retval, $r ) { // Filter variables and add errors if necessary $r['bbp_anonymous_name'] = apply_filters( 'bbp_pre_anonymous_post_author_name', $r['bbp_anonymous_name'] ); if ( empty( $r['bbp_anonymous_name'] ) ) bbp_add_error( 'bbp_anonymous_name', __( '<strong>ERROR</strong>: Invalid author name submitted!', 'bbpress' ) ); // Website is optional $r['bbp_anonymous_website'] = apply_filters( 'bbp_pre_anonymous_post_author_website', $r['bbp_anonymous_website'] ); // Return false if we have any errors $retval = bbp_has_errors() ? false : $r; // Finally, return sanitized data or false return apply_filters( 'bbp_filter_anonymous_post_data', $retval, $r );
upload file functions.php on server. open site error.
In reply to: disable email Email (required) config ?no insert code on fuctions file. on site error
add_filter ('bbp_filter_anonymous_post_data' , 'rew__filter_anonymous_post_data' 10, 2) ; function rew_filter_anonymous_post_data( $retval, $r ) { // Filter variables and add errors if necessary $r['bbp_anonymous_name'] = apply_filters( 'bbp_pre_anonymous_post_author_name', $r['bbp_anonymous_name'] ); if ( empty( $r['bbp_anonymous_name'] ) ) bbp_add_error( 'bbp_anonymous_name', __( '<strong>ERROR</strong>: Invalid author name submitted!', 'bbpress' ) ); // Website is optional $r['bbp_anonymous_website'] = apply_filters( 'bbp_pre_anonymous_post_author_website', $r['bbp_anonymous_website'] ); // Return false if we have any errors $retval = bbp_has_errors() ? false : $r; // Finally, return sanitized data or false return apply_filters( 'bbp_filter_anonymous_post_data', $retval, $r ); }
In reply to: disable email Email (required) config ?yes. i bbPress will now use this template instead of the original. but test don’t work
In reply to: i ask theme ?i want theme bbpress in pic
In reply to: i ask theme ?bump
Viewing 11 replies - 1 through 11 (of 11 total)