<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<p>Hi Christian,</p>
<p>I assume by "Browse by" you mean the dropdown "Browse" menu where
you can see:</p>
Browse by Year<br>
Browse by Subject<br>
Browse by Division<br>
Browse by Author
<p>If you want to add extra views you will need to manually edit the
template for you repository. By default this will be in
<EPRINTS_PATH>/flavours/pub_lib/lang/en/template/default.xml.
However, if you edit this is it best to copy it to
<EPRINTS_PATH>/archives/<ARCHIVE_NAME>/lang/en/template/default.xml
first. Then just find the part with the Browse sub-menu and add
the additional view. You may also want to copy and edit
<EPRINTS_PATH>/archives/<ARCHIVE_NAME>/lang/en/template/default_internal.xml
as well, so the templates remain consistent. I tend to symlink
default_internal.xml to default.xml unless I have a reason for
backend admin pages to appear differently.</p>
<p>I don't know if you repository has multiple languages. If it
does you may need to copy and edit template files for lang/de/
lang/fr/, etc.</p>
<p>Regards</p>
<p>David Newman<br>
</p>
<div class="moz-cite-prefix">On 22/04/2021 15:36, SGI Support | OST
- Ostschweizer Fachhochschule via Eprints-tech wrote:<br>
</div>
<blockquote type="cite" cite="mid:EMEW3|f572fcba76bfd440d8108384d8e152d6x3LFbw14eprints-tech-bounces|ecs.soton.ac.uk|AM6PR09MB353813C8DC5CD700FE88897A88469@AM6PR09MB3538.eurprd09.prod.outlook.com">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}span.EmailStyle20
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div style="padding-bottom: 10px; padding-top: 5px;">
<div style="padding:12px; border:1px solid #8D3970;
background-color:#F7F9FA; color:#8D3970; font-size:14px;
line-height:22px; font-family: Calibri, Arial, Helvetica,
sans-serif;">
<strong>CAUTION:</strong> This e-mail originated outside the
University of Southampton.
</div>
</div>
<div>
<div class="WordSection1">
<p class="MsoNormal">Hey<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">How can I add the
Field “Contributors” to “Browse by”<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I have successfully
created the view with this code in file views.pl:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> id
=> "contributors",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> menus
=> [<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
{<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
fields => [ "contributors_type" ],<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
hideempty => 1,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
},<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
{<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
fields => [ "contributors_name" ],<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
reverse_order => 0,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
allow_null => 1,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
new_column_at => [10,10],<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
}<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> ],<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> order
=> "contributors_name/title",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
variations => [<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
"contributors_name;first_letter",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
"type",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">
"DEFAULT" ],<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> },<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">When I go to <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Feprints.mydomain.com%2Fview&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C6001eb3899d6441f682308d905a4fe1a%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547028591109228%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=aGJyVbcOOMooB6fOHb%2BW5ePYXpSKMYVGz2e9a%2BASc44%3D&reserved=0" originalSrc="http://eprints.mydomain.com/view" shash="uK5RwX1Hra3BkR5zm7hS8xHY6oQK6/twC8qItmjQMrrh4l9/dkJ37X3olSxyvlVhwot8BYzZvMhN65l/0sLmfVYvySvSfw9k83SIePfDvSMVl92ITeTuGXz9o5wGAgDjwpuzjqoUq3Bd95WpmTA7EOrxl8ISoQ+/LaHMh2Q0dyg=" originalsrc="http://eprints.mydomain.com/view" shash="cBljVmBF0uzDr6r1cOswCeP+vV8yE0iBGNhKwZX7YFumQMEMm5QaZIOk9b3/ClFDRLLRGxa+Pn/GvSIyJHsaU/dcVyC5Q+/pBpD/b9RSw0oiPu96xbArmx4xCiCq40bzPXTdtQBJPYdY3JCR+BI6HsRXpQ7WwsaGXfgPl7BTJLw=" moz-do-not-send="true">
http://eprints.mydomain.com/view</a> I see Contributors
and all working well. But when I try “Browse by” the
entry Contributors is missing.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">We have installed
eprints 3.4.2. </span><span lang="EN-US">What can I do<span style="color:black"> for fix the problem</span>?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks for Support<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Greetings Christian<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C6001eb3899d6441f682308d905a4fe1a%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547028591109228%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ebMeU3wmo8kkb035Bs1vwG8jm6Xt8%2BIQlXvSRfta17c%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="SsZZHQc6QxiIp+Bq4H4iTtkN69RHYnuVlvj0AOQrlX/+2MdbXvrRGjWEroqmbVj35cKfGyswVa3mnclOb0m1t8Bacn3E+hwSThhUobpWkmCyE2+KGRWL/s+MyJ45LkEWpdJjbLX4cK54JLCznviofbvwkbRm3wYZnqXLG7YaEd4=">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C6001eb3899d6441f682308d905a4fe1a%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547028591119181%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=S0NIq%2FiKnS66eSOi1YOl1Esze3ku7Ay1cCu%2BFzESK%2Fc%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="zJWvB9eDnJ15h4S5YvxTv+AS7WZulDNh5wh168qwxl4laJxhqJ0Cy/tg5X26sKqTOvKxKEFNk5CbEH4RkuM3lm0kzX3GGxvaONW+NO+17Crtw0K2YMQH186OvE/yLVSK0StwPNMKUYIMkAz+FxOoTaQjOj5Wz6wTkX9Y/mvBm2I=">http://wiki.eprints.org/</a></pre>
</blockquote>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
        <tr>
<td style="width: 55px; padding-top: 13px;"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C6001eb3899d6441f682308d905a4fe1a%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547028591119181%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=JSeEOyh%2F6y4ufd7KD%2Fdy3qdDuFzUOwl0fH7x7nYqh44%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="Nz1lSPerftFAjOyOdOjAwoaOj1+Ar2YF0BNQAIG6u4S+aBVSfcjpPxtwX5Tf92sk0S52rrKrBEpU8g9R+pY16DNKmzUlmgtl5V/gs0h1hByris0vYEEf5X6Dj6JqiTQlq16+Xhgjk7zFTkJA163BVfUCYLvXE9SAPB+HRk3A/Vo=" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C6001eb3899d6441f682308d905a4fe1a%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637547028591119181%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=JSeEOyh%2F6y4ufd7KD%2Fdy3qdDuFzUOwl0fH7x7nYqh44%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="Nz1lSPerftFAjOyOdOjAwoaOj1+Ar2YF0BNQAIG6u4S+aBVSfcjpPxtwX5Tf92sk0S52rrKrBEpU8g9R+pY16DNKmzUlmgtl5V/gs0h1hByris0vYEEf5X6Dj6JqiTQlq16+Xhgjk7zFTkJA163BVfUCYLvXE9SAPB+HRk3A/Vo=" target="_blank" style="color: #4453ea;">www.avg.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>