Back

Suggestions

Make Flight Rising better by sharing your ideas!
TOPIC | Smaller Img Option for Linking to Dragon
1 2
(I don't think this has been suggested, and I don't think it's a thing - just correct me if I'm wrong orz)

When given the generated code to link/post your dragon, is it possible to also provide the code for a link with a smaller image?

It's not too bad now, but when people start gathering more dragons - and therefore start selling / trading more dragons - they're probably going to want to show and link to a bunch of them in threads. And a page can very quickly get very long with so many dragons at their original size, hehe.

For example: something around the size you see when browsing your Dragon Lair.

Aaah what do you guys think? ;o;
(I don't think this has been suggested, and I don't think it's a thing - just correct me if I'm wrong orz)

When given the generated code to link/post your dragon, is it possible to also provide the code for a link with a smaller image?

It's not too bad now, but when people start gathering more dragons - and therefore start selling / trading more dragons - they're probably going to want to show and link to a bunch of them in threads. And a page can very quickly get very long with so many dragons at their original size, hehe.

For example: something around the size you see when browsing your Dragon Lair.

Aaah what do you guys think? ;o;
Q7HH0eK.png
Fully support this idea. Even just half size of what it is now, something so you can easily fit two dragons per line on a forum post, would be nice.
Fully support this idea. Even just half size of what it is now, something so you can easily fit two dragons per line on a forum post, would be nice.
001F_Custom.png
[url=http://flightrising.com/main.php?dragon=344][img] http://flightrising.com/render/avatars/344.png[/img][/url] Testing something here. Took the format of the code that is generated, but replaced the url given for the image with what I got when in the lair and doing the right-click-copy-image-location-url thing, and taking off the stuff after the .png bit. Whoop it worked! [ url=http://flightrising.com/main.php?dragon=344] [img ] (h t tp://flightrising.com/render/avatars/344.png) [/img ] [/url ] I added spaces in the brackets and things to make it visible to try help explain, the bit I bracketed off is what I changed to get a smaller image.
344.png

Testing something here. Took the format of the code that is generated, but replaced the url given for the image with what I got when in the lair and doing the right-click-copy-image-location-url thing, and taking off the stuff after the .png bit.

Whoop it worked!

[ url=http://flightrising.com/main.php?dragon=344]
[img ](h t tp://flightrising.com/render/avatars/344.png)[/img ]
[/url ]

I added spaces in the brackets and things to make it visible to try help explain, the bit I bracketed off is what I changed to get a smaller image.
thvaFIy.gif merrilyn_stanzascale_100_by_dragonnmr-daepisq.gif Al57MeZ.pngpczVZcg.png5VYqqm9.pngPGOToAl.png CNCiTkT.png 2uXjxgw.png
Yay! I knew there would be a kind of roundabout way to do that, hehe ~
Still, it would be nice to be able to grab that code directly from the generated links we are given C:

(In any case, glad to have it confirmed that there is a fairly simple way to do this <3 )
Yay! I knew there would be a kind of roundabout way to do that, hehe ~
Still, it would be nice to be able to grab that code directly from the generated links we are given C:

(In any case, glad to have it confirmed that there is a fairly simple way to do this <3 )
Q7HH0eK.png
@FairyCookie You can do it fairly simply with just two edits to the BBCode Here's the normal image URL: http://flightrising.com/rendern/350/NUMBERS/DRAGONID_350.png Change the first 350 to avatars and remove the _350 so it looks like this: http://flightrising.com/rendern/avatars/NUMBERS/DRAGONID.png So using the Earthshaker as an example: [url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/350/1/1_350.png[/img][/url][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url] Full Size: [code][url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/350/1/1_350.png[/img][/url][/code] Avatar Size: [code][url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url][/code] Eventually it'd be nice to be able to just snag it directly.
@FairyCookie
You can do it fairly simply with just two edits to the BBCode
Here's the normal image URL:
http://flightrising.com/rendern/350/NUMBERS/DRAGONID_350.png

Change the first 350 to avatars and remove the _350 so it looks like this:
http://flightrising.com/rendern/avatars/NUMBERS/DRAGONID.png

So using the Earthshaker as an example:
1_350.png1.png

Full Size:
Code:
[url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/350/1/1_350.png[/img][/url]

Avatar Size:
Code:
[url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url]

Eventually it'd be nice to be able to just snag it directly.
3DS Friend Code: 5300-9941-4980
#UnnamedIsValid .:. Nature Sales Thread .:. Strider Subspecies
@DragonSage Thank you so much! It works now! Your explanation is much easier to understand :'D [url=http://flightrising.com/main.php?dragon=13992381] [img]http://flightrising.com/rendern/avatars/139924/13992381.png[/img] [/url]
@DragonSage

Thank you so much! It works now! Your explanation is much easier to understand :'D


13992381.png
@DragonSage How to make the image stay next to each other? [url=http://flightrising.com/main.php?dragon=13992381] [img]http://flightrising.com/rendern/avatars/139924/13992381.png[/img][/url][url=http://flightrising.com/main.php?dragon=13992381] [img]http://flightrising.com/rendern/avatars/139924/13992381.png[/img] [/url]
@DragonSage

How to make the image stay next to each other?


13992381.png

13992381.png
@FairyCookie just remove the line break (enters) that are in the code. They are after the URL code and after the closing image code). The line breaks are essentially there to make it easier for a person to read the code [url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/avatars/1/1.png[/img] [/url][url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/avatars/1/1.png[/img] [/url] Code with Line Break: [code][url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/350/1/1_350.png[/img] [/url][/code] [url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url] Code without Line Break: [code][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/350/1/1_350.png[/img][/url][/code] When you do this in the forum post you may not notice a visible change (because of the line-wrap) but you can check to make sure you removed them with the preview button. Just make sure you don't accidentally delete the brackets.
@FairyCookie just remove the line break (enters) that are in the code. They are after the URL code and after the closing image code). The line breaks are essentially there to make it easier for a person to read the code


1.png

1.png

Code with Line Break:
Code:
[url=http://flightrising.com/main.php?dragon=1] [img]http://flightrising.com/rendern/350/1/1_350.png[/img] [/url]


1.png1.png

Code without Line Break:
Code:
[url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/350/1/1_350.png[/img][/url]

When you do this in the forum post you may not notice a visible change (because of the line-wrap) but you can check to make sure you removed them with the preview button. Just make sure you don't accidentally delete the brackets.
3DS Friend Code: 5300-9941-4980
#UnnamedIsValid .:. Nature Sales Thread .:. Strider Subspecies
@DragonSage Whew it finally works after a few tries!! Thank you for being so patient with me!! I owe u one! [url=http://flightrising.com/main.php?dragon=13992381][img]http://flightrising.com/rendern/avatars/139924/13992381.png[/img][/url][url=http://flightrising.com/main.php?dragon=12972661][img]http://flightrising.com/rendern/avatars/129727/12972661.png[/img][/url]
@DragonSage

Whew it finally works after a few tries!! Thank you for being so patient with me!! I owe u one!

13992381.png12972661.png
@FairyCookie the code for the second image needs to be on the same line as the first image's code. Again because of the linewrap in the text box it may look there is no change but you need to make certain the linebreak is removed [url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url] Here's the code for the above situation [code][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url] [/code] Here's the simplified code so you can see what I mean when entering it in the text box [code][url=URL][img]IMG URL[/img][/url][url=URL][img]IMG URL[/img][/url][/code] EDIT: As I was typing this up to try to clarify the issue it looks like you figured it out
@FairyCookie the code for the second image needs to be on the same line as the first image's code. Again because of the linewrap in the text box it may look there is no change but you need to make certain the linebreak is removed


1.png1.png

Here's the code for the above situation
Code:
[url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url][url=http://flightrising.com/main.php?dragon=1][img]http://flightrising.com/rendern/avatars/1/1.png[/img][/url]

Here's the simplified code so you can see what I mean when entering it in the text box
Code:
[url=URL][img]IMG URL[/img][/url][url=URL][img]IMG URL[/img][/url]

EDIT: As I was typing this up to try to clarify the issue it looks like you figured it out
3DS Friend Code: 5300-9941-4980
#UnnamedIsValid .:. Nature Sales Thread .:. Strider Subspecies
1 2