There are two ways to do it. 1. Replace the SimpleContentPortlet that is currently in the header-left region with a SimpleJSP portlet from the Jasig Widgets Portlets (see https://wiki.jasig.org/display/PLT/Jasig+Widget+Portlets+Configuration+and+Installation). You'd need to modify the uportal-war/src/main/data/quickstart-entities/fragment-layout/respondr-lo.fragment-layout.xml to replace the channel portal-logo with the portlet you create (you can create it in the UI using Manage Portlets and export the channel definition and save it into the uportal-war/src/main/data/quickstart-entities/portlet-definition folder). This approach is easiest in terms of keeping it simple and not relying on any data in the database.
2. Using the SimpleContentPortlet that is already published, you can use its WYSIWYG editor to upload the logo and include it in the portal-logo's content. This approach saves the logo in the attachments table in the database. There is currently not an easy way to move that data between environments or to include it in an ant initportal so I generally recommend approach #1. However for simple experimentation on getting the logo on the page, this way works. James Wennmacher - Unicon 480.558.2420 On 06/26/2014 09:20 AM, Susan McCarthy wrote: > Hi, > > I am new to uPortal and I am experimenting with the new respondr > theme. I would like to include a logo image instead of text in the > header. Can someone point me in the right direction as to how to do > this correctly. Thanks in advance! > > Susan McCarthy > Manhattan College '15 > -- > > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
