We have a custom profile which members can pic which pet they have. We need to place that information on the index page. We were told by someone who works for vB to use this code:
Code:
<img src="images/pets/{$vbulletin->userinfo['fieldX']}.gif" align="center">
Field X is the number of our custom profile field. Members select what pet they have in their profile. The images do show up, BUT they are all the same, depending on who is logged in. In a lot of ways it's working like $bbuserinfo usually does. How would we change this so that it relects the pet of
each poster? :surprised: