![]() |
HTML programmer or something else needed for a tiny job - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: The Community (https://discoverygc.com/forums/forumdisplay.php?fid=4) +--- Forum: Real Life Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=16) +--- Thread: HTML programmer or something else needed for a tiny job (/showthread.php?tid=165297) Pages:
1
2
|
RE: HTML programmer or something else needed for a tiny job - Nerva Regis - 10-19-2018 You have to use an Url Like this https://imgur.com/mXeCqhP Not like this https://i.imgur.com/mXeCqhP.jpg - if you use this one (the one you get when you right click open image in another window) you will get the error Code: [url=https://i.i.imgur.com/mXeCqhP.jpg][img]https://i.i.imgur.com/mXeCqhP.jpgt.png[/img][/url] Same thing goes for the double .file extension error. The script is placing the 't' where it is supposed to. BUT, since it got the wrong url, the url that already ends in a .extension; the script will give a file.extensiont.png. RE: HTML programmer or something else needed for a tiny job - Nerva Regis - 10-19-2018 Came back with examples ![]() This correct way - using the default link ( on imgur you find it in the right menu - first option, it's called image link) you get when you upload, link does not end in a .png/.jpg/.gif etc extension ![]() The incorrect way - using the link you get when you right click -> open image in another tab/window a.k.a. Direct Direct link ( on imgur you find it in the right menu - second option) ![]() RE: HTML programmer or something else needed for a tiny job - evanz - 10-19-2018 99% there what you say is correct but, what i need to show is this ![]() and not going this way ![]() as in opens a new full image without the imgur background so the direct link method is what i need RE: HTML programmer or something else needed for a tiny job - Nerva Regis - 10-19-2018 Fixed. It should work as intended now. RE: HTML programmer or something else needed for a tiny job - evanz - 10-19-2018 ![]() PERFECT!!!!!!! name a ship and 20 mill flying your way also, is there a way that you can protect the coding, as i saw that i could goto edit mode and change something, i dont want anyone to muck it up RE: HTML programmer or something else needed for a tiny job - Laz - 10-19-2018 Making an edit would only edit for you. Reloading (without saving) would restore it to normal. Saving would make a copy for you to edit if you had an account with codepen. RE: HTML programmer or something else needed for a tiny job - Corile - 10-19-2018 (10-18-2018, 11:15 PM)Nerva Regis Wrote: @Laz and @JS GodsPick one. Quote:try to bully me for JS>var nah it's not worth it i could give you legitimate criticism but not if you use var in $currentYear RE: HTML programmer or something else needed for a tiny job - Nerva Regis - 10-19-2018 @Corile should I switch to let/const ? I know, I know... I should. And I should use Babel ![]() RE: HTML programmer or something else needed for a tiny job - evanz - 11-22-2018 ive worked a way to do what i wanted in just a dos batch file, quicker and easier than this, thanks for the help |