Page 1 of 1

[NMS][TinyMCE] - inline images?

Posted: Thu Aug 14, 2008 12:21 pm
by rtkd
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

Re: [Solved][NMS][TinyMCE] - inline images?

Posted: Tue Jan 27, 2009 5:31 pm
by usolis
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...