Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Request should go into Requests section
Bug reports should go into Bug reports section


Name:
Email:
Subject:
Message icon:

Verification:
Human verification ... What is the name of my program? File & Image ********?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: z_o_o_m
« on: 23-03-2020, 19:35:51 »

My program uses the same link format as the site. They don't have such link format with the name.
Posted by: ever
« on: 23-03-2020, 16:42:59 »

hello,
after uploaded to imgbox.com all image will be rename, example after upload file name abc.jpg I get this result when copy:
Code: newbielink:javascript:void(0); [nonactive]
imgbox.com/3F5nka42
<a href="imgbox.com/3F5nka42" target="_blank"><img src="thumbs2.imgbox.com/11/57/3F5nka42_t.jpg" alt="image host"/></a>
[URL=imgbox.com/3F5nka42][IMG]thumbs2.imgbox.com/11/57/3F5nka42_t.jpg[/img][/URL]

images2.imgbox.com/11/57/3F5nka42_o.jpg
<a href="imgbox.com/3F5nka42" target="_blank"><img src="images2.imgbox.com/11/57/3F5nka42_o.jpg" alt="image host"/></a>
[UR L=imgbox.com/3F5nka42][IMG]http://images2.imgbox.com/11/57/3F5nka42_o.jpg[/img][/URL]
======================

any solution for adding original filename to this result, something like:

Quote
imgbox.com/3F5nka42/abc.jpg
Code: newbielink:javascript:void(0); [nonactive]
<a href="imgbox.com/3F5nka42" target="_blank"><img src="thumbs2.imgbox.com/11/57/3F5nka42_t.jpg" alt="image host"/></a>
[UR L=imgbox.com/3F5nka42][IMG]http://thumbs2.imgbox.com/11/57/3F5nka42_t.jpg[/img][/URL]

images2.imgbox.com/11/57/3F5nka42_o.jpg
<a href="imgbox.com/3F5nka42" target="_blank"><img src="images2.imgbox.com/11/57/3F5nka42_o.jpg" alt="image host"/></a>
[UR L=imgbox.com/3F5nka42][IMG]http://images2.imgbox.com/11/57/3F5nka42_o.jpg[/img][/URL]
======================

I found on Setting/View have option:
Format for copying links to clipboard and default input text is "%l", I try some parameter like "%n", "%l%n" but it don't work
can you give me solution, all I want is get link with orginal filename like "imgbox.com/3F5nka42/abc.jpg"