Accessing images in Coppermine Gallery from Forum

Discussion in 'Forum: Saw Identification and Discussion' started by ray, Jul 6, 2008.

  1. ray

    ray Guest

    How to display an image from the Gallery in a forum post.
    First get the URL of the image in the Coppermine Gallery, as follows:- right click on the image in the gallery and select properties. Select and copy the URL, then by pasting the URL into a message will create a link that can be just clicked to access the image.


    http://www.backsaw.net/cpg/albums/userpics/10063/spear_jackson12.jpg


    If you want the image in the message body then, place URL inside image tags as follows
    Code:
    [img] [url]http://www.backsaw.net/cpg/albums/userpics/10063/spear_jackson12.jpg[/url] [/img]
    That will cause the image to be displayed in the message body, like this..
    [​IMG]

    [br /]
    How to display a thumbnail.
    [br /]
    Or maybe you just want a thumbnail displayed, then change the URL to the thumbnail note the \"thumb_\" in the URL
    Code:
    [img] [url]http://www.backsaw.net/cpg/albums/userpics/10063/thumb_spear_jackson12.jpg[/url] [/img]
    [​IMG]