The MU forums have moved to WordPress.org

upload space available and upload space per blog (4 posts)

  1. Ovidiu
    Member
    Posted 17 years ago #

    hi there,

    I am using two different plugins: one to be able to modify the space available for each blog individually and the other one to display the available uplaod space in the dashboard, I do not remember their exact names but they are both from the http://wpmudevorg.wordpress.com/ site.

    The problem is the plugin which shows the available upload space does not pick up the modified space, I set with the other plugin, it still thinks this blog has the same available space like all other blogs...

    anyone using these plugins who got them working together?

    ###edit###

    I found the plugin urls:
    http://wpmudevorg.wordpress.com/project/Total-Upload-Space-Remaining

    http://wpmudevorg.wordpress.com/project/Upload-Space-Plugin

  2. Ovidiu
    Member
    Posted 17 years ago #

    come on guys, no one using these two plugins?

  3. Pixelate01
    Member
    Posted 17 years ago #

    I hope others respond as these would be very helpful.

  4. quenting
    Member
    Posted 17 years ago #

    why use plugins, isn't there an upload space available included in MU ?

    wpmu-functions.php

    /*
    Determines if the available space defined by the admin has been exceeded by the user
    */
    /**
    * Returns how much space is available (also shows a picture) for the current client blog, retrieving the value from the master blog 'main' option table
    *
    * @param string $action
    * @return string
    */
    function wpmu_checkAvailableSpace($action) {

    Integrating it with a blogger-specific available space should be just a matter of replacing a call to get_site_option by a call to get_option...

About this Topic