View Full Version : Default Avatar For Members Without
.LuTioN.
04-02-2004, 10:00 PM
This mod will add a default avatar for members who have not selected an avatar. I haven't seen it released for vB3 Gold yet, so here it is ;)
Some styles code in the postbit and postbit_legacy templates are different. If you are having trouble, just attach your postbit code to a post and I'll sort it out for you.
The only bug I could see is if a member chooses not to view avatars, he will see the default avatar for everyone.
Live demo at pCn Forums (http://www.pc-nerd.com)
Please click install (http://www.vbulletintemplates.com/mods/vborg_miscactions.php?do=installhack&threadid=6024) :)
Hi .LuTioN.! I've been looking for this hack. :)
I tried it and the only problem is that if there is no avatar the username goes below the noavatar.gif.
Here is the code I used (the postbit is different from the p-legacy:
<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>
PS: I'm using VB3G
Zachery
04-03-2004, 01:25 AM
Add a div around his code for the second one.
Hmmm... I dont think I understand where to put the <div>. I tried this and nothing happened:
<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 /><div class="smallfont"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="images/avatars/noavatar.gif" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></div>
</if>
.LuTioN.
04-03-2004, 01:42 AM
Sorry, fixing code now. Will update in a few minutes.
.LuTioN.
04-03-2004, 02:15 AM
@Diva
Attachment updated, but it's working on my forum and I'm using the same code. Try this if you can't get the code to work:
Find:
<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>
Add After:
<if condition="!$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="images/avatars/noavatar.gif" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
This code worked on my forum also.
And make sure your option to view avatars is checked in your userCP.
If anymore problems, please attach your postbit code to a post.
Yay! It works. :D Thank you two so much. *clicks install*
.LuTioN.
04-03-2004, 02:25 AM
Your welcome :)
Which option did you choose to fix it?
The one that you posted that you said also worked in your forum. This is a big help. Thanks again. :D
.LuTioN.
04-03-2004, 03:54 PM
Your welcome.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.