ASPX templates
Version 5.x > ASPX templates > FCKEditor: Image Path in ASPX Templates View modes: 
User avatar
Member
Member
jorge.costa-fullsix - 4/6/2010 9:26:01 AM
   
FCKEditor: Image Path in ASPX Templates
Hi all,

I’m using ASPX Templates for a website and, for a given document type, I have a field with FCKEditor edit capabilities.

When I insert an image, the path is correctly resolved in FCK Editor (eg: /pathtoimage), but in my aspx, it is not. It gets the virtual path char (~) before the path (eg: ~/pathtoimage).

Anyone have any solutions for this?
Thanks,

Jorge Costa

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 4/13/2010 5:51:22 PM
   
RE:FCKEditor: Image Path in ASPX Templates
Hi Jorge,

It seems that the editable content is not processed correctly by our engine.
Could you please check if the master page you use within your ASPX templates setup inherits from TemplateMasterPage and you have PageManager properly registered in the code, as described in
Creating ASPX master pages article?

Regards,
Zdenek

User avatar
Member
Member
jorge.costa-fullsix - 4/14/2010 6:06:09 AM
   
RE:FCKEditor: Image Path in ASPX Templates
Hi Zdenek,

Sorry, it was all my fault.
I forgot to use the CMSEditableRegion to process the CMS Content.
Thank you so much for your time.

Best Regards,

Jorge Costa

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 4/14/2010 9:43:34 AM
   
RE:FCKEditor: Image Path in ASPX Templates
Hi,

No problem, thanks for the info.

Regards,
Zdenek