[dspace-tech] Total Visits per month shows only the last 7 months

2024-11-12 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello Community, I am trying to visualize statistics for the past 12 months, by default, DSpace 7 shows only the last 7 months and I want to extend it to 12 months. Has anyone an idea how to solve this? Example in Demo: https://demo.dspace.org/statistics/items/d16cd952-b02c-46f7-9c42-434d4c1c

[dspace-tech] Reviewers are not automatically notified when new items are deposited (DSpace 7.6)

2024-11-25 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi DSpace Community, I've noticed that reviewers are not automatically notified when new items are deposited in workflow, we are using DSpace 7.6. Is there a configuration or customization needed to enable this functionality? Any guidance or solutions would be appreciated. TIA for your h

[dspace-tech] Is there anyway to customize Item Page if its a Person Entity?

2024-12-05 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello, I have checked the Dspace 7 guide, but I only can see that you can customize Item that are not items or Items of type Publication

Re: [dspace-tech] Is there anyway to customize Item Page if its a Person Entity?

2024-12-11 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
pe > in the @listableObjectComponent section. You can find the other default > entity pages here: > https://github.com/DSpace/dspace-angular/tree/main/src/app/entity-groups/research-entities/item-pages > > . > I hope it helps! > > Kind regards, > Eike. > Am 05.12.24 um 09:17 sch

Re: [dspace-tech] Is there anyway to customize Item Page if its a Person Entity?

2024-12-11 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
https://github.com/DSpace/dspace-angular/tree/main/src/app/entity-groups/research-entities/item-pages >> >> . >> I hope it helps! >> >> Kind regards, >> Eike. >> Am 05.12.24 um 09:17 schrieb 'Soukaïna Mahboub Mehboub' via DSpace >>

[dspace-tech] How to increase Item Thumbnail Size?

2024-12-16 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello! Is there a way to increase item's thumbnail in item's page?? Thank you! Kind regards, -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the G

Re: [dspace-tech] How to add a Creative Commons icon to an item page?

2025-01-22 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello, It might be too late to answer to this email, but it might be useful for other people if they ever find this ticket. This can be easily done without much coding, if components make you confused, try this easy approach in this guide

[dspace-tech] What is the easiest way to empty dspace 7 ?

2025-01-17 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello I want to delete all items from dspace 7 and also from the database and the exisiting relation s between them. Is there any easy way or a guide for it? TIA -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.asp

[dspace-tech] Re: How can I change email template parameters? DSpace 7.6

2025-04-09 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi Tim, Thanks for the reply. i managed to fix the issue by modifying the source files of DSpace 7.6. I chnaged Item.java file, I replaced: @Override public String getName() { return getItemService().getMetadataFirstValue(this, MetadataSchemaEnum.DC.getName(), "title", null, Ite

[dspace-tech] Re: Filter Not Reflecting in discovery.xml for Custom Metadata dc.Test.Tushar in DSpace

2025-04-24 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
I'm going through the same issue. Hope some replies to this. El dia dimecres, 23 d’abril del 2025 a les 7:13:11 UTC+2, Tushar Jaiwal va escriure: > Hello Team, > > I have made changes in discovery.xml in DSpace to enable filter search, > but the changes are not reflecting. I created a custom m

[dspace-tech] Re: Filter Not Reflecting in discovery.xml for Custom Metadata dc.Test.Tushar in DSpace

2025-04-25 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi Tushar, I managed to solve this issue after executing from the bin folder ./dspace index-discovery -b. But be sure your items do really have your customised metadata. Especially the ones prior the creation of this metadata. Previous items don't have a new metadata unless you manage thtou

[dspace-tech] How can I show only recent submissions from a specific collection on the DSpace 7 home page?

2025-05-02 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
I'm using DSpace 7.6 and would like the "Recent Submissions" section on the home page to display only items from a specific collection (not from the whole repository) or those with a metadata value dc.entity.type = Publication. i tried to modify discovery.xml but changes are applied to every

[dspace-tech] How can I show in "recent submissions" on Home Page, items from a specific collection on DSpace 7 ?

2025-05-02 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
I'm using DSpace 7.6 and would like the "Recent Submissions" section on the home page to display only items from a specific collection (not from the whole repository) or those with a metadata value dc.entity.type = Publication. i tried to modify discovery.xml but changes are applied to every

Re: [dspace-tech] Re: Problem when uploading items via API (DSpace 7.6.1)

2025-02-18 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi Jan, Yes, Tomcat needs to read/write the assetstore, make sure you restart tomcat (and be more reboot friendly :) in general) . In this thread, @imilos explains it better: https://gist.github.com/otuoma/4b2b23a6358cae99bd437e7a1492ade1#:~:text=The%20asset%20directory,assure%20proper%20permiss

Re: [dspace-tech] Re: Problem when uploading items via API (DSpace 7.6.1)

2025-02-18 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
I have encountered the same issue few months ago, in my case it was Tomcat. It lacked reading/writing permissions. El dia dimarts, 18 de febrer del 2025 a les 9:20:02 UTC+1, Jan Skůpa va escriure: > Thanks, but I didn't read anything sensible in the log. The correct > permissions also occurre

[dspace-tech] Re: odd/faulty search behavior

2025-03-03 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello community, We managed to solve this issue for 7.6.1 version thanks to this Github Ticket: Fix to Pagination position is retained between searches #2159 by hugo-escire · Pull Request #2463 · DSpace/dspace-angular · GitHub Regard

[dspace-tech] How to Enable Automatic Suggestion in Submission Form

2025-03-07 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello community, How can I enable the option to get suggestions in Submission Forms based on previous entries in DSpace 7.6 when user starts typing? Like this: [image: imatge.jfif] TIA. Regards, Soukaïna -- All messages to this mailing list should adhere to the Code of Conduct: https://

[dspace-tech] How to Enbale Automatic Suggestion in Submission Form

2025-03-07 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello community, How can I enable the option to get suggestions while introducing data in a submission form like this) (we have DSpace 7.6) [image: imatge.jfif] Thanks in advance. Soukaïna -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/abo

