jazgold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hitting a “user upload quota” as the admin, on my localhostyeah, i know. at least the html uploader displayed an error.
and luckily it’s not an actual problem… luckily wordpress doesn’t have many:) one of the few oversights i’ve come across
Forum: Fixing WordPress
In reply to: hitting a “user upload quota” as the admin, on my localhosthuh, I didn’t a big ol’ multi file search in the wordpress MU codebase for
“You have used your space quota. Please delete files before uploading”
and found the function that ouputs the error. there’s a default of 10mb for the $spaceAllowed var, but checks against a value.
so i checked in the admin area again and found that under SiteAdmin -> Options, there’s a field for “Blog upload space” which is by default, again 10mb. so there you go. just had to up that.
great… easy:)
Forum: Fixing WordPress
In reply to: hitting a “user upload quota” as the admin, on my localhostsorry i wasn’t clear enough.
This is a fresh install I made on my own machine. As it is my local host, there should be no inherent space limits, I imagine.
And the error message is coming directly from the wordpress system. It’s not an apache error message. It seems as though wordpress is confused.
where would i even set such limits within wordpress?
Forum: Plugins
In reply to: in context / in page editingthis is kind of late…
but there is a plugin called flutter that let you create different types of content with various types of fields: https://flutter.freshout.us/
so you could make a “product” type that was like a post but with a special field for a price and perhaps a place to upload an icon for the item.
but it also allows admins to edit content in the page. pretty cool.
Forum: Fixing WordPress
In reply to: external call to get_posts doesn’t recognize argssorry, i was doing some really stupid stuff…. figured it out