English flagChinese (Simplified) flagChinese (Traditional) flagDutch flagFrench flagGerman flagGreek flagItalian flagJapanese flagKorean flagPortuguese flagRussian flagSpanish flag
encoding="UTF-8"?> Comments on: WordPress 2.3, The Joy of Upgrading http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/ Writings from a Brisbane Programmer, Future Lawyer, Keen Historian and avid web surfer Thu, 08 Jan 2009 21:16:40 0000 http://wordpress.org/?v=2.3.1 By: Hoocaiday http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-933 Hoocaiday Sun, 26 Oct 2008 20:56:08 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-933 I read some of the posts and I think it is a great place! Are you attempting to play with my intimate difficulty Oh, good joke) What do prisoners use to call each other? Cell phones. I read some of the posts and I think it is a great place! Are you attempting to play with my intimate difficulty Oh, good joke) What do prisoners use to call each other? Cell phones.

]]>
By: Andrew Bell http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-685 Andrew Bell Mon, 12 Nov 2007 21:20:22 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-685 Hi Bill, If you change /wp-content/themes/xMark/images/bodybg.png Then you can change the header image - (The Circle with the X in it) - I then used paint .net to make a circle of the same general colour as the normal x and then put it over the top of the X to get rid of it. Then I used layers and added another image over the top of that - and made the colours burn so you could see the transition between the red and the white backgrounds. If you just over-type that file then you should not need to change any of the code Hi Bill,

If you change
/wp-content/themes/xMark/images/bodybg.png

Then you can change the header image - (The Circle with the X in it) - I then used paint .net to make a circle of the same general colour as the normal x and then put it over the top of the X to get rid of it. Then I used layers and added another image over the top of that - and made the colours burn so you could see the transition between the red and the white backgrounds.

If you just over-type that file then you should not need to change any of the code

]]>
By: Bill Dupray http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-684 Bill Dupray Mon, 12 Nov 2007 10:56:27 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-684 Very informative post. I recently started blogging and chose the X-mark theme. I have seen yours and another with the "X" removed and some other logo added. Can you tell me where to add the code? I am not too proficient with programming yet, but I can find the various sections of code within the theme editor. Thanks, Bill Dupray www.patriotroom.com Very informative post. I recently started blogging and chose the X-mark theme. I have seen yours and another with the “X” removed and some other logo added. Can you tell me where to add the code? I am not too proficient with programming yet, but I can find the various sections of code within the theme editor.

Thanks,
Bill Dupray

www.patriotroom.com

]]>
By: Andrew Bell http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-301 Andrew Bell Mon, 08 Oct 2007 12:29:30 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-301 My Excerpts problem is solved by using the following plugin (not on the compatibility list but appears to be working) http://www.dailyblogtips.com/homepage-excerpts-wordpress-plugin/ This seems to read the dom and words rather than just a character list.... now just for an archive alternative and fix my donation picture My Excerpts problem is solved by using the following plugin (not on the compatibility list but appears to be working)

http://www.dailyblogtips.com/homepage-excerpts-wordpress-plugin/

This seems to read the dom and words rather than just a character list…. now just for an archive alternative and fix my donation picture

]]>
By: Andrew Bell http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-300 Andrew Bell Mon, 08 Oct 2007 12:07:34 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-300 UPDATE: Not all of my plugins are compliant which was giving problems, Google Sitemaps and Advanced Live Archives are not up to date - this was causing wierd MySQL errors; see the full list of compliant plugins here: http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3#Non-working_plugins.2C_or_has_issues Also, For some reason the content limit is a simple left function and does not take into account the dom model, meaning that some posts that are not included correctly will destroy my main page, so for the moment I have deactivated the plugin. Alsthough above I mention replacing code - this was from the plugin's website, what you really should be doing is : < ?php if (function_exists('the_content_limit')) { the_content_limit(1100, "<br />< - Click Here To Read The Complete Post ->"); } else { the_content(__('Continue Reading »')); } ?> so if you deactivate the plugin then you will not get problems and it will display as normal. Looks as though the changes were more painful than they first appeared. UPDATE:

Not all of my plugins are compliant which was giving problems, Google Sitemaps and Advanced Live Archives are not up to date - this was causing wierd MySQL errors; see the full list of compliant plugins here: http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3#Non-working_plugins.2C_or_has_issues

Also, For some reason the content limit is a simple left function and does not take into account the dom model, meaning that some posts that are not included correctly will destroy my main page, so for the moment I have deactivated the plugin.

Alsthough above I mention replacing code - this was from the plugin’s website, what you really should be doing is :

< ?php
if (function_exists('the_content_limit')) {
the_content_limit(1100, "
< - Click Here To Read The Complete Post ->“);
} else {
the_content(__(’Continue Reading »’));
}
?>

so if you deactivate the plugin then you will not get problems and it will display as normal.

Looks as though the changes were more painful than they first appeared.

]]>
By: Andrew Bell http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-299 Andrew Bell Mon, 08 Oct 2007 11:47:54 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-299 Thanks, Am currently working on things - also got a wierd mysql error when actually posting that post - wil give updates shortly Thanks, Am currently working on things - also got a wierd mysql error when actually posting that post - wil give updates shortly

]]>
By: Big Fella http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-298 Big Fella Mon, 08 Oct 2007 11:42:58 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-298 Almost perfect, one gets an ugly mySQL error when commenting, although the comment actually makes it to the database! Almost perfect, one gets an ugly mySQL error when commenting, although the comment actually makes it to the database!

]]>
By: Big Fella http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-297 Big Fella Mon, 08 Oct 2007 11:41:39 0000 http://blog.terabell.com/92/programming/wordpress-23-the-joy-of-upgrading/#comment-297 This theme is such an improvement over your previous choice. Much clearer, things actually line up correctly now, just fix your donation graphic and you will attain perfection. This theme is such an improvement over your previous choice.
Much clearer, things actually line up correctly now, just fix your donation graphic and you will attain perfection.

]]>