We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

can any one help me figure out how to change a upload path on a plugin? | Forum

JoshWho
JoshWho Dec 24 '14
I been waiting for almost 2 weeks for a reply back from the guy that made the Music Extreme plugin.

I have Amazon S3 installed and all other plugins upload to it just fine.


Im wondering what told the other plugins to automatically go to the new S3 storage so i can do the same for the Music Extreme Plugin.


Im sure its just a Define Path some where but just hoping some one can point me in the correct direction for this.

ross Team
ross Dec 25 '14
Topic was moved from General Questions.
Daisy Team
Daisy Jan 19 '15
JoshWho, please check out the following files to see how the system works with storage:

- /ow_core/ow.php
- /ow_system_plugins/base/classes/amazon_cloud_storage.php
- /ow_system_plugins/base/classes/cloud_storage.php

However, all depend on the way the plugin stores the files. If the plugin developer uses OW::getStorage() method, everything should work just fine. If the plugin uses different method, the only way to find out the proper solution is to wait for the developer answer.

JoshWho
JoshWho Jan 20 '15
thank you. i will try this out soon