I've figured out how to combine the text and poll formats in discussions, but I don't know how to combine text and poll with images in the poll options. Does anyone know how?
I've figured out how to combine the text and poll formats in discussions, but I don't know how to combine text and poll with images in the poll options. Does anyone know how?
Oh, I was just asking if there was an internal way (just involving the JS console) to make the poll + text with images in the poll options without posting the images on one's message wall, copying the image address and pasting that in the console.
It didn't involve creating input fields in a website interface, but that's cool
I believe you can upload the image via the normal Discussions interface, get the URL of the image then cancel the post and use the API for the actual post.
You will have to select the images somehow. If you're trying to do this from console only, you can create a temporary <input type="file"> field, insert it into the DOM, add a change event listener to it that appends its selected file to a FormData object, uploads it to Fandom and removes the <input> from the DOM after that is done, then invoke .click() on it. After you get all the image URLs you need, you can send the above payload with them.
Funny we posted at the exact same time after 6 hours of the thread being inactive...
I've figured out how to combine the text and poll formats in discussionsCould one of y'all tell me how to do this?
@KockaAdmiralac could u do it for this wiki? It’s my wiki https://obsesss-total-drama.fandom.com/f
Yeah i also need help with this too.
The instructions are given above anď they involve working with technical tools. If you're looking for a way to do it in the normal Fandom interface - it's not currently possible.
It works really easily, ust not everyone knows abt it. its not there its in a different link.
Uh where do you enter the code for the combine text and poll to? I’m not really smart-