Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: group creation error: Are you sure you want to do this?

Thanks for the save. I am using BP for a real estate site for a client, and came across this error in group creation, step 3. I need thickbox for my photos, so changed Josh’s code to apply only during group creation:

`add_action( ‘wp_print_scripts’, ‘my_deregister_javascript’, 100 );
function my_deregister_javascript() {
if(bp_is_group_create()) {
wp_deregister_script( ‘thickbox’ );
}
}`

So far so good.

Thanks Josh!!1

Skip to toolbar