ericr23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to page custom database query (to sort by custom field)?Another challenge I see is that I’d want to get the number of posts so I know when I’m on the last page, but that means a query has to be done once to get the number of posts and then again with the offset and posts_per_page. So it would seem a better choice to offset and limit the While loop perhaps (which I’m not sure how to do: can each $post be called by $pageposts[n]?)?
Forum: Fixing WordPress
In reply to: how to page custom database query (to sort by custom field)?Thanks for the guidance, Otto.
It’s what I thought might be required. I’ll tackle it when I have more time and report back with any success.
One question right away, though: How to pass the page information? I.e., how to tell each query which page number it’s on?
Forum: Fixing WordPress
In reply to: “Don’t have permission” to add category on write pageI fixed it. The link above is updated.
Forum: Requests and Feedback
In reply to: 2.5 admin backend annoyingOtto, I understand your frustration but not your impatience.
I don’t know how representative I am of “advanced” WP users, but as much as I’d love to, I don’t have time to try out alpha and beta versions and participate in noting bugs or missteps.
Until 2.5, the experience of upgrades has been overwhelmingly positive, and thus we have trusted and respected the developers and active testers.
So you might understand our frustration. WP 2.5 is a clear step forward in coding sophistication and elegance, but the Write page is a shocking step backward in usability and efficiency. (It would be a step forward to go back.)
(Another lost functionality appears to be the ability to type and enter an existing category name in the Add form to quickly select it — a great undocumented trick when you’ve got more than 15 or so categories to scroll through.)
You can bet a lot more of us will indeed be more involved in testing from now on.
Beyond that, as a couple people have suggested in this thread, the problem seems to be conflicting needs of wordpress.com and www.ads-software.com users.
Forum: Fixing WordPress
In reply to: Adding another CATEGORY type for e.g. COUNTRIESYou can create a “Countries” category and make the individual countries children of it. If that’s what you’re asking.
Forum: Plugins
In reply to: wp-email and WP 2.5Try the 2.30 beta version.
Forum: Fixing WordPress
In reply to: Update Permalink Structure in 2.5Yes, the “Update Permalinks” function seems to be taken care of with the “Save” button.
Forum: Requests and Feedback
In reply to: 2.5 admin backend annoyingI’ve edited 2.5’s edit-form-advanced.php to make writing posts more efficient. Here’s a screen shot.
I had added the $saveasdraft (“Save and Continue”) button, but it did not behave correctly.
Click here for a copy. BACK UP THE ORIGINAL FILE FIRST! USE AT YOUR OWN RISK! Reports of improvements are very welcome.
I did not alter any other file (i.e., CSS files), using only local style directives. I still can’t stand the media uploader, but it is not used much on our high-volume blog.
Forum: Requests and Feedback
In reply to: 2.5 admin backend annoyingTo move back to 2.3.3, I just copied all the 2.3.3 files back in to the directories. BUT USERS CAN NO LONGER LOG IN. The passwords are no longer usable, so you have to restore them in MySQL Admin (or however you might access the database). Instructions are here. I only had 5 users to reset (and only a couple of them actually active), but it would be rather tedious for a much larger number.
Forum: Requests and Feedback
In reply to: 2.5 admin backend annoyingAnother major complaint my editor had was not having drafts listed on the Write page.
Forum: Requests and Feedback
In reply to: 2.5 admin backend annoyingSapphire nails my perception. The new admin appears to be for casual bloggers does not consider high-volume blogs. Our site includes a few active blogs. I reverted to 2.3.3 for the high-volume one, because that editor found himself having to expend more scrolls and clicks in 2.5, significantly slowing him down (and he doesn’t have to use the uploader much).
For the others (one or so posts per day or so), I moved and edited a few things in edit-form-advanced.php.
I still hate the uploader hijacking the page. And when I click to insert the code there’s a brief moment of panic about where the cursor might have been when.
I just noticed that when the post is autosaved, a Preview This Post button appears above the publish status. If I do a manual save, though, I am taken out of the write window and to the (unpublished) post. Going back and forth that way is highly unproductive compared with going between two separate tabs/windows, i.e., the write window and the preview (which you can reload after each manual save — e.g., to check a table or list layout).
Forum: Requests and Feedback
In reply to: 2.5 admin backend annoyingAdd my vote against the category placement. I don’t see any benefit to having the publish status where the categories were. And if categories must be beneath the edit pane, then they should at least be above the tags. I do like the ability right there to create a new category within the hierarchy.
And add my vote against the pop-up uploader. Besides the delay, it prevents doing anything else on the page until it’s done. It’s nice to have the progress bar, though.
One more thing that I don’t think anyone’s mentioned here, and it’s the most irritating: After publishing a new post, 2.5 takes you to your site instead of providing a fresh write window. This is a terribly presumptuous time waster.
Forum: Fixing WordPress
In reply to: Canonical redirect doesn’t affect wp searchformWhoops: question. Is this a bug, or something I’ve done wrong?
Here’s the searchform code:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>"> <input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id=s> <br><input type="submit" id="searchsubmit" value="Search"> </form>
Obviously, I could just put in the URL instead of using bloginfo(), but it would be nice to know why it’s not going to the URL with ‘www’ as it’s entered in the options.
Forum: Fixing WordPress
In reply to: Changing upload file size limitI had to put a php.ini file with the settings in the wp-admin directory.
Since I’m on dial-up, I haven’t tested whether that’s the only necessary location or if the one I have in the uploads directory is also needed. I do know that the latter alone did not work.
My blog is in a subdirectory of my site, so WP’s behavior in this regard may be different.