I don't know if this is a code problem, UI problem, or if I misunderstand what the module is supposed to do. The output indicates the template called is modules/system/html.tpl.php. While it's true that that template is called, there is also a page template being called and the UI does not indicate this.
My theme's template.php file has some code to add the page's path alias to the theme_hook_suggestions array. So, I can visit the www.mysite.com/about page and the page--about.tpl.php template is called. I can confirm this is working by adding some text to that page--about.tpl.php template. However, the output from the devel_themer module makes no mention of this template.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | missing-page-tpl.patch | 482 bytes | kenneth.venken |
Comments
Comment #1
wawaloo commented[edited] Forget what written in this post. Sorry!
Hi,
I had the same problem. I applied the patch from this other bug http://drupal.org/node/1074088 and the page.tpl.php started appearing.
Regards,
Comment #2
wawaloo commentedI don't know if that bug has something to do with the cache, but it works immediately after caches are flushed. If I change the page or refresh the current one, it stops displaying page.tpl.php until the cache is cleared again.
Weird.
Comment #3
ttkaminski commentedI am experiencing the exact same problem. The page template only shows up after immediately clearing the cache, but not after I refresh the page. This bug is really annoying.
Comment #4
kenneth.venken commentedAttached patch should fix this issue
Comment #5
effulgentsia commentedCommitted alternate fix to master branch: http://drupalcode.org/project/devel_themer.git/commitdiff/ee10f8e?hp=6f5...