Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Max Chirkov

    (@maxchirkov)

    I’m sorry, but I have a hard time understanding your problem.

    I assume you’re talking about the “Select ThickBox Content” selection list, which is empty by default. That list only shows pages that have a ThickBox template assigned to them. ThickBox Content plugin has a template that needs to be copied into your theme folder. Then assign that template to the pages you want to show up in a thickbox via page editor. And only then they will appear in the selection list. Hope this makes sense.

    I believe I’m having the same problem: even though I have several pages that have the ThickBox template, they are not listed in the drop down box.

    I’m using this on WordPress 3.0.1 with multisite enabled.

    I figured it out! In window.php, I changed the line

    “ORDER BY wp_postmeta.post_id ASC”;”

    to

    ORDER BY $wpdb->postmeta.post_id ASC”;

    Works great now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: ThickBox Content] Problem with including page into thickbox’ is closed to new replies.