PDA

View Full Version : avatar picture


biwang
06-23-2009, 01:08 PM
Hi,
i created a new template and i want to show an avatar picture if user is logged into the system vBulletin. But i cannot found how to do it.

Can you help me, please?

I need a condition and the img tag i can paste to my template.

Sorry for my english :-)

--------------- Added 1245766712 at 1245766712 ---------------

One more thing - i dont to show this picture only in threads. I created new template for CP which is available on other page of the system vBulletin.

Lynne
06-23-2009, 01:42 PM
You want a default avatar? I believe there is a mod for this. Do a search on "avatar*" and/or "default*" in "all mods" "titles only" and you should find it.

biwang
06-24-2009, 06:58 AM
no. I want only to know - how to show avatar for logged user on each page.
I have a template which i show on every url on my system. And i want to show an avatar in this template - but i don't know - how...

cono1717
06-24-2009, 08:14 AM
You want to show avatars for just people who are logged in?

This could work although I haven't tested

<if condition=$show[member]>
<img src="AVATARIMAGEPATH" />
</if>

Like I said I haven't tested it so that may not work, sorry if thats not what you want its hard to read your post :)