I use Panels to add multiple tabs to the user profiles (profile module from core).
The default tab is "view".
Does Panels have an option to make another panel page the default tab?

A work-around would be moving all the content from the "view" tab to a new panel page and use a redirect from user/xx to user/xx/default-tab. Would that make sense?

Comments

merlinofchaos’s picture

Category: support » feature

It's probably easier to hook_menu_alter the title of the default tab to be what you want. Currently Page Manager does not offer a way to change the tab title on this page, but it could be a useful feature request.

Anonymous’s picture

Yeah, that worked. I ended up using views-embed-view() in the user-profile.tpl.php file and the mentioned hook_menu_alter(). Thanks!
The discussed feature would still be a lot easier, so I'll leave this issue open.

japerry’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)