{BREADCRUMB} problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

{BREADCRUMB} problem

Post by Carlos Rocha »

Hi

I have a few articles that people can access only from home page, through a link list. Everything works fine, but in those articles I only see a litle ">" in the breadcrumb place insteed of "home>article". How can I solve this?

Thanks
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

can you post a link?

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

seems you use hidden structure...?

What kind of replacment tag do you use for breadcrumb?

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

Yes, I use hidden structure. The articles are under a 1st level structure, named "imagens", that I don't want to show in the menu. If I select "visible" and "public" the {BREADCRUMB} works fine.

As you could see, I used phpwcms.de layout and template as a start point (including colors...you have good and simple taste...). However it seems that this is the default behaviour, as in your site, under "news", if I click on a link the breadcrumb doesn't change. My question is: is there a chance to see "Home>article" instead of ">"

This is the tag I use:

<td class="breadcrumb">{BREADCRUMB}</td>

Thanks again

Carlos
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

move all articles out of the hidden structure to the parent structure of that hidden. Then play with topcount value '1' or '-1'.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

sorry, doesn't work because the parent structure level is the root level, and I can't play with topcount value. The soluction is to the make the level visible in the menu. Not a big problem, I can live with it :)

Thanks again
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

I DID IT :)

by keeping the structure level "visible" and "public", and seting "hide" and "visible for users logged on only".
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

root level topcount value is set in conf.template_default.inc.php.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply