How do I post photos of my models?

Posts

[Unknown user]'s Avatar
IBBoard
Administrator, Commissar
Administrator
Commissar
Progress to next rank:
 
38%
 
Posts: 4222
Joined: 20 Mar 2001, 20:24
Location: Worcestershire, UK

How do I post photos of my models?

Postby IBBoard at 05 Apr 2007, 09:36

Since this section is all about painting and sculpting models, it helps to know how to show them off. All you need is a host for the images and some simple BBCode (the tags used to add extra formatting to posts).

First, the host. If your ISP doesn't give you hosting space (or you don't want to use it) then there are a number of free file hosting locations. ImageShack is a common one in the Dawn of War community, although in this thread Brother-Raven also mentioned PhotoJerk, and PhotoBucket.com. Flickr is also another alternative for those who want more of an album rather than a simple image host.

Once you've got your image uploaded (following each site's own instructions) all you need is the address of the image. If the site thumbnails the image, then the following code will add the thumbnail linked to the large image:

Code: Select all
[url=http://imagehost.com/path/to/image.jpg][thumb]http://imagehost.com/path/to/thumbnail.jpg[/thumb][/url]


Note that [img] tags were used for the thumbnail. This is custom BBCode for the HWT forums designed only for thumbnails.

If the image is small enough (i.e. small file size and less than 500px wide - other limitations will be on a case-by-case basis) and the image host allows it then the image can be directly embedded in the post:

Code: Select all
[img]http://imagehost.com/path/to/image.jpg[/img]


If the image is too large, the site doesn't provide a thumbnail and you don't make a thumbnail yourself, then please use a text link to the image:

Code: Select all
[url=http://imagehost.com/path/to/image.jpg]short description/name of image[/url]
Out now: Dawn of War Texture/Skin Downloads
At v0.1: WarFoundry (open source, cross-platform, multi-system army creation application)