Image-url to a textarea problem

Hey guys. I run this website, where members are allowed to upload images that they can put inside the text they write where ever they want to place the image.

What I have done now is that when they upload the image, they get the target address to the image, and they can then copy that address and paste it between [image] [/image] how ever, this system is not very user-friendly, and I would love to get some feedback and suggestions on how to make this better and user-friendly.

Regards.

You could use some JavaScript to insert the Image URL in the text box for you when the user clicks on the image, something like this:

Then take a look at this: http://stackoverflow.com/questions/11360003/inserting-text-in-textarea-at-cursor-position-if-cursor-placed-else-text-should for the insertAtCursor function.

That could work. Thank you.

Sponsor our Newsletter | Privacy Policy | Terms of Service