NOTE: the $conf['useheading'] = 1; only works on the breadcrumbs style navigation and not on the you are here style used on OSFlash.
On 10/19/05, Leland Rangel <[EMAIL PROTECTED]> wrote: > Aral, > > I was going off of our recent conversation about using namespaces in > the previous post... > > projects:arp:manual:Application Controller > > I have done a lot of testing on a local version of doku and using the > method you suggest will create pages and namespaces with the same name > on the same level. If we do projects:arp with arp as a page, then do > projects:arp:manual:application controller, then the index will look > like this > > projects: > arp: > manual: > application controller > arp > > this is the only way it seems dokuwiki will resolve back to arp from a > subpage for arp if clicked in the breadcrumbs with the default > settings in the config. this is okay if you don't mind the index being > a bit cluttered, i was trying to work around that by putting > everything inside of each namespace. but that doesn't work well either > unfortunately. > > i found these links that may be helpful... > > this has code to automatically create an 'index' page from a namespace > http://wiki.splitbrain.org/wiki:tips:breadcrumb_namespace_index_links > > this will add a toolbar button that helps create links to the current > namespace while editing > http://wiki.splitbrain.org/wiki:tips:namespace_toolbar_extension > > this has code that shows various ways to create includes for the > breadcrumbs that change the way they are viewed to get around this > issue > http://wiki.splitbrain.org/wiki:tips:hierarchicalbreadcrumbs > > this is an optional config setting that requires a header on each > page, but makes the breadcrumbs look nicer using the page header as > the title of the breadcrumb. > $conf['useheading'] = 1; > > leland > > On 10/19/05, Aral Balkan <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Just noticed that the new > > > > projects:arp page has :about as the main page, there is no need for this. > > > > projects:arp should be the main page > > > > And other pages can be (eg.) projects:arp:manual > > > > etc. > > > > Please make an effort to keep unnecessary namespaces out and URLs as > > short as possible. > > > > Thanks! > > > > Aral > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
