He can disable avatars and put that image instead. So he wont have many images.
In fact I think it's a great idea for a pokemon forum.
Quote:
Originally Posted by antialiasis
Now, just find the appropriate place in the code, and add this:
Code:
<if condition="$vbulletin->userinfo['field123']"><img src="images/sprites/$bbuserinfo[field123].gif" alt="$bbuserinfo[field123]" /></if>
|
I don't think that would work. AFAIK it would be:
Code:
<if condition="$post['field123']"><img src="images/sprites/$post[field123].gif" alt="$post[field123]" /></if>
Remember, we are talking about the
postbit.