I created an image upload field with unlimited upload capacity. I made that field hidden so the images won't be displayed in a line format or in a format that I do not agree with. I want to manually post images in the article where I think they are appropriate. That is working fine.
However it is very inconvenient to get the URL of those images because the overlay information gets attached to it when I copy link location. It would also be a pain to teach people how to remove the overlay information and they would agree as well.
Does anyone know how to add another text field below "Alternate text" and "title" that would show the URL of the image so they can easily copy and paste it into the image button? I need something that can be copied and pasted by people that don't know how to troubleshoot.
Comments
WYSIWYG
One option could be to install a WYSIWYG editor for your users:
http://drupal.org/project/wysiwyg
You are able to set up the editor in a way that users can upload images and place them in the text, like if they were using MS Word.
I have CKEditor and it does
I have CKEditor and it does work like word, it is very nice :D
I just want a text box that shows the URL of the image so they can use it in the CKEditor image popup. Not sure how to add a field within a field though <_<;;
You don't have to include a
You don't have to include a field within a field
http://drupal.org/project/imce
If you configure this, you can upload an image with the Ckeditor. It'll upload the files to /sites/default/files and it'll create a img tag automatically
Subscribing so I can remember
Subscribing so I can remember how to do this tomorrow.