Ryan Boren
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: DisappointedGo to the “Users” tab and turn off the visual rich editor if you don’t like it.
Forum: Installing WordPress
In reply to: Blank page when updating to 2.0This new version of
wp-settings.phpmight help. Copy it over your current wp-settings.php.Forum: Requests and Feedback
In reply to: WordPress 2.0 XMLRPC issue….There’s a bug in the XMLRPC uploader in 2.0. The problem is fixed in the repository. You can fix it manually by following these instructions.
Forum: Plugins
In reply to: Import RSS Feeds with SummaryLook at the Import tab in your admin menu. The RSS importer imports RSS feeds as posts.
Forum: Plugins
In reply to: A plugin to restore upload features?Plugins can hook onto the ‘uploading_iframe_src’ filter to either remove the inline uploader or modify it to their liking.
Forum: Alpha/Beta/RC
In reply to: MetaWeblogAPI PublishingIf you are an Administrator or an Editor, you shouldn’t be filtered. If you are being filtered, sounds like we have a bug.
Forum: Alpha/Beta/RC
In reply to: MetaWeblogAPI PublishingUsers that don’t have Editor or Administrator privileges have their posts filtered through kses for security reasons. You can use the role editor plugin to give Authors ‘unfiltered_html’ privileges or simply bump Authors to Editors.
Forum: Installing WordPress
In reply to: [IMPORTANT] Movabletype Importer Patch for WordPress 2.0Try this updated version of
import/mt.php. This doesn’t integrate the “more” fix. That will be fixed in kses. This should fix the comment problems though. Thanks cubex.Forum: Fixing WordPress
In reply to: WP 404 on permalinksThere are two permalink bugs that I know of in 2.0. If your blog is installed in a subdirectory (let’s say “wordpress”) and you have a permalink that has the string “wordpress” in it, WP will 404 for that permalink. Another is if your category base or permalink base is the same as a page name. If you have an “archives” page and have permalinks ancored off of “archives” you might get 404s. Fixes for both of these are available in this build (tar.gz format only right now). That build contains a handful of bugfixes to 2.0.
If the server is generating 404s rather than WP itself, something else is going on. The Dump Env plugin is useless if the server is 404ing since WP is never loaded and the plugin is never run.
Forum: Fixing WordPress
In reply to: 2.0 Time Stamps of Draft PostsThat’s by design. We had to do that to fix some other issues. The time is not set on a post until it is published. See this bug for discussion.
Forum: Fixing WordPress
In reply to: 2.0 Time Stamps of Draft PostsThe timestamp is not set to the current time upon publishing? The time should be set to current the first time you publish a post. If you publish a post, move it back to draft, and publish again the timestamp will not update, however.
Forum: Installing WordPress
In reply to: Error Upgrading to v2.0Loading extensions is crazy slow. If you can adjust your config so that they are already loaded, that is best.
Forum: Fixing WordPress
In reply to: migrating to new server — wp-admin keep redirects to old URLAdd the following to wp-config.php:
define('RELOCATE', true);With that set, try to login. WP will detect the new location and update the URLs in the database.
When you’re done, remove the RELOCATE line.
Forum: Fixing WordPress
In reply to: After upgrade 2.0, tag code doesn’t workOnly users that have ‘Administrator’ or ‘Editor’ roles can add arbitray markup. Users with other roles have their posts filtered for security reasons.
Forum: Fixing WordPress
In reply to: admin page not loadingMails are now sent from wordpress@yourblogdomain. Some hosts insist that outgoing emails be from the local domain.