Scalemotorcars |
10-22-2011 12:35 AM |
Great mod I tweaked it a little to work in my footer.
@ GamersChallenge
I had the same questions and actually came up with a very easy answer. I just used the unknow.gif wrapped by the Guest conditional. Heres my code, feel free to weak as needed.
Code:
<div style="float:left; margin-right: 10px; margin-bottom: 5px;">{vb:raw ss_avatar}</div>
<vb:if condition="$show['guest']"><div style="float:left; margin-right: 10px; margin-bottom: 5px;"><img src="images/misc/unknown.gif" alt="" title="" /></div></vb:if>
Here's a link, check the footer to see it in action. http://www.scalemotorcars.com
Opp's I should be a little more clear on where to look. Bottom right with the kit motor boxart. Once a member log's in that changes to the users avatar. :up:
|