Navipath does not display. In container.tpl I have <div id="navipath">$sPagesTree</div> . Reference is correct in the css, but still it does not show in the frontend. I don't see any admin option to enable this function. What did I miss?
Maybe I am simply wrong but I though this block was supposed to display the "navigation path", like "home -> Company" ? Or is it meant for something else? Thanks
mikouaj
2009-08-04 09:40
i have the problem with navipath too. The current page is not displayed in navipath.
E.g. there is parent page PRODUCTS and subpage called REPORTS. When I'm on REPORTS page in navipath there's only PRODUCTS.
I tried to do something like this <div id="navipath"> $sPagesTree > $aData[sName] </div> but then it displayed on every subpage only the same name of other site (in my case it was CONTACT)
Navipath doesn't display current page. You can change it but it isn't so simple. You can try to edit file core/pages.php find function throwPagesTree() and change code:
Does anybody know how to change this code "return implode" and make this effect in Quick.Cms 3.1? I will be greatfull for help in this, because I also want to have navipath always display, but in Quick.Cms 3.1 :-)