| |||||||
This is a discussion on Set default Avatar within the vBulletin section, part of the Internet Forum Softwares category; hi will u pls tell how to set default avatar for members not using avatar...
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
hi will u pls tell how to set default avatar for members not using avatar
|
|
#2
| ||||
| ||||
|
s i fixed this default avatar with help of zachery mod here is the link http://www.vbulletin.org/forum/showt...45#post1754245 but i have one problem in member info template i cant edit tat template as said in zachery instruction pls help me to fix this one.........
|
|
#3
| ||||
| ||||
|
You can't edit that template, means??
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#4
| ||||
| ||||
|
i mean he said have replace this code with this template memberinfo but in tat template i searched well tat codes r not there here is the zachery code In the member info template find HTML Code: <if condition="$show['avatar']"> <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td> <else /> <td> </td> </if> Replace with HTML Code: <if condition="$show['avatar']"> <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td> <else /> <td><img src="$stylevar[imgdir_misc]/noavatar.gif" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td> </if> |
|
#5
| ||||
| ||||
|
That is why template mods usually require some HTML knowledge. You really need to learn this much if you are running a forum, atleast real basics. This one is really easy, you need to figure out where the default avatar code would be placed in your memberinfo. You must have had it edited already or maybe difference arose due to vb versions. So if you notice carefully, is replaced with avatar image.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#6
| ||||
| ||||
|
i searched well in my member info template avatar code is not there here is my code
|
![]() |
| Bookmarks |
| Tags |
| default avatar |
| Thread Tools | |
| Display Modes | |
| |