Closed (works as designed)
Project:
Panels
Version:
6.x-3.9
Component:
Panel pages
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 May 2011 at 19:12 UTC
Updated:
22 Jul 2022 at 10:51 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedIt'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.
Comment #2
Anonymous (not verified) commentedYeah, that worked. I ended up using
views-embed-view()in the user-profile.tpl.php file and the mentionedhook_menu_alter(). Thanks!The discussed feature would still be a lot easier, so I'll leave this issue open.
Comment #3
japerry