• I’ve updated to WP 2.2, and now the post-new.php page doesn’t have the Uploads iFrame. I can only see the Uploads tab under Manage, and then clicking on the Uploads tab.

    This poses a problem for the Flickr Photo Album plugin for WordPress http://tantannoodles.com/toolkit/photo-album/.

    Anyone know how to get it back under the write post and edit post pages?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter muzicman82

    (@muzicman82)

    I figured it out!!

    Open up the file: /silaspartners/flickr/class-admin.php

    Find the function (around line 202) function uploading_iframe .

    Replace:

    return '../wp-content/plugins/silaspartners/flickr/'.$src;

    With:
    return '../wp-admin/'.$src;

    Just to make sure that everybody is aware that this also work for Slickr plugin. In this case look for slickr.php to replace the code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2.2 – Uploads Not On Post New Page!!’ is closed to new replies.