Alright. Let's start again.
The user_status field contains (as of 0.9.6) a single number, 0, 1, 2, or 3.
If a user has their user_status field set to 0, it indicates that the user is actually an anonymous poster. user_status set to 1 means a not-validated user. user_status 2 means a normal user, and, depending on your forum, most users will fall into this category. user_status 3 is for an administrator - a user who gets moderator and ban rights across the entire forum.
So, if you were to make 4 images:
status0.gif, status1.gif, status2.gif, and status3.gif, you could link to those images by putting:
<img src="/path/to/images/status<%user_status%>.gif">
If you put the images in the GForum image directory, you could use "<%image_url%>" like this:
<img src="<%image_url%>/status<%user_status%>.gif"> - which is how all the images in the released GForum are written.
Jason Rhinelander
Gossamer Threads jason@gossamer-threads.com