Input text as watermark

See all posts Reply

Input text as watermark new!
by Evert M, 14 years, 5 months ago
People are uploading pictures from other persons, For that, we report the source under the picture. Double work.

Is it possible tot at a textfield for the source, what becommes a black on white text line on the bottem of the picture?

It needs 2 lines, the first is a free input source adres typed in a text field "source: . Second is a static text like "hosted on....."Reply
Re: Input text as watermark new!
by colin, 14 years, 5 months ago
Yes, you can do this. Look in the documentation for the use of image_text and image_text_* related settings.Reply
Re: Input text as watermark new!
by Evert M, 14 years, 5 months ago
Yes i've found that part, This is for static text,

I want a text field for a 'free text' which becomes a part of the watermark.
therefore i need tot at something to index.html and recall it in je watermerk valueReply
Re: Input text as watermark new!
by colin, 14 years, 5 months ago
This is beyond the support that I provide for this class. The scripts input.html and upload.php are just demos, they are not meant to be used as is.

In order to retrieve some text in your form, add an input field, or a text area field. Sanitize the value in the field, and then use it in your code:
$handle->image_text = $my_dynamic_text . "\nMy static text";
Reply