Read the Latest Articles:

Has you are probably aware, WordPress 2.7 beta 3 is out. Even if this is not the final release and some features may change, I always test my plugins against new major releases.

So, the very good news is, ZdStatistics and ZdMultilang are both compatible with WordPress 2.7 Beta 3 and everything makes me suppose it will be fully compliant with Final Release of WordPress 2.7.

Another very good news for ZdMultilang Users is next version will soon be out and lots of new exciting features will be included. Here is a short list of features that will be released.

  • Flags are not displayed for current language (they were useless in that case)
  • Flags and widget are now working properly
  • Easy addition of languages (through predefined lists)
  • Draft status for translations !
  • Import from Google Translate while translating posts/pages
  • Better menus (compatible with ozh admin dropdown menu)

New translations :

  • Blog title
  • Blog description
  • Links + description & Links categories + descriptions

While developping ZdMultilang’s new version, I came accross a compatibilty problem with WordPress 2.7.

In fact, to include the tinyMCE editor you won’t use the same functions between 2.6.3 and 2.7 releases. More interesting is WP2.7 will need one more function to be able to display the editor.

Most of the time you will want to include this editor when working with posts, or when you want to enable your plugin users to enter information with the Wysiwyg editor (newsletter, advanced widgets, etc…)

WordPress 2.5.x and 2.6.x

Here is how to include the editor in one of your plugin’s admin panel.

  1. Include this code in the admin_head hook
    add_filter('admin_head','zd_multilang_tinymce');
    
    function zd_multilang_tinymce() {
    	wp_admin_css('thickbox');
    	wp_print_scripts('post');
    	wp_print_scripts('editor');
    	add_thickbox();
    	wp_print_scripts('media-upload');
    	wp_print_scripts('jquery');
    	wp_print_scripts('jquery-ui-core');
    	wp_print_scripts('jquery-ui-tabs');
    }
  2. Call the editor anywhere you need it to be displayed
    	the_editor($content_to_load);

I usually don’t make posts out of what I’ve read somewhere else, but it is impossible for me not to talk about this wonderfull post : 30 cool linux login screens.

In these 30 themes, 15 are for KDE and 15 for Gnome. As a gnome user, I will list only those I really liked a lot. There are only 5 themes that really hit me when I saw them !

Magic Book

Somatic

Wooden

Wooden

Sunset

Sunset

Leaf

Leaf

I don’t usually buy books, I tend to learn things by myself via online resources or personnal experience. This is true when it concerns technical domains such as system administration or software development. But when it comes to marketing and design it’s always usefull to have the expert point of view from a book. Today [...]

That’s now official, Ubuntu 8.10 Release is out, codename Intrepid Ibex. If you are really in a hurry, you can already do an update, but be aware that it will take quite some time. I did the upgrade yesterday evening (GMT+2) and it took me more than 5 hours to download all packages. I must [...]

It’s been a while since I made real update with ZdMultilang WordPress plugin. One of the most problematic part of the plugin was to define languages as language codes where not known of the users. So, in order to help you define your languages, next release of zdmultilang will include a language selector which has [...]

Okay, after some feedback, I found a few bugs and version 2.0.1 will correct them. Here is the change log : Some typos in French translation Better user level limit handling Better support for php4 (using php5 will give you some more features) Daily stats screen improved. No more css messing around with the dashboard. [...]

Page 4 / 18«...2345610...»