The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to know how can I put a default avatar for those whom haven´t selected or upload one.
Thank you very much. Using 3.8.0 |
#2
|
|||
|
|||
![]()
Conditional in the postbit
find Code:
<if condition="$show['avatar']"> </if> Conditional in the postbit find Code:
<if condition="$show['avatar']"> <else /> Default image </if> |
#3
|
||||
|
||||
![]()
there already is one shown its the unknown.gif image in the misc folder in the main images folder. All you have to do is change it out with another avatar image named unknown.gif
or like said above look in post bit and find the if conditional that displays the avatar and replace with this. <if condition="$show[avatar]"> <if condition="$vbulletin->userinfo[hascustomavatar]"> <img src="image.php?u=$bbuserinfo[userid]&dateline=" alt="$bbuserinfo[username]'s avatar" /> <else /> <!-- add path to your own image --> <img scr="" alt="" /> <!-- /add path to your own image --> </if> </if> I use somthing similar for my avatar on nav bar mod. Hope this helps you. |
#4
|
|||
|
|||
![]()
Hi Bellardia and Pein, thanks!!!!.
Well... Im doing something wrong... look the finaly code: PHP Code:
The url is ok, chek it out: ![]() Im sorry I have no idea on coding nothing. THANKS |
#5
|
||||
|
||||
![]()
Please post a link to an example.
|
#6
|
|||
|
|||
![]()
<a href="http://www.altoforo.com/la-radio-de-alto-foro/7300-4-programa-de-la-radio-af-en-vivo-15-01-09-a-new-post.html" target="_blank">http://www.altoforo.com/la-radio-de-...-new-post.html</a>
Here you are |
#7
|
||||
|
||||
![]()
hehe. It's src, not scr
PHP Code:
|
#8
|
|||
|
|||
![]() Quote:
THANKS! Now is working just PERFECT! But The avatar shows down the nick... How can I put this next to the nick? ![]() |
#9
|
||||
|
||||
![]()
I would suggest putting the <td> tags around the default (it should fix your issue):
HTML Code:
<!-- add path to your own image --> <td class="alt2"><img src="http://www.altoforo.com/archivos/defaultavatar.jpg" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" /></td> <!-- /add path to your own image --> |
#10
|
|||
|
|||
![]()
DONE!!
Lynne Thank you so so so so much!!!!!!!! ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|