I created my theme based on Zen theme. Just copied content of zen folder into new one and modified a couple of files (page.tpl.php and block.tpl.php). Also I created a couple of "block" modules.

Now I'd like to place my blocks into page. I could do it for Garland theme, blocks appeared where I said and all is ok. But I could not place blocks for my own theme. No matter how I position blocks in admin/build/block, after I press Save button no changes saved.

A couple days ago it worked fine. I reinstall Drupal and it doesn't work now...

Comments

demalexx’s picture

Also I can't place other blocks, even standart. No changes saved.

nevets’s picture

When you copy a theme you want to make sure you rename all the appropriate files and in template.php you need to change in your case 'zen' to the name of your new theme. As an aside with the zen theme it is recommended one make a subtheme under the zen folder.

demalexx’s picture

Thank you for reply.

Actually first I just modified needed files without changing theme name. New theme is rather different from zen.

Now I check all zen_/zen string in files and modified where it's needed, doesn't help :(

demalexx’s picture

Problem with my page.tpl.php or block.tpl.php. Just replaced it with original files, blocks editor works. Thank you.