![]() |
Giving members without an Avatar a default Avatar?
How would one do this?
|
While not as simple as in IPB, a default avatar can be specified as a template condition. Instead of re-explaining it here, Jake does a nice job over at vBulletin.com.
|
I figured it out. Just add an <else /> phrase after it tries to find the avatar.
|
Cool - after I replied, I looked at Jake's post and realized there was a bit of an omission. To make it look right, you'd need to find this in postbit:
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td><else /><td class="alt2"><img src="Your Avatar URL" alt="No Avatar" border="0" /></a></td></if> |
All times are GMT. The time now is 02:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|