lbessant
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loginout not displaying properlyThe
wp_loginlogoutfunction outputs the<a hreftag itself, so what you’re putting in is going to be messy…You could try
<span class="foooterLink"><?php wp_loginlogout(); ?></span>Or take a look in
wp-includes/template-functions-general.phpand adapt thewp_loginlogout()function to suit your needs. I added a class to mine so as to integrate it with Matt’s Intelligent Menu.Forum: Fixing WordPress
In reply to: WP 1.2 to 1.5; Breaks all posts that had images in them.It’s the permissions that seem to be the problem – trying to go directly gets a 403 forbidden response, which is why they don’t appear in the page…
Forum: Plugins
In reply to: WeatherIcon 2.0Works nicely for me. The options page makes it a lot easier to tweak π
Forum: Everything else WordPress
In reply to: A NEW competition – with a twist.Does this count?
Forum: Everything else WordPress
In reply to: WordPress Index Wont Show In I.EHmmmm. It looks like there’s something about the “Make Poverty History” script that IE really doesn’t like. Remove that script line, and IE shows the page….
Forum: Everything else WordPress
In reply to: A NEW competition – with a twist.Hey, I write stuff!! Most of it’s rubbish, of course, but Google seems to like it….
Forum: Everything else WordPress
In reply to: WordPress Index Wont Show In I.EValidation is always a good idea…
There’s no closing
</head>and no opening<body>. I’m surprised Firefox is being so forgiving and rendering the page!Have a look in your template – you probably lost them while editing something else….
Forum: Installing WordPress
In reply to: More on installation failureTake the http:// off the server name, maybe?
Forum: Everything else WordPress
In reply to: WordPressers speak out.Thank you, Mr Moose π
Nicely done.
Forum: Themes and Templates
In reply to: Why Not Include Kubrick PSD File?Now if you’d searched on “Photoshop”, you’d have found it….
Forum: Installing WordPress
In reply to: Automatic Installation with DreamHostPodz has some very useful instructions: http://www.tamba2.org.uk/wordpress/backup/.
You will find PHP admin through your DH Panel – go to Goodies, MySQL, then click on your database.
Les (yet another happy DH customer…)
Forum: Your WordPress
In reply to: The Technofile@ Marc – I think MC_Rebbe is drawing attention to his content rather than making a fuss about his design.
While original design in weblogs is a Good Thing, it’s not everyone’s priority…..
Forum: Plugins
In reply to: Introducing WP-Amazon PluginThe part you want lives here. Scroll to the bottom of the page and you’ll see this:
Download in other formats:* Original Format
* Plain TextClick on “original format” and you’ll be prompted to save the PHP file in the usual way. Avoids any issues with whitespace in copied PHP code….
The title of the post appears in the page title for that post’s single page http://inthepursuitofgod.com/mattersoftheheart/?p=8.
Google seems to be quite happy with that…..
(I keep getting scarily high Google placings for some of my entries….)
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentTry TextPad or any other editor that understands about Unix-style line breaks. If you search here, you’ll find plenty of suggestions for good text editors, many of them free. Notepad is really not up to the job….