View Single Post
  #2  
Old 07-24-2011, 07:34 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Extra Fields just dissapeared?!

I think that has something to do with the spell checking part of FCKEditor.

Maybe give this a try...
http://stackoverflow.com/questions/2944509/how-to-disable-ckeditor-3-auto-spellchecker

Or maybe try switching to one of the other HTML editors.

Or to display just plain text for the extra fields values, in skin/common_files/modules/Extra_Fields/product.tpl

Replace...

{$v.field_value}

With

{$v.field_value|strip_tags:true}
__________________
xcartmods.co.uk
Reply With Quote