hi,
i need the setup tinyMCE for adding images to a newsletter, for the sender is everything but html-affine.
now i have 2 questions.
1. does nms support inline images by now?
2. will i have to modify tinyMCE so it inserts the right path?
rtkd
[NMS][TinyMCE] - inline images?
Re: [Solved][NMS][TinyMCE] - inline images?
Posting this because I nearly ate my brain working it all out
NMS does support inline images, although you need to define them in your TEMPLATE not in your message
The module help page tells you how to do this. In the template add:
{nms_image src='pants.jpg'}
for a static image and
{nms_image name='thing'}
for an image place holder. The image place holder will add a prompt to the message screen asking the user to select an image that goes in the position for 'thing'.
All simple really, once you know how...
NMS does support inline images, although you need to define them in your TEMPLATE not in your message
The module help page tells you how to do this. In the template add:
{nms_image src='pants.jpg'}
for a static image and
{nms_image name='thing'}
for an image place holder. The image place holder will add a prompt to the message screen asking the user to select an image that goes in the position for 'thing'.
All simple really, once you know how...