Breadcrumb NavXT 4.0 Field Report

Currently, a quite dramatic change in settings, and as a result, behavior, is scheduled for Breadcrumb NavXT 4.0. The aim is to both reduce the number of options, while increasing the flexibility of Breadcrumb NavXT. This means replacing the prefix, suffix and anchor settings with two templates for most breadcrumb types. One template is the default template for the breadcrumb, the other is the template used when the breadcrumb is not linked. Note that some breadcrumbs will never use a linked template. There will be a settings upgrade/migration script from the 3.x settings to the 4.0 settings.

Unlike previous releases, 4.0 will have a full Alpha and Beta test release phase before the final version is available. The first Alpha will be available once the settings are fully changed over and a few required bug fixes are done. The first Beta will be available once all planned features are implemented. As for a release date, don’t plan on anything beyond an Alpha before October. This has been seriously delayed due to a project I was pulled into due to personnel issues. Hopefully, that project will be wrapping up soon.

-John Havlik

[end of transmission, stay tuned]

The WordPress.org Commit Breakin – Evil Code

If you have not heard about the unauthorized SVN commits to the WordPress.org plugin repository for the plugins AddThis, WPTouch, and W3 Total Cache, you may want to read the post on the WordPress.org blog first. This event has prompted a WordPress.org password reset for all registered users. While these are three high profile examples that happened in the last 48 hours, a similar incident happened back in February.
Continue reading

Breadcrumb NavXT 3.9.0

Holy custom post type archives batman! With Breadcrumb NavXT 3.9.0 comes native support for the custom post type archives introduced in WordPress 3.1. Due to this, Breadcrumb NavXT 3.9.0 requires WordPress 3.1.0 or newer.

In addition to native support for custom post type archives, 3.9.0 brings several bug fixes and tweaks. Namely, fixes involving the handling of incomplete installs, and incompatible environments. Finally, a bug involving the Blog breadcrumb not behaving correctly on archives (taxonomy, date, etc.) has been squashed.

This release did not contain any translation string changes. However, for 4.0 there will be a purge of incomplete and old translations. The following translations have not been updated by their authors in a long time:

  • Dutch
  • Russian
  • German
  • Indonesian
  • Italian

These translations that will not be not be included in 4.0, unless they are updated. If you are fluent in any of these languages and wish to update these translations, please get in contact with me.

You can grab the latest version of Breadcrumb NavXT from the Breadcrumb NavXT page. If you experience any issues with this version of Breadcrumb NavXT, please leave a comment on this post detailing the issue. Support for defects (bugs) is no longer provided in the Breadcrumb NavXT page, in the documentation page, or in the FAQ page.

-John Havlik

[end of transmission, stay tuned]

Breadcrumb NavXT 3.9.0 Preview

What will most likely be Breadcrumb NavXT 3.9.0 is feature complete. The singular new feature, support for custom post type archives, has been implemented. Just a little tidying up of loose ends is needed before sending it off for translation. The actual release date is tentatively this upcoming Monday.

Note that this release is not synchronized with the SVN trunk (and why I’m trying to get it out and done quickly). Work towards 4.0 is already reflected in the SVN trunk version, and it is significantly different from 3.9.x.

Grab the Breadcrumb NavXT SVN 3.9.x Branch version to try out 3.9.0 before it is released.

-John Havlik

[end of transmission, stay tuned]

Use an Icon/Image for the Home Breadcrumb

This is a really easy one. However, as I’ve been asked about it several times in the past few weeks, I’m going to post about it.

One way of using an image rather than just text for the home breadcrumb was covered in the Vista-Like Breadcrumbs for WordPress article back in 2009. However, that guide is more or less an advanced topic, and directly accesses the bcn_breadcrumb_trail class, something that is currently not recommended.

Since at least Breadcrumb NavXT 3.0, the settings page allows you to use valid HTML in some fields. In the future this will be more obvious due to settings page tweaks as it is not exactly obvious that this is possible. There are really only three steps to changing from text to an image for the home breadcrumb:

  1. Go to the Breadcrumb NavXT settings page (under Settings > Breadcrumb NavXT).
  2. On the “General” tab, look for the “Home Template” option.
  3. Replace the text value of the “Home Template” option with the valid HTML for your image. e.g.
    <img src="http://YOUR_URL/YOUR_HOME_IMAGE" alt="Home"/> where YOUR_URL is the URL for your website, and YOUR_HOME_IMAGE is the name of the image, including file extension.

That’s it, and it also works for the “Blog Breadcrumb” and “Mainsite Breadcrumb” in setups that have these breadcrumb types.

-John Havlik

[end of transmission, stay tuned]