The user profile field number is 11. Users have to select a sector (game) that they primarily play in and I want that sector to reflect an image in postbit. The selection for 'Sector' are:
GHOSTS
ADVANCED WARFARE
DESTINY
I have uploaded all .jpg images to represent those in forums/images/sector
I have used the code below to insert an image into postbit legacy for a user profile field but getting an image error. What am I doing wrong?
PHP Code:
<div align="left">Sector: </dt>
<vb:if condition="$post['field11']">
<img src="http://www.dom-clan.org/forums/images/sector/{vb:raw post.field11}.jpg" alt="Users Sector!" align="center" border="" /></vb:if></div>
I'm getting this:
Any help would be greatly appreciated! I am using vB 4.2.2