As part of investigating #1036458: realname_user_view never called with Page Manager 6.x-1.8 installed in the RealName module, I discovered that hook_page_manager_override() is never invoked as part of page_manager_user_view(). Yet, for other plugins like the blog or poll plugins, page_manager_blog_user() and page_manager_poll() respectively do invoke hook_page_manager_override().

Is this intentional, or an oversight?

Comments

guypaddock’s picture

Status: Active » Needs review
StatusFileSize
new974 bytes

The attached patch should fix this issue, though I don't know enough about how CTools / Page Manager works to know whether it's the right approach.

Could someone review it?

Thanks!

rick8900’s picture

Project: Chaos Tool Suite (ctools) » Page Manager Pathauto
Version: 6.x-1.8 » 7.x-1.x-dev
Assigned: Unassigned » rick8900

i m using pathauto module and set a alias for my custome content type
i added the alias is proposal/[node:title]
then i make a php file page--proposal.tpl.php to override the style
then i create new content of content type proposal.
when i m trying to see this content it showing but i want to run the overrided page which i created
"page--proposal.tpl.php".code in this file is echo "hello" i want to display hello for this alias not the orignal content

jhr’s picture

Project: Page Manager Pathauto » Chaos Tool Suite (ctools)
Assigned: rick8900 » Unassigned

Moved to wrong module, moving back.

Status: Needs review » Needs work

Status: Needs work » Needs review

Status: Needs review » Needs work