Dear all,
Using DSpace 6.3 Mirage2. I'm trying to customize the profile navigation 
dropdown. Was able to add a link in there by adding the following li tag in 
/dspace/webapps/xmlui/themes/Mirage2/xsl/core/page-structure.xsl:
                                            <li>
                                                <a href="/submissions">
                                                    
<i18n:text>xmlui.Submission.Navigation.submissions</i18n:text>
                                                </a>
                                            </li>

before: 
<li>
                                                <a 
href="{/dri:document/dri:meta/dri:userMeta/
                            dri:metadata[@element='identifier' and 
@qualifier='logoutURL']}">
                                                    
<i18n:text>xmlui.dri2xhtml.structural.logout</i18n:text>
                                                </a>
                                            </li>

The thing is that href is a relative URL for submissions: /submissions.

I'm trying to get the code for the Submissions link akin to this: <a 
href="{/dri:document/dri:meta/dri:userMeta/
                            dri:metadata[@element='identifier' and 
@qualifier='logoutURL']}">
but I can't seem to find it. Can somebody please help me where to find it 
or lead me to the correct code?
Thanks, cheers and have a nice day!

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/6841076c-8d6f-4dc0-bdb0-73037a9f3a6e%40googlegroups.com.

Reply via email to