Thank you so much Tim for adding this documentation! A follow-up question: I'd like to have an extra drop-down link in the navbar. Bootstrap allows a dropdown on click (https://getbootstrap.com/docs/4.0/components/dropdowns/), but it's necessary to add 'popper.min.js before Bootstrap’s JavaScript or use bootstrap.bundle.min.js / bootstrap.bundle.js' to enable this functionality. I'd prefer to have the dropdown on hover, but that requires Jquery, I think. Where do I place the popper.min.js file? Someone asked a similar question a couple years ago: https://stackoverflow.com/questions/68798201/where-to-put-custom-css-and-javascript-in-dspace-7-0
Thank you so much for your time and assistance, Carolyn. On Friday, July 14, 2023 at 3:06:26 PM UTC-4 DSpace Community wrote: > Hi Carolyn, > > As this question has become a "frequently asked question" regarding > updating themes, I've added an example of adding a new link to the > navigation bar in our docs at > https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Customization#UserInterfaceCustomization-CustomizeNavigationLinksinHeader > > > This is just a basic example which shows how to use simple HTML to add a > new link to that navigation bar. > Tim > On Friday, July 14, 2023 at 10:11:47 AM UTC-5 Carolyn Sullivan wrote: > >> Hello, >> >> I'd like to add an additional tab to this section: >> [image: 071423_browsemenu.PNG] >> When I inspect it with browser tools, I see that it's labelled as >> ds-navbar-section, so I took a look at the code in >> /opt/dspace-frontend-7/src/app/navbar.component.html and >> /opt/dspace-frontend-7/src/app/navbar-section/navbar-section.component.html >> . These just seem to define the structure for these sections though >> (wrappers?)... Where and how do I ask it for a fourth tab? >> > -- 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 Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/26bee58e-a9f7-4a82-a194-f09a6d2dc421n%40googlegroups.com.
