I have done a "patch" in 
community-home.jsp

Inserting after:
-------------------------
<%-- 
Collections in this community
 --%>
                
<fmt:message key="jsp.community-home.heading2"/>
  
        <ul class="collectionListItem">
--------------------------

This code:
------------------
<%
boolean rvrs = false;
int i;

if ( community.getHandle().equals("XYZ/XYXY1") ||
community.getHandle().equals("XYZ/XYXY2") )rvrs=true;
  
for(int j=0;j <collections.length;j++)
  
 {

if (rvrs) { i=collections.length-j-1; } else { i=j; }

%>
-------------------

So now I have Reverse order for example on:
http://www.openstarts.units.it/dspace/handle/10077/4673

Hope this help you




-----
Jordan PIŠČANC
IR IT Manager & Developer
CenTraCon-SI
http://www.centracon.units.it
http://www.openstarts.units.it
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-reverse-sorting-order-of-sub-community-tp4665463p4665511.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to