Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FCK for banner_manager


berthz

Recommended Posts

Is there anyone who knows how to change the following line:

 

<td class="main"><?php echo tep_draw_textarea_field('banners_html_text', 'soft', '60', '5', $bInfo->banners_html_text); ?></td>

 

to include the fck editor? I have tried but failed trying.

 

Thanks in advance!

Link to comment
Share on other sites

I used one of the examples of the addons in the fck module.

 

In admin/banner_manager.php change:

 

<td class="main"><?php echo tep_draw_textarea_field('banners_html_text', 'soft', '60', '5', $bInfo->banners_html_text); ?></td>

 

to:

 

<td class="main"><?php echo tep_draw_fckeditor('banners_html_text', '600', '300', $bInfo->banners_html_text); ?></td>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...