How to change position of sign in link

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/11/2017 11:45:54 AM
Gravatar
Total Posts 21

How to change position of sign in link

I would like to have the sign in link be a part of the top nav bar. How do I do this?

8/12/2017 9:27:17 PM
Gravatar
Total Posts 21

Re: How to change position of sign in link

I'd also like to add the search box to the nav bar.

I am using Framework customized with Bootswatch Yeti.

8/14/2017 6:36:50 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: How to change position of sign in link

You can look at your layout.master for your skin and look for the following controls and move them into the navbar area.

<portal:LoginLink ID="LoginLink" runat="server" RenderAsListItem="false" />

<portal:SearchInput ID="SearchInput1" runat="server" RenderAsListItem="false" />

If you cannot find them in the layout.master you can add them to the navbar area.

8/14/2017 3:28:18 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: How to change position of sign in link

Hi Julie,

If you're looking for any other controls in addition to what Aaron showed, we've redone the Understanding The layout.Master documentation a bit and it may help you find other stuff you can include & move around.

Also, if anyone has any suggestions on how that documentation could be made more useful, we're interested in feedback.

Thanks!

8/15/2017 6:56:42 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: How to change position of sign in link

Isaac

Great updates the layout.master document. Looks very helpful.

Aaron

You must sign in to post in the forums. This thread is closed to new posts.