I think this plugin does not work on the latest version of wordpress. Can anyone suggest other plugin similar to this one? thank you
I think this plugin does not work on the latest version of wordpress. Can anyone suggest other plugin similar to this one? thank you
I'm trying this now. All I need is to replace the uploads folder with s3. I'm using TDO Mini Forms for uploads.
you need the php5-curl and php5-simplexml php extensions loaded.
I appreciate the feedback. I do have them loaded. I'm running 2.9.1
PHP Version 5.2.4
Curl: libcurl/7.16.4 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.8
SimpleXML: $Revision: 1.151.2.22.2.35 $
Any suggestions?
I got mine to work on 2.9.2!
You have to change some code though...
Open admin-tab-head.html and on line 2 change
$dir = dirname(__FILE__);
to
$dir = implode('/', explode('\\', dirname(__FILE__)));
This will let the plugin load the css and js files when your running it on your local host.
Hope this helps!
This topic has been closed to new replies.