Customizing DSpace using default template / Remove DSpace 7 text
643 views
Skip to first unread message
Lewatle Johannes Phaladi
unread,
Jun 22, 2022, 5:41:46 AM6/22/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi DSpace Colleagues,
How can I change wording on this, where it says DSpace 7 to my preferred text without creating templates just to edit from existing template, I will setup development server where I will be creating test templates, unfortunately working installation is done on production site up to now hence quick edit to current template is required especially on this image pasted bellow as the welcome page.
Vicente Zapatero Martin
unread,
Jun 22, 2022, 7:02:41 AM6/22/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi
Change dspace template at [dspace-angular-frontend]\src\themes\dspace\app\home-page\home-news\home-news.component.html
Rebuild production environment.
yarn run build:prod
or do interactive changes in developer mode.
yarn run start:dev
Lewatle Johannes Phaladi
unread,
Jun 22, 2022, 9:07:04 AM6/22/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Thanks very much I have managed to change information on home page using path you have shared.