Owner: Sycophant
Type: WPMU Plugin
Created: 2007-02-04 10:11:50
Last Modified: 2007-02-04 10:11:50
z-space.php (1551 download(s))
This plugin replaces the Upload Space and Total Upload Space Remaining plugins. Z-Space Uload Quotas allow a site administrator to set the upload quota of a per-user basis, as well as providing quota usage details to blog admins on their Dashboard (or anywhere else you want it). Features:
I followed all steps to install this plugin. However, when I specify the line in Step 2, I get an error message, "PHP Fatal error: Call to undefined function: zspace_details() "
doesn't seem to override the existing filter in misc.php remove_filter("pre_upload_error", "upload_is_user_over_quota" ); Your blog users will see a graph showing a different upload allocation, but the limit is still set by the global setting. Doesn't work.
doesn't seem to override the existing filter in misc.php remove_filter("pre_upload_error", "upload_is_user_over_quota" ); Your blog users will see a graph showing a different upload allocation, but the limit is still set by the global setting. Doesn't work.
Add this line :
add_action('activity_box_end', 'zspace_details');
For add your plugin in the 'Latest Activity' section
Good job.
And please... fix the internationalisation with the same domain for _e() & __() Thanks !
I know that links are not liked, however, I fixed the plug-in to make it working with WPMU 1.2.1 and to make the localization working without the text domain. https://wagenknecht.org/svn/public/opensource/wpmu/mu-plugins/z-space.php
I know that links are not liked, however, I fixed the plug-in to make it working with WPMU 1.2.1 and to make the localization working without the text domain. https://wagenknecht.org/svn/public/opensource/wpmu/mu-plugins/z-space.php
I had an error where this plugin would not work. It turns out the permissions on the actual file were set to "No Access" on the server. Mac OSX server. Changed the permissions and it worked fine. Hope this helps someone in the future. I changed it to read only and it worked. Great Plugin. -Chris
I just upgraded the blogs to version 1.2.3. and this plugin doesn't seem to work anymore. Is there a trick when upgrading?
The fix appears to be to remove lines 45 to 54, the Amanzi Upload Space plugin transfer bit.
don't work on wpmu 1.2.4 ( error on division by zero ) Warning: Division by zero in /home/www/wp-content/mu-plugins/z-space.php on line 145 some have a fix plz ?
Check the MU forums sinuscom: do you have gd2 lib? (graphic library)
Just download it and installed on my WPMU 1.2.5. I can't change quotas on blogs. If I do, it will then say: falsevalue and a division by zero error occure on dashboard where the quota info are located.
The "Division by 0" error is because the main upload quota hasn't been set. Go to your options page and set it in there and you'll see that the error goes away.
You must be registered and logged in to post comments. Not registered? Click here to get your free account!