Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
Skip to toolbar