Michael Bishop
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 1 WordPress for 2 domains?You could probably use a plugin like feedwordpress on site2 to aggregate specific feeds from site1. You can read up on how to generate tag specific feeds in the codex.
Note this isn’t a specific endorsement of the feedwordpress plugin, I’ve only but briefly tested it. I’m sure there are plenty of similar plugins that do similar functions.
I’d also suggest reading up on duplicate content in regards to SEO.
Forum: Plugins
In reply to: Remove ‘dashboard’ link from admin panelIdeally, editing core files isn’t the best solution, however, if you are going to edit the core files, admin/admin-header.php, line 66 is where the can modify/edit the help/forums/etc links.
Forum: Installing WordPress
In reply to: Problem with widgets.php in Upgrading from WP 2.1 to WP 2.5I didn’t touch widget_text, unless that’s widget_anything now. I’d never touched the default widgets, so I didn’t have anything to “edit”, and didn’t think to go in and edit seemingly non-existent content.
Forum: Installing WordPress
In reply to: Problem with widgets.php in Upgrading from WP 2.1 to WP 2.5I went through the wp_options table and deleted the rows for the default widgets, widget_categories, widget_anything, widget_pages,widget_calendar, and widget_archives and the error went away. I’m not interested in finding out if one specific one was the culprit, so perhaps one could go through each of those one by one to find out which might have been the problem.
Forum: Fixing WordPress
In reply to: Turning off the auto saveRegardless of the pissing match, the latest SVN of WP, 2.2 almost alpha, same site, same plugins, same theme, same browser, the issue is fixed.
So for those not interested in using SVN (nor should the faint at heart/inexperienced user want to), know that the soon to be released 2.2 *should* fix this problem, baring any changes.
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?you want to use the template tag the_excerpt rather than the_content on your index.php file, assuming you aren’t using a home.php file.
Also, there’s a plugin Excerpt reloaded, that lets you define the number of characters that are shown.
Forum: Fixing WordPress
In reply to: Turning off the auto saveAnd my point is, if there wasn’t anything wrong with the code, then why has it been rewritten in 2.2almost-alpha, and work?
To simply place blame on the server, browser, theme, plugin, and not the core code is silly. It’s not meant to be a damnation of WP, or those who volunteer their code, but an honest admittance that a bug exists goes a lot further than passing the buck.
Forum: Fixing WordPress
In reply to: Turning off the auto saveYou didn’t?
The short of it is that anybody getting this error has some specific problem with *their* installation. It’s not a bug in WordPress. It’s not a problem with the code.
Funny, that’s what it looks like to me.
And, looking at the javascript in 2.2 almost alpha it appears the auto save has been re-written, and tests so far seem that it’s more stable.
So somewhere it seems someone took a look at it.
And I did read.
Forum: Fixing WordPress
In reply to: Turning off the auto saveMY point is, the same server, using the same plugins, and the same bloody browser BEFORE 2.1 final the problem didn’t exist. AFTER, it did. Period. It’s a bug. It wasn’t in an y of the 2.1 alpha or RC, it was something stuck in at the last minute. And now on clean installs I’ve experienced it. So far, the best I can find is that it’s with the auto-save. That’s as far as I’ve gotten (and if I disable javascript in the browser), so it’s somewhere between the two. Trust that I’m trying to narrow it down. But to claim it’s not a bug, and a user issue, is absurd.
Forum: Installing WordPress
In reply to: Cant log into my own BLOG!!Forum: Fixing WordPress
In reply to: Turning off the auto saveOtto42, that’s a BS answer. I’ve experienced this in numerous installs on a variety of server environments with two different browsers. Bugs by nature don’t happen for everyone.
To simply be a fanboy and say it’s not a bug in WP is absurd, and goes against everything that WP used to be.
Forum: Fixing WordPress
In reply to: Will not post after auto saveI’ve also experienced this bug, and opened a ticket.
http://trac.wordpress.org/ticket/4144#previewForum: Developing with WordPress
In reply to: Custom Fieldsthanks for the consideration
<?php echo stripslashes (wpautop( get_post_meta($post->ID, "Bio", true) )); ?>fixed the issue.thanks h0bbel
Forum: Fixing WordPress
In reply to: Problem post 2.03 upgradeI can confirm this is still happening, 2.1.2 upgrade from 2.1alpha3. Tried the force-upgrade, deleting cache and cookies, deactivated all plugins.
stingray55’s discovery worked as well, however can not delete from the manage posts page.
Forum: Your WordPress
In reply to: Blog proving you can learn anything onlineThe support forums are not here to comment on content, purely for technical issues related to WP.