I’m trying to build a navigational hierarchy for a Domino website that uses 10-15 dbs.
Anyone know how the navigational hierarchy on the ibm/lotus website is built and maintained to produce a “Yahoo” like categorized hierarchy as follows:
developerWorks > Lotus > Communities > Forums > Notes/Domino 6 Forum Home
Thanks for the link. But I think I need something simpler. Doesn’t need to be that dynamic, just needs to map out all the categories of pages like IBM does across dbs.
throughout the domino dbs we use domain search, document lookups by view/key and also have all the dbs in the same directory at the same level so our links are pretty flat (db/view/doc or db/view unid/doc).
any suggestions on how to apply javascript breadcrumbs without have a hierarchy defined
You may be able to download the template OpenNTF uses and see how they do it. I haven’t really checked out theof the ND6 templates, but some of those may have a similar feature.