management >> docushare customization

by garett_t90 » Sat, 14 Jun 2008 01:33:49 GMT

I was hoping someone may be able to help me with a docushare web
interface customization I am trying to do.

What we would like is add another link on the navbar for certain
collections Our collection structure is such that we have an ctive projects collection that contains rojectcollections. The project
collections contain multiple levels of sub-folders. Often, the user
is so deep in sub-folders that the bread crumbs become un-usable and
they cannot see the top level project collection.

We would like a new link to be added on the navbar so that whenever
the user is in a rojectcollection, they have a link to the top-
level collection for that project.

I see where this needs to be done in dslib.vdf but I have been un-able
to implement it. I tried parsing through the breadcrumbs string with
some javascript code but encountered parse errors (I believe because
the breadcrumbs contain so many and characters). I am hoping
someone may know of another way!

Thanks for your help,