WYSIWIG not themeing text areas with new theme, works fine with Garland

creed - August 1, 2009 - 21:07

Hello all

I'm taking a stab at updating a 5.x theme (ad_agency) and for the most part I have it working. However when adding any type of content (page, story, comment) and content type (filtered, full and php), no wysiwig editors appear for the textboxes. However if I try this with the garland theme it works fine. I've tested this with yui, tinymce, and fckeditor, all exhibit the same behavior of not working for the new theme, but work for the default garland theme. Anyone have any advice as to where I should look to resolve this issue?

Thanks for any help!

I don't know how to answer

slnm - August 5, 2009 - 04:57

I don't know how to answer your specific question but a strategy I've found helpful for isolating theme problems is to rename my customized theme-related files one by one until the problem goes away. In a theme I'm working on I've customized node.tpl.php, page.tpl.php, template.php, and a couple of other files. When I ran into a problem that didn't occur in another theme I moved away my custom files, verified that the problem went away then brought them back one by one until I identified the file that broke my theme. Once you find the problem file, if it's not obvious where the problem in the code is, you can then try commenting out different chunks of your code to narrow down where the problem is.

Sorry I can't be of more help. I'm too new to Drupal myself to have an idea of where your problem might lie.

Yep that's next on the agenda

creed - August 6, 2009 - 02:55

Yep that's next on the agenda once I figure out what the latest forum post that I have up is. Figure leave the weird ones till last.

Turns out I was missing a

creed - August 9, 2009 - 03:21

Turns out I was missing a closure tag in page.tpl.php. Doh!

 
 

Drupal is a registered trademark of Dries Buytaert.