View Single Post
  #3  
Old 07-24-2011, 08:53 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Smile Re: Extra Fields just dissapeared?!

Quote:
Originally Posted by PhilJ
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}

Thanks Phil i'll give the above a try.

I've also just noticed that in IE the Testimonial module is conflicting with my xCMS blogs, basically when the testimonial changes to another one it makes the xCMS dissapear. Could i just change it so that it doesn't move or is their an easy fix? (i'm using IE 8 btw)

Thanks
__________________
Xcart 4.5.2
Reply With Quote