Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

How'd I upload an image onto a thread?

4 years ago

Not sure if this is the correct place to ask this but, despite looking through the uploading images article in help and info, I can't figure out how to upload an image onto a thread.

Thanks for the help.

How'd I upload an image onto a thread?

4 years ago

The actual uploading of images to the site is something I done forever ago and have next to no recollection of, but I'm pretty sure those images are only used for profile pictures and item images (in a storygame).

As such, to put an image in, you can likely link it with the rte, or just write code with the source button (which is literally just simple html tags).

Something like: <img src="picturelink" alt="Description of image, shown if image can't load and/or read by screen readers">

NOTICE: You have src="link", the quotations are super important! In this case the link is where ever you uploaded the picture.

You don't have to have an alt attribute, you can just use the image tag and give it a source. However, using an alt is highly encouraged, both for accessibility purposes and so that people know there used to be an image if something breaks.

If the RTE (which I assume you have turned on) stops you from putting your image into the thread, feel free to pm me and I can put it in for you, since I know lots of people are terrified of turning the thing off. (On the bright side, the RTE seems to be on the list of things to fix in the relatively near future, which is great news as it'll mean I don't have to bad mouth it ever again!)

How'd I upload an image onto a thread?

4 years ago
Just upload the picture in one of the usual places and then use an img src tag. You can just do a search for displaying an image with HTML if Zake needlessly confused you with his need to be enveloped in a cloud of words at all times.

Oh, since you're using the RTE: go into your profile and uncheck the box to disable it. It screws with everything, including your ability to use simple HTML.

There's a way to post images from RTE, I think it's just a button there, same as creating a link. But the bigger issue is that if you're working on a story you'll want to do disable it. It messes with scripting in difficult to detect ways and frequently eats images in the game, if you're using those.

You may need to log out and then in again for the removal to take effect.

How'd I upload an image onto a thread?

4 years ago
Mayana's shop Figured it out, thanks so much mizal and zake.

How'd I upload an image onto a thread?

4 years ago
Lol, looks like one of those old point and click adventures, cute.

How'd I upload an image onto a thread?

4 years ago
Thank you :) It's for a game I'm making.