Dear all zen brothers.....
after install Ck editor. in all textarea converted graphic edit system.. even Meta tag too....
in (meta tag title) coz this field with zen_draw_input_field....
i want remove graphic edit system from my Meta Tag Keywords:
my question is how can edit .... zen_draw_textarea_field to zen_draw_input_field..
here is two php code....
Code:<tr> <td class="main"valign="top"><?php echo TEXT_META_TAGS_TITLE; ?> </td> <td class="main"> <?php echo zen_draw_input_field('metatags_title[' . $languages[$i]['id'] . ']', htmlspecialchars(isset($metatags_title[$languages[$i]['id']]) ? stripslashes($metatags_title[$languages[$i]['id']]) : zen_get_metatags_title($pInfo->products_id, $languages[$i]['id']), ENT_COMPAT, CHARSET, TRUE), zen_set_field_length(TABLE_META_TAGS_PRODUCTS_DESCRIPTION, 'metatags_title', '150', false)); //,'id="'.'metatags_title' . $languages[$i]['id'] . '"');?> </td> </tr>Code:<tr> <td class="main"valign="top"><?php echo TEXT_META_TAGS_KEYWORDS; ?> </td> <td class="main"> <?php echo zen_draw_textarea_field('metatags_keywords[' . $languages[$i]['id'] . ']', 'soft', '100%', '10', htmlspecialchars((isset($metatags_keywords[$languages[$i]['id']])) ? stripslashes($metatags_keywords[$languages[$i]['id']]) : zen_get_metatags_keywords($pInfo->products_id, $languages[$i]['id']), ENT_COMPAT, CHARSET, TRUE)); //,'id="'.'metatags_keywords' . $languages[$i]['id'] . '"'); ?> </td> </tr>![]()


Reply With Quote

