posting image link on forum? posting image link on forum?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

posting image link on forum?

Started by hkr, February 25, 2008, 06:29:25 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

hkr

Hi,
after i upload images to my gallery how can i get the links to the images if i need to post them onto my forum?

thnx..

copperminepro

find the image in the album you uploaded it to..

when you find it, click the "info" button and it will open a div that shows the perma link to the photo.. If your trying to embed the image, right click the intermediate or full size image and click properties.. copy that url and use it on the forums

Joachim Müller

There are mods available as well that will display those links underneath the pic in an input field, ready to be copy'n pasted. Not related to upload, moving accordingly.

hkr

Quote from: Joachim Müller on February 25, 2008, 07:49:47 AM
There are mods available as well that will display those links underneath the pic in an input field, ready to be copy'n pasted. Not related to upload, moving accordingly.

can you pls tell me what Mods/plugins I can use for doing so.

SaWey


JohnM-UK

Or just dont be lazy and do it like I do:
right click on your thumbnail select properties, get the url.
then add 'img' tags: (some forums have button to do this)

[img]http://www.oneuk.f2s.com/photos/albums/2008/thumb_C_IMG_3355.jpg[/img]

Make sure the file info is showing by clicking the little 'i' button above the 'intermediate' picture in your gallery.
Find the url in this info, right click, select 'copy shortcut'
The add this to your 'img' tagged url of your thumbnail so you have this: (again some forums have a button to do this aswell)

[url=http://www.oneuk.f2s.com/photos/displayimage.php?pos=-253][img]http://www.oneuk.f2s.com/photos/albums/2008/thumb_C_IMG_3355.jpg[/img][/url]

and that will give you this:

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.oneuk.f2s.com%2Fphotos%2Falbums%2F2008%2Fthumb_C_IMG_3355.jpg&hash=b88ad8c28c0e778615b2d4d1e8d429d2e98e9a1b)

So if the forum has the buttons I mentioned, it's pretty straight foward: paste the url of the thumbnail, highlight the url, click the 'img' button. Keeping it highlighted click the 'url' button and add the page url when prompted.
Hope this helps.