consumedesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.0 Intermittent 404 errors from admin panelhttp://www.handmadebicycleshow.com
Currently we have it set at 400MB, most of the loads spike close to 300… When the show goes on I’ll probably up it pretty high as they get hit a lot. I kept last years bikes (2010) in the DB as well as other old posts for an archive but it was slooooowing down the site big time. I think we had close to 2k in the posts table, including attached stuff, etc… I dumped all of that out and removed RS scope, and it’s 100xs faster now. The loads are also much smaller under 200MB if any real ones at all. Are you moving the mysql over to VPS as well? I was curious if I moved that if I could keep 2k in records in the post without a slowdown.
Forum: Fixing WordPress
In reply to: WordPress 3.0 Intermittent 404 errors from admin panelWe moved to a VPS and it’s going well, of course it’s more $$.
Forum: Plugins
In reply to: Hide Some Media Upload Buttons/FunctionsThanks for the link above superann! I have been looking for a way to remove the lib and url tabs from the media upload area for a while now.
function remove_medialibrary_tab($tabs) {
unset($tabs[‘type_url’]);
unset($tabs[‘library’]);
return $tabs;
}
add_filter(‘media_upload_tabs’,’remove_medialibrary_tab’);Forum: Fixing WordPress
In reply to: WordPress 3.0 Intermittent 404 errors from admin panelOn Dreamhost as well and get them quite a bit. I only have maybe 10 plugins installed but currently working on the new site that has over 50 users (conference thing). Any fixes for this?
Forum: Themes and Templates
In reply to: Hide custom templates from template drop down menuI’m trying to find out the same… any luck on your end? I have both WP-CMS Post Control and Role Scoper installed but they don’t include the templates.