Re: [dspace-tech] Custom logout page/redirect

2020-01-13 Thread Paul Münch
Hello, in our systems works the redirect to main page after logout per default. Which authentication method do you use? There are configuration files for each authentication method. You may check out these. Kind regards, Paul Münch Am 13.01.20 um 17:25 schrieb Hawk, Patrick: > Anyone have a sug

[dspace-tech] Re: ORCID Patch Functionality Missing

2020-01-13 Thread Alex Fletcher
Glenn: I downloaded the orcid_icon.png file that Jolene mentioned earlier and put it here: - [dspace]/webapps/xmlui/themes/Mirage2/images > That seemed to do the trick for us. Alex On Monday, 13 January 2020 11:11:12 UTC-5, Glenn G wrote: > > Jolien, > > Our DSpace installation does not have

[dspace-tech] Re: ORCID Patch Functionality Missing

2020-01-13 Thread Glenn G
Oh, now it occurs to me that you meant [dspace-source]/dspace/modules/xmlui-mirage2/src/main/webapp/themes/Mirage2. Yes, we have that directory, and no, orcid_icon.png does not exist there. Should I copy it there before applying the patch? Thanks, Glenn On Monday, January 13, 2020 at 10:11:1

Re: [dspace-tech] Custom logout page/redirect

2020-01-13 Thread Hawk, Patrick
Anyone have a suggestion? On Mon, Jan 6, 2020 at 4:20 PM Patrick Hawk wrote: > Currently, if I log out of dspace I get a blank log out page. I want to > redirect to the main page instead. How is this accomplished? > > -- > All messages to this mailing list should adhere to the DuraSpace Code o

[dspace-tech] Re: ORCID Patch Functionality Missing

2020-01-13 Thread Glenn G
Jolien, Our DSpace installation does not have the path you mentioned. The Mirage2 directory is located here: [dspace]/webapps/xmlui/themes/Mirage2 Our [dspace] directory is not literally "dspace". It has the format, id-dspace. Also, our modules directory is located here: [dspace]/config/mo

[dspace-tech] Re: Long loading time: DSpace 5.5/XMLUI

2020-01-13 Thread Evelthon Prodromou
Adding the following configuration to dspace.cfg make a tremendous difference in loading time. It is now very responsive! metadata.hide.dc.contributor.author = true Any suggestions on how I can have authors displaying and be fast at the same time ? Thank you, Evelthon -- All messages to this

[dspace-tech] [DSpace-CRIS 6.3] Cannot access my researcher page

2020-01-13 Thread 'André Langer' via DSpace Technical Support
Hello everybody, probably, I am not the first user with this issue, but I have not found a similar description or recommended solution so far for the following: We have set up a clean installation of DSpace-CRIS-6.3 on an Ubuntu/Linux Mint VM with tomcat8 by following the installation steps in

[dspace-tech] [DSpace-CRIS] Cannot edit my researcher page

2020-01-13 Thread 'André Langer' via DSpace Technical Support
Hello everybody, probably, I am not the first user with this issue, but I have not found a similar description or recommended solution so far for the following: We have set up a clean installation of DSpace-CRIS-6.3 on an Ubuntu/Linux Mint VM with tomcat8 by following the installation steps in

[dspace-tech] Re: ORCID Patch Functionality Missing

2020-01-13 Thread Jolien (Atmire)
In fact, the file should be contained in the patch. You can see that here (for the DSpace 6 version): https://github.com/atmire/expanded-ORCID-support/blob/stable_6x/dspace/modules/xmlui-mirage2/src/main/webapp/themes/Mirage2/images/orcid_icon.png. For some reason, it looks like it is not acces