Channel self-focusingYou 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. External linksMotivationYou might want to have links outside your portal link into your uPortal, through login, to a channel in focus mode. Examples
DocumentationImplementationThis 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. |