Bread Crumb Plugin

This plugin provides “Bread Crumb” functionality via a function that can be added to your templates.

Current Version: 1.5

Download:

Download the latest version here or you can view the source.

Revision History:

version 1.0 Original Release
version 1.1 Added code to Capitalize Words
version 1.2 Added UL tags to output
version 1.3 Added signature idea from Rich Boakes
version 1.4 Made plugin identifier functions universal for all plugins
version 1.5 Added functions to stub to identify current available release. Adjusted options page to display. Fixed missing __CLASS__ constant for versions of PHP older than 4.3.0. Fixed issue with PHP5 installs.

Installation:

  1. Copy the file rjs-bread-crumb.php to the WordPress plugins directory on your server, (%WORDPRESS PATH%/wp-contents/plugins/).
  2. You will then need to activate the plugin from the WordPress administration plugins page.
  3. Modify your template to include a call to the BreadCrumb class.

Usage:

  • This plugin requires you to edit you template to include a call to the class BreadCrumb
    Example:
    <?php
    if(!is_callable('BreadCrumb','bread_crumb')) {
    BreadCrumb::bread_crumb();
    }
    ?>

2 Comments

  1. Paolo Comment posted Wednesday, July 19, 2006:

    Hello, when I try to activete the plugin I have this error:

    “Fatal error: Cannot re-assign $this in /xxx/one/wp-content/plugins/rjs-bread-crumb.php on line 59″

    Why?

    Thanks

  2. Rodney Comment posted Thursday, July 20, 2006:

    The problem was that the plugin didn’t treat $this as constant and PHP5 does. I have fixed the problem in version 1.5.

Leave a comment

 
Rodney's 404 Handler Plugin plugged in.
Rodney's Adsense-Deluxe Add ons plugged in.
Rodney's Bread Crumbs plugged in.
Rodney's Edupage Email Import plugged in.
Rodney's Hierarchy for shupe.ca plugged in.
Rodney's Meta Tags plugged in.
Rodney's Most Recent plugged in.
Rodney's Permalink Override plugged in.
Rodney's Widget for the FAlbum. plugged in.
Using Yaletown Theme for Wordpress.