How can i remove news, description and image from the main collection and collection view in dspace. What are the files to edit?
Asked
Active
Viewed 56 times
1 Answers
1
For the Mirage2 UI, the following files would need to be modified.
- https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/collection-view.xsl
- https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/community-view.xsl
For the Mirage UI, the following files would need to be modified

terrywb
- 3,740
- 3
- 25
- 50
-
Thank you for this. I just dont know which part of the two files to change. I have tried changing them and packing the project but no change. – phang Feb 21 '19 at 18:21
-
After making the change, did you run the maven build, run the ant build and restart tomcat? I recommend that you start a new question detailing what you have tried so far. Include the code that you have tried to edit. – terrywb Feb 21 '19 at 18:39