Re: [Archivesspace_Users_Group] Create directories for branding resources?

2022-06-09 Thread James Bullen
Hi Kyle, Those directions are written assuming you’re working on a development instance. When you’re running from a distribution the file paths referred to are contained in war files, so you don’t see them. You do not need to create public/app/views/shared/_header.html.erb - that exists

Re: [Archivesspace_Users_Group] Frontend specific hooks

2022-06-09 Thread James Bullen
Hi Andrew, Thanks Joshua. Yes, some of those hooks were introduced as part of our work for QSA - the most heavily customized instance of ArchivesSpace we’ve done. Here is an example of register_plugin_section being used:

[Archivesspace_Users_Group] Calendar configurations

2022-06-09 Thread McLaughlin, Brianna Jean
Hi everyone, A collection manager asked me if it was possible to configure the calendar options in ArchivesSpace to represent different calendar types. Not just in the date_calendar controlled value menu, but the actual calendar that pops up when you're entering dates. I'm fairly certain that

Re: [Archivesspace_Users_Group] Frontend specific hooks

2022-06-09 Thread Joshua D. Shaw
Ooooh! Not examples off the top of my head, but I'm definitely gonna make a lot of use of these! You might take a look at the HM repos (https://github.com/hudmol) or here: https://gitlab.gaiaresources.com.au/qsa (also a lot of HM work) since I'm pretty sure they added those plugin hooks. jds

[Archivesspace_Users_Group] Assistance with Launching ArchivesSpace

2022-06-09 Thread Matthews, Lopez (EOM)
Hi: We are new to working with ArchivesSpace and have installed our instance on a virtual machine. The issue we have run into is that we cannot seem to access ArchivesSpace from the browser. It says it cannot reach the page. Did anyone run into this issue when launching their version of

[Archivesspace_Users_Group] Create directories for branding resources?

2022-06-09 Thread Kyle Breneman
I'm trying to follow these directions for customizing our ArchivesSpace 3.2.0 instance. While the directions clearly state that some/all of the directories in the path to store a branding image will need to be created, I was

[Archivesspace_Users_Group] Frontend specific hooks

2022-06-09 Thread Andrew Morrison
Hello, Does anybody know of any example code which demonstrates use of the new frontend specific hooks which were introduced, I believe, in 3.1.0: https://archivesspace.github.io/tech-docs/customization/plugins.html#frontend-specific-hooks Thanks, Andrew.