Hi,

On 02/05/15 13:45, Ilana Kingsley wrote:
> I've just inherited a dspace project and know nothing about the software.

You've found the right place to ask questions :) Also, the official 
documentation is here: 
https://wiki.duraspace.org/display/DSDOC/All+Documentation

> I've been told there's no "admin" interface via the web-- which I find 
> hard to believe, and all changes need to be done command line.

That's not entirely true, but what you are asking about cannot be done 
via the admin interface.

> I'm wondering if someone can tell me how to hide sub-communities from 
> the community page.
> On https://scholarworks.alaska.edu/community-list if you click one of 
> the communities (example, UAF) we want to hide the third sub-community 
> on the list.
>
> Does anyone know how to do this?
>
> Note, it don't even know what version of dspace we are running or how 
> to tell what version we're running.

According to the "Generator" meta tag, you're running DSpace 3.1 
https://wiki.duraspace.org/display/DSDOC3x/DSpace+3.x+Documentation
Looking at the resources pulled in to the pages (css / JavaScript), 
you're using XMLUI with a theme based on Mirage 
https://wiki.duraspace.org/display/DSDOC3x/Mirage+Configuration+and+Customization

The community page looks nothing like a standard Mirage community page, 
so this must have been customised quite extensively. You'll probably 
want to try and find those customisations and see whether you can hide 
the communities you want to hide.

There is embedded JavaScript code on the community list page. It looks 
like this is generated in this xsl file: 
https://scholarworks.alaska.edu/themes/Mirage/lib/xsl/core/page-structure.xsl 
-- so you'll want to change that file. Find where the source code for 
your DSpace instance lives and figure out where the page-structure.xsl 
file is. It should be either under a "dspace/modules" directory tree or 
a "dspace-xmlui/src/main/webapp" tree -- for comparison, here is the 
standard 3.1 source tree: https://github.com/DSpace/DSpace/tree/dspace-3.1
Then you will probably need to rebuild DSpace to deploy the changes -- 
or you may be able to get away with just copying the page-structure.xsl 
file across. You may wish to try this whole process on a test instance 
if there is one; depending on how changes to the code and configuration 
have been managed, doing a rebuild may remove functionality.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
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