[dspace-tech] Re: Retrieving Solr Statistics from >7 months ago through DSpace Interface

2025-02-17 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi Carolyn, I wonder if you managed to do this, as I am having the same issue and I would appreciate any guidance regarding this. Regards, El dia dilluns, 15 de juliol del 2024 a les 15:19:17 UTC+2, Carolyn Sullivan va escriure: > Hello all, > > I'm a bit surprised that DSpace 7.x only exp

[dspace-tech] How to force LDAP update user details everytime user logs in DSpace 7

2025-02-17 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello, Is there any way to force LDAP to update user's surname, givenName, email, mobile number everytime users log in to DSpace? TIA -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this me

Re: [dspace-tech] What is the easiest way to empty dspace 7 ?

2025-02-25 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
information could be intercepted, > corrupted, or contain viruses. Attachments to this e-mail are checked for > viruses; however, we do not accept any liability for any damage sustained > by viruses and therefore you are kindly requested to check for viruses upon > receipt. > > &g

[dspace-tech] Re: odd/faulty search behavior

2025-02-26 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hey community, did anyone fix this bug? it is still persistent in DSpace 7.6. I can't find any bug ticket in the official repository in Github. SMM. El dia dijous, 1 de desembre del 2022 a les 20:53:20 UTC+1, Paige Morgan va escriure: > > This is something that I'm seeing in my local reposit

[dspace-tech] email notifications shows $params[0] instead of Item Title

2025-04-03 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello! Since dc.title is used to populate params[0] in the email template during item submission, the title field in the email currently appears as “params[0]” with no actual title, as the attached image shows. Could you please advise a workaround to ensure the email template displays the

[dspace-tech] How can I change email template parameters? DSpace 7.6

2025-03-27 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello community, I’ve set up a collection for entities of type “Person”, but I noticed it doesn’t include the dc.title metadata. Since dc.title is used to populate params[0] in the email template during item submission, the title field in the email currently appears as “params[0]” with no a

[dspace-tech] Filling automatically a metadata, is it possible?

2025-03-27 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello, I have a question about the submission process. Is there any way to automatically populate a metadata field. such as dc.title, using values from previous inputs in the submission form? For instance, can the form combine values from fields like givenName and familyName to generate th

[dspace-tech] Re: "no items to show" message when filter authors or subjects on browse page

2025-05-16 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi, did you manage to fix this? I have the same issue in 7.6 version. El dia dissabte, 10 de maig del 2025 a les 23:15:37 UTC+2, Árpád Magyar va escriure: > Dear All, > > We have some search issues on the browse page using "search the > repository' search bar to filter the results. > Using the

[dspace-tech] Re: "no items to show" message when filter authors or subjects on browse page

2025-05-16 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
I just checked right now version 8, on demo websitem and it has the same issue. [image: Captura.PNG] But if you search his name as "Karolien De Wael" no results are given: [image: Captura.PNG] El dia dissabte, 10 de maig del 2025 a les 23:15:37 UTC+2, Árpád Magyar va escriure: > Dear Al

[dspace-tech] Thumbnails Only Generated After Archiving (Even after executing ./dspace filter-media)

2025-06-25 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hi Team, I’ve noticed that item thumbnails aren’t created for records in *Workspace or My DSpace*, thumbnails only appear once an item is moved to the *Archived* state. We use version 7.6. This makes it difficult to preview items during the review and submission phases, although I execute