Okay guys, basically on my previous vBulletin forum I implemented two things..
1. Team rep.
2. User background
What I did was use profile fields for this, for the user background I just made them post the link. Then in the header I'd include..
<style>
background-image: <if userprofile field>[user profile field]</else> default image</if>
</style>
For the team rep I'd like to get their favorite teams background into the postbit.
http://nbadimensions.net/forums/threads/2013-free-agency-discussion-thread.136251/
So where the username is there, I'd like to get their favorite teams background in that grey box. So I'm thinking I can add an if conditional to the message.user.info.css template or something? Just not sure how to go about it..
Cheers guys.
1. Team rep.
2. User background
What I did was use profile fields for this, for the user background I just made them post the link. Then in the header I'd include..
<style>
background-image: <if userprofile field>[user profile field]</else> default image</if>
</style>
For the team rep I'd like to get their favorite teams background into the postbit.
http://nbadimensions.net/forums/threads/2013-free-agency-discussion-thread.136251/
So where the username is there, I'd like to get their favorite teams background in that grey box. So I'm thinking I can add an if conditional to the message.user.info.css template or something? Just not sure how to go about it..
Cheers guys.