@jesse55
13 years, 8 months ago
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