It was already set to a higher number in the source code when it was installed. 
Isn't there a simple way to apply what's being displayed on the C&C page to the 
home page?

Oh how I wish DSpace was written in PHP...

Kostas Paraskevopoulos wrote:

You can change a parameter in sitemap.xmap
in:
[source]/dspace-xmlui/dspace-
xmlui-api/src/main/resources/aspects/ArtifactBrowser/

...
<map:match pattern="">
...
<map:transform type="CommunityBrowser">
<map:parameter name="depth" value="1"/>
</map:transform>
<map:serialize type="xml"/>
</map:match>
...

Change the value of "depth" to 100, or more (it's 999 for match
pattern="community-list")
So when you are at the home page (<map:match pattern="">) the tranformer
CommunityBrowser will display communities and collection until it reaches
"depth" 100
After that rebuild, update...

________________________
Tom McGee
Seton Hall University
________________________

------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to