2 replies [Last post]
diegohermes's picture
Offline
Joined: 09/12/2007
Juice: 147
Was this information Helpful?

I'm using both ubercart 7c and 7d, and having the same problem in both, when i activate tinymce the body field shows much small (bad english, i know), where can i define is height? This problem only happens in the product node, other nodes types like page don't have this problem.

regards

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: body field + tinymce = problem

It looks like the product form isn't quite the copy of the node form that I thought it was. In uc_product_form(), add a '#rows' => 20 to the 'body' element. That should be what's causing the problem.

diegohermes's picture
Offline
Joined: 09/12/2007
Juice: 147
thanks

Thanks, it fixed the problem.