Bug or feature? - output of locator()

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
Post Reply
marce
Posts: 3
Joined: Tue Jun 03, 2008 7:11 am
Contact:

Bug or feature? - output of locator()

Post by marce » Wed Jun 18, 2008 7:03 am

cmsimple-Version 3.1 from cmsimple.org with all sec-patches. Hosting is done by 1&1.

URL: http://www.marce.de/cmsimple/
(Page in german)

I'm using the locator()-function in my template and have the following "structure" in content.htm:

Code: Select all

<h1>Privates</h1>
<h2>Links</h2>
...
<h1>Linux</h1>
<h2>Links</h2>
...
on the page http://www.marce.de/cmsimple/?Privates the output of locator() is
Privates
on http://www.marce.de/cmsimple/?Privates:Links the output of locator() is
Privates -> Links
-> Everything ok.

on the page http://www.marce.de/cmsimple/?Linux the output of locator() is
Privates -> Linux
(I would expect only "Linux")

an on http://www.marce.de/cmsimple/?Linux:Links the output of locator() is
Privates -> Linux -> Links
(I would expect only "Linux -> Links")

So, the first <h1>-heading is always the first point in the output of the locator()-function - not depending, in which <h1>-subtree of the navigation you are.

Any suggestions?

Subject edited
Last edited by marce on Wed Jun 18, 2008 11:13 am, edited 1 time in total.

wosee
Posts: 122
Joined: Mon May 26, 2008 12:26 pm

Re: Bug or feature?

Post by wosee » Wed Jun 18, 2008 8:51 am

It's a feature. I think there should always be a way back to "Welcome" or "Home" or whatever.
Last edited by wosee on Tue Jun 24, 2008 8:50 am, edited 1 time in total.

harteg
Posts: 27
Joined: Wed May 28, 2008 11:55 am

Re: Bug or feature? - output of locator()

Post by harteg » Mon Jun 23, 2008 8:13 pm

It is inspired by Jacob Nielsen http://www.useit.com/ - always start with a link to frontpage in breadcrumb navigation.

marce
Posts: 3
Joined: Tue Jun 03, 2008 7:11 am
Contact:

Re: Bug or feature? - output of locator()

Post by marce » Mon Jun 23, 2008 8:45 pm

no problem with it - to me iin my special case t's just a "wolud have been nice if..."-feature...

btw.: great work.

Post Reply