Closed (fixed)
Project:
Composite Layout
Version:
6.x-1.0-beta7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
16 Mar 2009 at 18:49 UTC
Updated:
31 Mar 2009 at 13:10 UTC
I am trying to custom theme the two column template file. I copied and placed the template file in my theme directory with my other custom template files and edited it, but it is not catching. I tried renaming the original, thinking it might have some priority but no luck. It still doesn't catch the new template file.
Any thoughts?
Comments
Comment #1
bengtan commentedI can think of two things to check.
1.
Can you clear your theme registry? Either by visiting ?q=admin/build/themes or visiting ?q=admin/settings/performance and then click 'Clear cached data' at the bottom.
2.
You may need to copy the base template file to your theme directory as a precondition. Copy .../composite/themes/composite-content.tpl.php to your theme, do (1), and see if that helps.
Let me know how you go, because if it doesn't work, then it's a serious bug and I have to look into it.
Comment #2
bmayer commentedIt was #2 that did it. I had been emptying cache and rescanning template files like a madman. Thanks!
Comment #3
bengtan commentedNo problem. I didn't actually test template overriding - just assumed Drupal would handle it. So it's been useful for me as well to know that you've successfully done it.