muzicman82
Member
Posted 5 years ago #
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?
muzicman82
Member
Posted 5 years ago #
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;
smoldersonline
Member
Posted 5 years ago #
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.