lbessant
Forum Replies Created
-
Forum: Themes and Templates
In reply to: A few bits and bobs.(a) I use
<?php the_time('l, jS F Y g:i a') ?>in place of the default theme’s<?php the_time('F jS, Y') ?>. This gives dates like this:Saturday, 2nd April 2005 11:23 pmSee The Codex for more on formatting dates.
Or if you just want the parameters, see the PHP documentation
Forum: Fixing WordPress
In reply to: Where are the plugins?Forum: Themes and Templates
In reply to: RinYou’ve got a
<div>inside an<a href....>.Block-level thingy inside an inline wossname isn’t allowed. Haven’t tested this, but how about changing:
<div class="comment-star">2</div>to
<span class="comment-star">2</span>Forum: Plugins
In reply to: [ANN] Enhanced Views pluginMust have missed this when it was announced. Installed[1], activated, works nicely. Any enhancements would be gratefully accepted, and I’d be quite happy with files going in wp-admin.
Nice work, really is an improvement to the interface. Thanks π
[1] Small suggestion: have the images directory going in “plugins” rather than in “wp-content”. I think this is tidier and makes it easier to keep track of where the support files for plugins live. It also makes it easier to extract the files from a zip into a folder whose contents can be uploaded in one operation.
Forum: Everything else WordPress
In reply to: Printable list of all template tags?Oh. Wow. That’s excellent work.
Nicely laid out, too π
Thanks
Forum: Fixing WordPress
In reply to: WP not inserting comment_author_email into DBHave you added any plugins lately? Are there any differences between your main install and the second one?
Forum: Plugins
In reply to: Amazon pluginHave you closed those
<?phptags? Or is their apparent absence to do with the problem you’re having getting code to display?The backtick has always worked for me here…
Forum: Themes and Templates
In reply to: Lesson: Developing a Colour SchemeGood site – I’ve used Bob Stein’s colour charts for a long time. Worth buying the reference card or poster, which are well-produced and reasonably priced.
He also does a useful CSS reference card.
Forum: Fixing WordPress
In reply to: hashcash and firefox/blank wp-comments-post.php pageCheck that JavaScript[1] is enabled in FireFox:
Tools menu, Options
Select “Web Features”
Look at the tickboxes.[1] It would have been so much simpler if JavaScript had been given a different name, wouldn’t it?
Forum: Fixing WordPress
In reply to: Submit comment buttonTry something more like:
<input name="submit" type="image" src="/images/image.gif" tabindex="5">Forum: Plugins
In reply to: Hitchhiker’s Guide PluginIgnore the silly graphics – they’re just a shell around the original Infocom game!
Forum: Fixing WordPress
In reply to: Template Name: ArchivesCreate a new page using “Archives”. You can call it “Archives” or “Stuff” or indeed anything you like.
You can type some random text in the page content box if you like, but it won’t actually appear..
Save it, make sure WP has updated your .htaccess and away you go.
Forum: Fixing WordPress
In reply to: Server error 500Aha! This post might help.
Forum: Fixing WordPress
In reply to: Server error 500I don’t use that particular app, but there should be a setting to “show hidden files on remote host”, or a setting to add a switch to the list command it uses – add
-alwhich will show hidden files.Does sound like it could be a borked .htaccess file
Forum: Fixing WordPress
In reply to: Server error 500Do you have access to the server’s logs? You’ll need to look at the Error log. Or ask your host – it could actually be a server problem.