demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Smileys in from FCK (Newsletter) not displayed #3

Open demianturner opened 11 years ago

demianturner commented 11 years ago

When you insert a smiley in a newsletter (editing with FCK) and send it, the receiver doesn't see the smiles. The URL in the message source is wrong (there is a relative path to the image file but we need an absolute path)

cheers

mick

demianturner commented 11 years ago

[werner] This can be avoided by putting an additional config parameter when fck is initalised for newsletter module.

either disable smileys for this or better tell fck to put an absolute url for images etc..

i'll wait with this until fck 2.2 is applied to trunk

demianturner commented 11 years ago

[werner] note: with tinyfck there is a parameter NOT to strip the host. have to test if this can be added dynamically to tiny just for some modules.

demianturner commented 11 years ago

[werner] we could modify the www/js/SglTinyFckConfig.js to be a php file that acceptes the module as a parameter. so we can have different settings for different modules. (and zip it by the way using functionality of the tinymce php zipper)