rustindy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nightly or Stable?And I agree with the above – the Codex is the encyclopedia of WordPress knowledge. Ignoring it is just being willfully ignorant.
Thanks for the linkage. All I do is download the nightlies after their timestamp hits 23:30 and compare ’em to the previous one. Takes 3 minutes.
Forum: Fixing WordPress
In reply to: Nightly or Stable?Stupidly, perhaps, I was under the impression that
run /wp-admin/upgrade.phpwas actually in thereadme.htmlfile included with WordPress…. lemme check… yup! There it is! It’s step number 3 under the “Upgrading” heading 🙂So, let me ask. How many people actually skim the
readme.htmlfile for instructions on installation and upgrading before coming to the support forum and complaining about how WP1.5 broke their damn blog? Are the 4 upgrade steps maybe 2 too many for some people?Why should 1 line of upgrade instructions be in bold? Obviously nobody reads the damn things – maybe ALL the lines should be in bold! I’ll bet that more than half the people who skipped reading (and performing) that 1 little line would not have come here for help if the forum address hadn’t been a link. It would have been too much effort to actually copy & paste or, heavens forbid, type, the address into their address bar.
Thanks for passing on your mood Bernardy 🙁
Forum: Fixing WordPress
In reply to: RSS FeedsThat was a previous problem on 2 different blogs 😉 One of the plugins had an empty line outside the PHP tags.
In these 3 cases, the blogs work fine (and I’ve double-checked the source to make sure there are no goofy-sticks being thrown about), it’s just the RSS2 feed that seems to crater with an error.
Forum: Fixing WordPress
In reply to: RSS Feeds*bump* anyone? i’ve got 3 blogs with the same problem 🙁
Forum: Everything else WordPress
In reply to: Picking Dev Brainsalmost any plugin can be converted to Windows – i got Spaminator and Keitai-mail both working on a windows server without much trouble. instead of
cronyou use the “schedule tasks” thing 😉as far as pingbacks go, it doesn’t mean that (for example) my site pings each of my hosted blogs every x minutes (be easier just to grab the RSS feeds then). it means that the blogs themselves ping my script when they’re updated. just like
blo.gsor the pingomatic server.Forum: Everything else WordPress
In reply to: Picking Dev Brainsyup, that’s the code i’m working on right now too – but in ASP, not PHP.
Forum: Requests and Feedback
In reply to: [1.2.2] Sidebar and comment alignment help please#1. add the following line to your CSS file somewhere:
#menu li h2 {margin-left:0px};The reason they look center-aligned is because they’re surrounded by
H2tags, while the others are not, andH2tags have a left margin set on them. You might need to play a little with the above rule to get it to match perfectly – it should have the same left margin as your#menu lior#menu ulrules (if they exist). This new rule will *not* interfere with any otherH2styles on your blog, since it will be specific toH2tags within the#menu DIVthat are inside a list-item (LI) tag 🙂#2. already fixed on your blog?
Forum: Everything else WordPress
In reply to: Picking Dev Brainsinnereyes.com right now just queries all the blogs’ RSS feeds each time the page loads. of course, that’s the dumb way to do it, and i’ll be fixing it later tonite.
the easiest way to handle it is to control the schedule on your own end – just store an entry in a database or text file with the last time the feeds were queried. then decide whether it should have a 60 minute refresh, or daily, or 5 minutes, or whatever. compare the current time against the stored time, and if more than X minutes have passed, re-query the feeds.
alternatively, figure out how “pingbacks” work and use that 🙂 it’s the hard way, but it’s probably the best way
Forum: Fixing WordPress
In reply to: weird internet explorer problem — for developpers and php gurusAmazing how many people are having this problem because they skip the actual “upgrade” step…
Forum: Requests and Feedback
In reply to: Turn pages on/offYup, there should definitely be a “draft” option for pages as well as posts I think.
Forum: Plugins
In reply to: Plugins in 1.5 StrayhornIn 1.5, in order for Archives and Categories view to get filtered, a new filter needs to be added to the plugin like so:
add_filter('the_excerpt', 'convertouppercase');The default theme (and possibly Classic, though I haven’t checked) show the excerpt text, not the content text on those pages.
Forum: Plugins
In reply to: Exhibit 10d woes in WP1.5There’s actually an updated Exhibit 1.0d on the website – you have to dig for it though. The file name (doing a Search on the guy’s site should turn this up) is identical to the original archive name, but with a “2” added to it. So if the regular download name is
exhibit10d.zipthen the updated, 1.5 version would beexhibit10d2.zip. At least, that’s what I remember seeing there….Forum: Themes and Templates
In reply to: Help with site adviceAnyone developing web sites should be using Firefox to do so, and should have the “Web Developer” extension for it installed 😉 It has a resize button that’ll let you instantly resize your browser to various sizes so you can check your page 🙂
Forum: Requests and Feedback
In reply to: Using Mysql 4.1.10… Not working..With the exception that my server is Apache 2.0.52 still, I have the identical setup and no problems whatsoever. PHP5 includes the newer authentication schemes for MySQL 4.1 (where PHP4 breaks with anything higher than MySQL 4.0 unless you either compile
mysqliinto it or change some 4.1 settings – or don’t put a password on your database account).As far as I know, you shouldn’t have had to change anything at all if your setup was previously working.
As for the MySQL interface, nothing that WP uses has changed (to my knowledge). The main change is the MySQL client authentication library, and if you’re using PHP5, it should work just fine.
Forum: Plugins
In reply to: Any Spam Karma Troubles or Complaints?exact opposite results for me here – Spaminator eats everything i type in a comment no matter who’s blog it is 🙁
Spam Karma is currently in “evaluation” mode on my blogs 🙂