Guest Posted January 26, 2010 Posted January 26, 2010 Hello everyone, This is the same problem I had the other night, but with a little bit more information so hopefully someone might be able to help me. I installed 3 Contributions so far: Simple Multi Image w/fancy popups, Product Extra Fields and FCK Editor In the admin>categories it said to replace this: <td class="main"><?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[$languages[$i]['id']]) ? ereg_replace('& ', '& ', trim(stripslashes($products_description[$languages[$i]['id']]))) : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td> with this line: <td class="main"><?php echo tep_draw_fckeditor('products_description[' . $languages[$i]['id'] . ']','600','300',(isset($products_description[$languages[$i]['id']]) ? stripslashes($products_description[$languages[$i]['id']]) : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td> Here is the outcome when I do that (notice FCKeditor has no input box: Can anyone shed some light on this ? Chris Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.