Eric Mann
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Admin menu doesn't expand/collapse in 3.3 beta 1. Why?Ooh, I can’t buy that one at all. WP is progressing, it won’t roll back. Progressing with WP gets the features as they come. At some point in the future there will be a security upgrade. If we avoid upgrading to avoid certain changes, and then in a year and a half a security upgrade comes down the pipelines, it’s gonna make that security upgrade far more painful I would think.
Over the long term I agree. But the beauty of open source is that you can do with the software whatever you want. There’s no requirement to upgrade so long as you recognize the security risk you’ll be running should you fall too far behind.
And, if you’re really enterprising, you could always backport security patches on your own if the core team doesn’t do it for you. Trac records every commit …
Forum: Alpha/Beta/RC
In reply to: Beta Update Hosed the Admin on a Mapped SiteTurned out it was a conflict between Yoast’s Google Analytics for WordPress and Ozh’s YOURLs WordPress to Twitter. They both included the same OAuth library but didn’t properly namespace it.
Long story short, Yoast has released a new namespaced version as of this morning and Ozh is cleaning his as well. Should be smooth sailing from here on out.
Forum: Alpha/Beta/RC
In reply to: Admin menu doesn't expand/collapse in 3.3 beta 1. Why?As we move to WordPress being used less and less (percentage wise) primarily as a blogging platform, the sole / singular / main purpose of it’s user-base purely to “write” under the posts section diminishes. Custom Post Type went a long way to kick starting that.
True. WordPress is extensible. So as someone already pointed out, it’s fairly easy to add a plugin that does whatever you want to the admin menu. Look at all the people who were using the Crazy Horse menu (the current left-hand sidebar) as early as WordPress 2.3.
Btw, can you point me to where the “easy to write” copy is on WordPress? I found tons of plugins and themes that have that marketing copy like “we make it easier for you to write with WordPress”, but not so much luck on WordPress.org or .com themselves.
An ideal doesn’t have to be included in marketing copy to be a goal. Having new features and the editors “get out of the way” is something I’ve heard from several members of the core team in person so no, I can’t direct you to a page on a website.
Last Eric, can you tell us how many of the people who constitute the “majority of the community” use WordPress for just “writing” versus company websites, social media marketing, PR, light e-commerce, reviews, domain name sales, ad revenue, affiliate programs, etc. etc. etc.
I’m recycling an old argument that was made to me by the core team when I griped about feature additions (and rejected features) back in WordPress 2.7.
But if you want some rough numbers, there are over 62 million WordPress-powered sites in the world, “about half” are on WordPress.com (ref). If you take a conservative estimate that only 1/4 of all self-hosted installs are “just for writing,” that still gives you more than half of the community that uses WordPress “just for writing” versus company websites, et al.
The problem is, each time one of these decisions is made for us (with no option to revert), it moves another small percentage of users into the “edge case” category.
Actually, the option is to not upgrade. I know, that sounds horrible but think for a minute. WordPress 3.2.1 is secure, so unless you absolutely need the new features added in 3.3, you don’t need to upgrade. If you do want the features, the option instead becomes the choice to write a plugin to go back to the way things were.
When the admin bar was first introduced, so were several plugins that immediately removed it. There’s even a plugin that converts the vertical admin menu back to a horizontal menu at the top of the page (http://wordpress.org/extend/plugins/horizontal-admin-menu/).
Forum: Alpha/Beta/RC
In reply to: Beta Update Hosed the Admin on a Mapped SiteDigging through the logs, it looks like there’s a conflict in some plugins duplicating OAuth calls. Apparently I accidentally updated them along with WordPress … so it’s not a 3.3-beta issue.
Forum: Alpha/Beta/RC
In reply to: Admin menu doesn't expand/collapse in 3.3 beta 1. Why?The entire point of WordPress is to make it easy to write. That’s been kind of the goal of new features like the Distraction Free Writing Mode, and the easy-to-use drag-and-drop uploader.
Fundamentally, having plugins/themes add “3 different menus to different sections” of the nav menu is a huge design flaw in the plugins/themes. Not WordPress. Every additional menu on the page gets in the way of the user’s primary purpose – to create content.
Having a huge menu with several sections open all the time further detracts from this primary use case. You won’t be changing your timezone settings, permalink options, theme background, widget layout, or active plugins every day. Those options should get out of the way and let you do what you’re entering the site to do – write.
All of your options are still there. All of the menus are still there. We’ve added features (pointers) to allow plugin/theme authors to alert you if/when they add new admin pages (rather than using the Settings API).
WordPress is designed so that new features and feature changes will benefit the vast majority of users. Fact is, if you’re a developer or power user (most of us in this thread are one of the two), then you’re not in that “majority of users” category. The majority of the community uses WordPress to write … not to hunt for settings on different admin pages and tweak options.
@negs – this was actually a topic discussed at WordCamp Portland last month, and I plan to make the display completely themeable in a future version. At the present time, though, there isn’t really a way you can do that since all of the code is so tightly tied together.
I’ll post back here when that particular version is ready and link to documentation regarding how to use it. But it might me a month or two before I have the time to polish it for you.
Forum: Fixing WordPress
In reply to: the_post_thumbnail() is not displaying the default thumbnailIr sounds like you somehow had a default overwritten.
When WordPress calls
the_post_thumbnail()without any arguments, it uses “post_thumbnail” as the default size … not “thumbnail.”It sounds like your sizes for “thumbnail” are correct (since you can get
the_post_thumbnail('thumbnail')to work) … but you site isn’t recognizing “post_thumbnail” as a valid size.Thanks Ray!
I’ve added that change to the codebase so that it will be there when the next version comes out: https://github.com/ericmann/WP-Publication-Archive/commit/32c42d20284906debe67de5afb9c2738a6d6be1f
Forum: Plugins
In reply to: [JS Banner Rotate] [Plugin: JS Banner Rotate] banner locationCan you include that markup? The post from the
<h3>tag through where you have the shortcode placed? I need to be able to reproduce this locally so I can figure out what’s going on.Forum: Plugins
In reply to: [JS Banner Rotate] [Plugin: JS Banner Rotate] banner location@jackieaz: That shouldn’t be happening at all. The banner should be placed exactly where the shortcode was placed. But your theme could be doing something to interfere with that.
Can you provide me with a link to your site so I can see this to help debug?
The pagination shouldn’t be showing up if fewer than 10 documents are returned while you’re using a category filter. You’ve probably found a bug.
Is there any chance you can provide me with the following:
- The exact code you’re using that’s generating the bug
- A screenshot demonstrating it
These will make it easier for me to troubleshoot the error.
This is a new one. I’ll take a look and see what I can figure out, but it would help if you can give me a step-by-step outline of what you’re doing to add a file and get to this link so I can reproduce it.
This is the first time a problem of this nature has been reported …
Forum: Fixing WordPress
In reply to: Windows Live Writer no go with WP 3.1.2@docfish – I cannot say this strongly enough, DO NOT HACK CORE. If this is a change that absolutely must be made, create a patch and submit it on Trac. If this is a minor change that will fix just your installation but doesn’t belong in core, write a plugin.
If you hack core files, you will lose your changes whenever you update WordPress. If the code you changed really did fix a bug, you lose your bug fix whenever you update and no one else benefits from your work.
You did the right thing by opening a Trac ticket to report the issue. But once you open a bug report, you have to follow up with it. Other developers will ask questions to clarify the issue, and developers will create patches you can test to see if they fix the issue.
If a patch fixes the issue, and the patch is in Trac, there’s a good chance a member of the core team will commit the changes – which means the next version of WordPress won’t have that bug.
Forum: Fixing WordPress
In reply to: Plugin Activation causes Empty ResponseFinally talked the client into upgrading to WordPress 3.2.1, and now it works. For the record, this seems to be a recurring issue with the 3.1.X branch … if you run into it, upgrade.
Forum: Fixing WordPress
In reply to: Plugin Activation causes Empty ResponseOK, I’ve tried testing locally again using older version of WordPress. It seems anything in the 3.1.X branch suffers a memory problem during activation of this particular plugin. Not 100% sure why … but it’s annoying.