On Sep 18, 2:36 am, The Editor <[email protected]> wrote: > 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
Just a comment... For documentation purposes, the use of ALL CAPS has a number of issues. 1) hard to read. 2) Lose the ability to HIGHLIGHT something in the text or point out something important like TEXT=TRUE option... or in this specific example the possible parameter SEPARATOR... Because it is in all caps, I can't tell if one of the parameters is SEPARATOR ?? If so, can you define multiple characters by enclosing in quotes? Like separator=":::" for ::: ?? Upper/Lowercase Description: Takes a page name and breaks it down to a display of clickable links up it's hierarchy. Page name used defaults to the current page, but can be reset by parameter page or #1. Other options parameters include SEPARATOR=char (DEFAULT is >) 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 for 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. Might create a replacement plugin that adds more options like: LINKS=PAGE/TITLE with TITLE being the default. Perhaps CASE=UPPER/ LOWER/CAP with CAP (ucwords) being the default as well. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
