Page 1 of 1

{BREADCRUMB} problem

Posted: Thu 19. Aug 2004, 21:11
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

Posted: Thu 19. Aug 2004, 21:17
by Oliver Georgi
can you post a link?

Oliver

Posted: Thu 19. Aug 2004, 21:56
by Carlos Rocha

Posted: Thu 19. Aug 2004, 22:30
by Oliver Georgi
seems you use hidden structure...?

What kind of replacment tag do you use for breadcrumb?

Oliver

Posted: Thu 19. Aug 2004, 23:06
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

Posted: Thu 19. Aug 2004, 23:15
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

Posted: Thu 19. Aug 2004, 23:57
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

Posted: Fri 20. Aug 2004, 00:12
by Carlos Rocha
I DID IT :)

by keeping the structure level "visible" and "public", and seting "hide" and "visible for users logged on only".

Posted: Fri 20. Aug 2004, 07:43
by Oliver Georgi
root level topcount value is set in conf.template_default.inc.php.

Oliver