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

bengtan’s picture

Assigned: Unassigned » bengtan

I 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.

bmayer’s picture

It was #2 that did it. I had been emptying cache and rescanning template files like a madman. Thanks!

bengtan’s picture

Status: Active » Fixed

No 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.