Kitten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: am/pm to 24 hourOptions > General > Date & Time > Default date format
For example: l, F jS
gives: Sunday, May 9th
Play around, you really can’t break it.Forum: Fixing WordPress
In reply to: my-hacks.php “Legacy”?my-hacks used to be the only place to extend WP, now there’s plugins. So most of the popular ‘hack’ should be migrating to the plugin style archetecture. But my-hacks is still useful, it’s a great place to add little bits of code to your own site. You can turn it off if you want. I have my count down function in there.
Forum: Fixing WordPress
In reply to: am/pm to 24 hourhttp://php.net/date
Should give you all the options you need.Forum: Everything else WordPress
In reply to: Cheap wp hosting in the USAI second the vote for Web-mania.
Forum: Fixing WordPress
In reply to: blogging by e-mail: do you have it working?try using wget and request “wp-mail.php” via HTTP. /dev/null the output, and you should be good.
Forum: Everything else WordPress
In reply to: Php login Script? A QuestionSounds like you might need a full-blown CMS setup. PHPNuke & PostNuke might work
Forum: Fixing WordPress
In reply to: RSS2 feed now looks terrible!The typograph is not working even in full text mode π
Forum: Fixing WordPress
In reply to: RSS2 feed now looks terrible!Verified. Alpha 14 puts the em & en dashs into the RSS, in the 28/4 Beta, they come through as ‘—‘ & ‘–‘. The don’t garbage my reader (SharpReader) but it’s annoying to loose the typography.
Forum: Fixing WordPress
In reply to: April 26 CVS IssuesDuplicated
Forum: Fixing WordPress
In reply to: Everything held for moderationThanks to LaughingLizard, we figured it out. The spam words were causing the problem. I had copy & pasted from the list from the wiki. Even though they pasted in on seperate lines, they weren’t getting recognised as such. Deleting the list and manually readding them fixed it.
Forum: Fixing WordPress
In reply to: stable working Blog-By-Email release?Actually, Uptime works fine! π
I just addedecho "Success"as the first line of code inwp-mail.phpand it works. Uptime only cares that the word “success” is somewhere in the page contents. Thanks for the tip!Forum: Fixing WordPress
In reply to: stable working Blog-By-Email release?Do you need a cron job for this to run?
Forum: Installing WordPress
In reply to: Dying on step 3DNS propagated, working now.
Visit: Omaha NationForum: Installing WordPress
In reply to: Dying on step 3I’ve decided the same thing, even after trying the nightly, and not using the subdomain, the problem was still there. I’ll try it agian tomorrow and see if propagation fixes it, thanks!
Cheers,
Kitten