Archive for the 'BlogDesign' category

WordPress 2.7 beta 3: Test, 1, 2, 3…

Tests & Results (more added as we go):

- (as expected) lighter-admin-dropdown-menus wont work with WP 2.7 >> deactivated

- Simple Tags needs tweaking in order to work:

  • OPEN FILE simple-tags.php AND FIND LINE CONTAINING
    if ( strpos($wp_version, ‘2.5′) !== false || strpos($wp_version, ‘2.6′) !== false )
    {
  • REPLACE WITH THE LINE BELOW
    if ( strpos($wp_version, ‘2.5′) !== false || strpos($wp_version, ‘2.6′) !== false ||
    strpos($wp_version, ‘2.7′) !== false ) {

and all features will work in WP 2.7 (thanks to “lecactusov” who pointed to this tweak

- the “Unordered List” button does not work as it used to:

  • Randomly when clicking it twice (in visual mode) it EITHER cancels the list OR makes a nested list entry
  • Consequently, nested lists dont work in visual mode consistently

and you have to end the lists in “HTML” mode as you cannot predict how the button will react

- Nested Unordered Lists dont work in HTML mode either, if you enter the code and save the post, WP insists on changing the code to un-nest the list (which is why I write this entry in the artificial visually done nested list style)

Starting today/A partir de hoy: WP 2.7 beta 3

We will be testing WordPress 2.7 beta 3 from today, so dont be surprised if some stuff should not work…

——————————————————————————————

A partir de hoy vamos a probar WordPress 2.7. beta 3 para este blog. Si algo no funciona como normal ya sabeis por que…

Everything back to normal

We have finished maintenance and testing, everything is back to normal.

As you can see, the blog has changed its optics a little, with the “Collapsing Categories” in the left sidebar we have made some room.

Enjoy!

———————————————–

Hemos terminado el mantenimiento y las pruebas, todo ha vuelto a la normalidad.

Como puede ver, el blog ha cambiado su óptica un poco, con el “las categorías colapsadas” en la barra lateral izquierda hemos hecho un poco de sitio.

Disfruten!

Blog en Castellano - Blog in Spanish

Hoy a las 16:13 he cambiado el blog internamente al Castellano, asi nuestros autores españoles lo enquentraran más facil escribir o manejar entradas.

Esto no tiene ningun efecto sobre el contenido, para traducir esto todavia necesitas hacer clic en la bandera lateral corespondiente.

———

Today, 16:13 I changed the blog internally to Spanish, like this our Spanish authors will find it much easier to write or manage stuff.

This has no effect on the content, to translate this you still need to click at the corresponding flag at the side.

Happy Blogging!

Visits Counter

I have added a visits counter in the right sidebar. I guess this is a good way of inducing author depression… :-)