Quote:
Originally Posted by tc325
sorry it would be path based.
|
What kind of path?
Is it going to be file to file to file in the same directory?
Or maybe directory to directory to directory?
Or parent-directory to sub-directory to sub-directory?
Or a combination of some or all of the above?
Do you see what I am getting at?
You need to define exactly what your breadcrumb path will be.
Once you do that, then you need to think about if it's going to be a sequential and/or random path.
Once you figure out the architecture of your path, then there will still be several ways to set it up.
As you can see, designing a breadcrumb is not as easy as it sounds.
A great deal of thought must go into it first.