• Before posting a question, please check our Frequently Asked Questions page as well as previous threads here. Odds are you aren't the first to ask, and you may find the answer without having to post!

Answered Post-Transfer: Pictures Not Working

Autumn McJavabean

Prettier than you.
As the title says, my character photos do not seemingly work. They show a picture (generic tiny one) with a red X. Is this temp or what?
 
As the title says, my character photos do not seemingly work. They show a picture (generic tiny one) with a red X. Is this temp or what?

As the announcement explained, some pictures across the site broke. Feel free to edit the post and fix it :)!
 
If the images were inserted and not attached, I know a go around to fix that.

When you go to edit a post, you will get a dialog box (or a new window) that pops up. It's the text editor and, unless you changed your settings, it should be in rich text edit mode. If you have a bar of options across the top, that is the rich text edit mode. In the upper right corner, there should be a button that looks like o- and it should switch you over to the BBC code editor. Once there, it's mildly complicated but fairly simple.

WARNING: It's gonna look like a wreck. Don't panic. It just looks it.

Feel free to edit the code here as you please.

For the images specifically, you are going to want to actually adjust the link the image is trying to use to pull up the actual image file. It should look similar to what one of mine did:
Code:
[IMG]http://25.media.tumblr.com/d3f38b2a42336f9a2c441015f33013f7/tumblr_mopv5dBdgx1riwuueo1_500.gif[/IMG]

If you look at your image, you should see what appears to be two different urls attached to each other. We're going to take the first one out. Select the first 'https' link and make sure you take it all the way to the next 'https' - or 'http', which is what it is in this example. Make sure you select the = . Delete it and it should go from the previous code to this next one:
Code:
[IMG]http://25.media.tumblr.com/d3f38b2a42336f9a2c441015f33013f7/tumblr_mopv5dBdgx1riwuueo1_500.gif&key=02d64023574b1453ef5a310ed4cfe8d78e6820e1f40d5e7edd2cff2778c59b82[/IMG]

From there, we have to remove the &key section. At the end of the image - in this example, the gif - there is added context. Remove everything at the end of the image url. The example's image end happens to be anything after the gif ending. So, this means you are selecting &key and anything that follows and deleting it. It should look something like this when you are done:
Code:
[IMG]http://25.media.tumblr.com/d3f38b2a42336f9a2c441015f33013f7/tumblr_mopv5dBdgx1riwuueo1_500.gif[/IMG]

From there, the image should be fine and work without problem. If you did end up accidentally deleting something, best bet is to find the image again and reinsert the link.

Best of luck.
Hope this helps.
 
http:/ /http%3 A//s2 .favim.com/ 610/141229 /anime-bl ack-dress -cute-girl-Favim.c om-2344802.jpg

There we go, I had to put spaces so you could see the entire thing
 
That, I can only do so much with. What happened was that the site coded the '=' and the '/' into code speak, more or less. The first link that you posted that was unbroken - for a lack of a better word - simply had a bit too much at the beginning of the link. http://http://s2.favim.com/610/141229/anime-black-dress-cute-girl-Favim.com-2344802.jpg needed to simply become http://s2.favim.com/610/141229/anime-black-dress-cute-girl-Favim.com-2344802.jpg

From there, all you would need to do was one of two things, depending on where you were editing. In the rich text mode, there is an insert image button in the toolbar at the top that you plug in the fixed url. In the bbcode editor, you just make sure the fixed url is within the tags
Code:
[img]http://s2.favim.com/610/141229/anime-black-dress-cute-girl-Favim.com-2344802.jpg[/img]
like so and it should give you an image like:
anime-black-dress-cute-girl-Favim.com-2344802.jpg


Does that help?
 
If it doesn't you can always message me if that's easier too. I am no expert but I can at least offer what little knowledge and know how that I have. And I'm sure there are many others here that are willing to help with the knowledge that I am lacking. ^_^
 
It is on some level but when you have BBCode go out of wack and yer not prepared for it, it can be quite daunting. This is mostly for images pre-existing the website update. ^_^ But that is useful information.
 
It is on some level but when you have BBCode go out of wack and yer not prepared for it, it can be quite daunting. This is mostly for images pre-existing the website update. ^_^ But that is useful information.
I'm not a BBCode Expert, but nearly there.

The only annoying thing about BBCode for me is having to find the right code for background or border colors. I usually just google it.
Everything else is easy peasy lemon squeezy.
 
In your case, if you Inspect Element the broken image, you'll find the broken RpN link to the image under data-url. You can then go and fix it using asharasahara's method.

Or, you could just edit the post, click on the rightmost button with the circle and the dash, then quickly find the old URL. That would probably be easier.
 
Last edited:

Users who are viewing this thread

Back
Top