I rewrote the help info to be a little more complete and more clear. Let me know if this is not better:
TAKES A PAGE NAME AND BREAKS IT DOWN TO A DISPLAY OF CLICKABLE LINKS UP IT'S HIERARCHY. PAGE NAME USED DEFAULTS TO CURRENT PAGE, BUT CAN BE RESET BY PARAMETER PAGE OR #1. OTHER OPTIONAL PARAMETERS INCLUDE SEPARATOR (DEFAULT >) AND NAME=LINK/NONE (DEFAULT TEXT) TO DEFINE HOW LAST PAGE PART IS DISPLAYED. SET TEXT=TRUE TO DEACTIVATE LINKS. USE OFFSET=1 TO IGNORE THE FIRST PAGE PART. USE RTL=TRUE FRO RIGHT-TO-LEFT DISPLAY As for your question, the answer is no. You would have to create a custom breadcrumb plugin, remapping it and all. You would have to change lines 26 and 29 from title to page and line 27 from + to $p. And perhaps wrap those in ucwords( ) to get the capitalization. There's not a clean way to set a parameter for this, though I tried it. If you pull together the plugin please add it to the extensions area. Cheers, Dan On Fri, Sep 18, 2009 at 12:11 AM, Kevin <[email protected]> wrote: > > Breadcrumbs > > The description says... > > TAKES A PAGE NAME AND BREAKS IT DOWN TO A DISPLAY OF CLICKABLE LINKS > UP IT'S HIERARCHY. PAGE NAME IS PAGE(#1) OR DEFAULTS TO CURRENT PAGE. > OTHER OPTIONAL PARAMETERS INCLUDE SEPARATOR (DEFAULT >) AND NAME=LINK > OR NONE (DEFAULT TEXT) > > Not really sure what the options are (or what they mean). > > Right now, I am using them for a navigation link at the top right of > the Wiki page. Was working great.... > > However, I started to use title to add more descriptive titles to the > page so other searches so the display is understandable (more than > just the page name). > > However, this is having an effect on the breadcrumbs as they are not > showing the titles I've created instead of the page name as before. > > Is there an option that can force the use of page names instead of the > titles created for the function? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
