<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">If I understand what you want correctly:</div><div class=""><br class=""></div><div class="">Copy public/app/views/shared/_idbadge.html.erb into plugins/local/public/views/shared/ </div><div class="">( assuming local plugins are enabled ) and add a line to display result.identifier, for example:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">$ diff -U 6   public/app/views/shared/_idbadge.html.erb   plugins/local/public/views/shared/_idbadge.html.erb </span></div></div><div class=""><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">--- public/app/views/shared/_idbadge.html.erb<span class="Apple-tab-span" style="white-space:pre">      </span>2018-04-12 14:59:32.000000000 -0400</span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+++ plugins/local/public/views/shared/_idbadge.html.erb<span class="Apple-tab-span" style="white-space:pre">        </span>2018-04-12 14:59:20.000000000 -0400</span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">@@ -17,12 +17,13 @@</span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> <%= (props.fetch(:full,false)? '<h1>' : '<h3>').html_safe %></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">   <% if !props.fetch(:full,false) %></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">     <a class="record-title" href="<%= app_prefix(result.uri) %>">  <%== result.display_string %></a></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">   <% else %></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">     <%== result.display_string %></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">   <% end %></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+  <h4><%= result.identifier %></h4></span></div><div style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> <%= (props.fetch(:full,false)? '</h1>' : '</h3>').html_safe %></span></div><p style="margin: 0px; font-size: 15px; line-height: normal; background-color: rgba(255, 206, 181, 0.933333); min-height: 18px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> </span><br class="webkit-block-placeholder"></p></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class="">Since that template is shared in several places, that will add the identifier to other resource listings as well. </div><div class="">digital_object listing already shows identifier next to the badge, so it looks a bit redundant there. </div><div class="">If that’s not what you want, then add some qualifier on result.primary_type.</div><div class="">For archival_objects, identifier will display directly beneath the title in the ‘Collection Organization’ tab of the resource.</div><div class=""><br class=""></div><div class="">— Steve Majewski</div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 12, 2018, at 10:18 AM, Linda Hocking <<a href="mailto:lhocking@litchfieldhistoricalsociety.org" class="">lhocking@litchfieldhistoricalsociety.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Good morning,<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">We’ve just linked our ArchivesSpace instance to our website and are trying to move our users away from Archon. There’s one major hurdle. We migrated from Archon to ArchivesSpace with the first migration tool, and our only container instances are nonsensical records created by the import.  In most cases, our intellectual description matches up with the  physical location, which means if I can see the series number and folder number I can find the item. I’m hoping to find out whether we can somehow force the public interface to display the component unique identifiers which do not appear when I look at finding aids in the public interface (or in the staff interface without viewing the particular record).<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">It’s going to be quite some time before I can modify every finding aid and add containers, so I’m hoping in the meantime there is a temporary fix that doesn’t require me logging into the staff interface (or going back to Archon) every time a patron requests something. I wonder whether other Archon users are having this problem, and would welcome any suggestions. Thank you!<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Linda<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Linda M. Hocking, CA<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Curator of Library & Archives<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Litchfield Historical Society<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">P.O. Box 385<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Litchfield, CT 06759<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">860-567-4501<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><a href="http://www.litchfieldhistoricalsociety.org/" style="color: purple; text-decoration: underline;" class="">http://www.litchfieldhistoricalsociety.org</a><o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><a href="mailto:archivist@litchfieldhistoricalsociety.org" style="color: purple; text-decoration: underline;" class="">archivist@litchfieldhistoricalsociety.org</a><o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><a href="http://eboardman.tumblr.com/" style="color: purple; text-decoration: underline;" class="">eboardman.tumblr.com</a><o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><span style="font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Archivesspace_Users_Group mailing list</span><br style="font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" style="color: purple; text-decoration: underline; font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br style="font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" style="color: purple; text-decoration: underline; font-family: Menlo-Regular; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a></div></blockquote></div><br class=""></body></html>