Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Channel self-focusing

You can focus the channel via a request parameter: uP_root=me

When you want to "unfocus", use uP_root=root

Examples:

<a href="{$baseActionURL}?uP_root=me">Focus me</a>
<form name="Focus me" action="{$baseActionURL}">
  <input type="hidden" name="uP_root" value="root"/> 
   ... 
</form> 

Thanks to Ken Weiner for providing this information on the JASIG-PORTAL list.

Motivation

You might want to have links outside your portal link into your uPortal, through login, to a channel in focus mode.
This is how Yale University delivers its Network Registration channel.

Examples

Documentation

Implementation

This was accomplished via a modification to LoginServlet (uPortal > 2.4) to collect the parameters and preserve them during the login process, reapplying them after the user has authenticated.

  • No labels