Below are instructions that will display an image in a message that is in the photo gallery
The first step to display an image in a message is to get the pic_id of image you want to display from the photo gallery.
To do this, go to the photo gallery and find the image you wish to display.
Find the "Pic ID" under the picture in the details and remember the number.
In examples below the number of the image from the photo gallery was 4
When entering a message you can display this image 2 different ways.
1. For a thumbnail of the image add
Code:
[albumimg]4[/albumimg]
and it would display this
[albumimg]4[/albumimg]
2. For a full image you can add
Code:
[fullalbumimg]4[/fullalbumimg]
and it would display this
[fullalbumimg]4[/fullalbumimg][/code]