Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-04-16 16:05:07

kemie
Plugin Author
From: mexico<-->sweden
Registered: 2004-05-20
Posts: 495
Website

incomplete link in breadcrumbs

I’m having a weird problem. I have in my page the following tag:

<txp:breadcrumb label="Home" sep="-" link="y" wraptag="div" class="bread" title="1"/>

it’s producing this output:

<div class="bread"><a href="http://localhost/txpguaida/en/" class="noline">Home</a>-<a  href="http://localhost/txpguaida/en/prensa/" class="noline" /></div>

I dont quite get why the second link is cut halfway.

And btw, what’s up with the class of noline? i thought the default was unset…

any help pleaaase? :)

Last edited by kemie (2010-04-16 16:06:30)


~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~

Offline

#2 2010-04-16 17:53:55

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: incomplete link in breadcrumbs

From Textbook:

  • link="value"
    • Whether to hyperlink breadcrumbs.
    • Values: 1 (yes) or 0 (no).
    • Default: 1.
  • linkclass="class name"
    • (X)HTML class attribute applied to the breadcrumb links.
    • Default: noline.

Don’t know if it’s the cause of the incomplete link, but what happens if you add linkclass="" and change link="y" to link="1"?

Offline

Board footer

Powered by FluxBB