![]() |
Default Avatar
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 |
Conditional in the postbit
find Code:
<if condition="$show['avatar']"> Conditional in the postbit find Code:
<if condition="$show['avatar']"> |
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. |
1 Attachment(s)
Hi Bellardia and Pein, thanks!!!!.
Well... Im doing something wrong... look the finaly code: PHP Code:
The url is ok, chek it out:http://www.altoforo.com/archivos/defaultavatar.jpg Im sorry I have no idea on coding nothing. THANKS |
Please post a link to an example.
|
<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 |
hehe. It's src, not scr
PHP Code:
|
Quote:
THANKS! Now is working just PERFECT! But The avatar shows down the nick... How can I put this next to the nick? https://vborg.vbsupport.ru/external/2009/01/36.gif |
I would suggest putting the <td> tags around the default (it should fix your issue):
HTML Code:
<!-- add path to your own image --> |
DONE!!
Lynne Thank you so so so so much!!!!!!!! :cool: |
All times are GMT. The time now is 05:13 PM. |
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:
|