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
come on guys, no one using these two plugins?
Pixelate01
Member
Posted 18 years ago #
I hope others respond as these would be very helpful.
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...