I have installed and had the weather module working perfectly as a block. When I try to overide weather.tpl.php by copying into my theme folder block-weather.tpl.php, the entire block is missing. I am using a Zen subtheme and have the block.tpl.php file included in the folder as well.
Comments
Comment #1
sakins commentedanyone?
Comment #2
cwebster commentedIn weather.module, the following function is declared:
Based on that, you can just copy weather.tpl.php or weather_compact.tpl.php (depending on which display you need) from the weather module folder to your theme directory. No renaming should be necessary— just remember to flush your caches. (Tested in Drupal 7)
Comment #3
toddy commented