Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter msurkan

    (@msurkan)

    I solved my problem. I needed to change the parameter “votes” to “thumbs”. I also found it worked better to show the results in a descending order. Here is the working URL:

    http://uhurusoftware.com/category/contest/?gdsr_sort=thumbs&gdsr_order=des

    Thread Starter msurkan

    (@msurkan)

    The site I want to setup is for my employer, not a personal blog. It will serve as our main corporate site and include a company blog and podcasts.

    Since we offer app hosting to developers we would like to use our own service to host this. I was hoping to use WordPress as the platform for the web site.

    All I need to do is come up with a way to configure WordPress to place all dynamic content (like new posts, uploaded media files, etc) on a remote file store (i.e. seperate from the servers hosting the WordPress site) and then I can use my company’s hosting service just fine.

    Thread Starter msurkan

    (@msurkan)

    Well, my hoster is my own company’s hosting service so I pretty much have to use it. 🙂

    This hosting service is built this way for a good reason. You upload your app (an app you wrote, WordPress, whatever) to the service and then it distributes it automatically across multiple hosts for load balancing and fault tolerance. You never know exactly which VM or server might be running your app. The original image of your app is stored as a template which then get’s re-distributed to additional servers as needs require. The end result is that everything keeps reverting to that golden image template which you originally uploaded.

    This normally isn’t a problem since the apps people deploy on our server are designed to use a remote database (MySQL, etc) or file services as needed which ensures that the real “data” is centralized and shared across all the different servers which might be running the app.

    The upshot is that I do need to use this hosting service and would dearly like to figure out how to configure WordPress to store it’s dynamic content at a separate location. I have already figured out how to have all the images stored somewhere else, but I don’t know how to make sure new posts and other items are stored on a remote location too.

    Thread Starter msurkan

    (@msurkan)

    @oscarhelm – This looks interesting. Unfortunately, the information for the plugin says they only support 1 MP3 file. I want something that will show the play button for the most recent 5 MP3 files in a given category (i.e. it is important to be able to specify which category of posts should be displayed).

Viewing 4 replies - 1 through 4 (of 4 total)