![]() |
Show avatar on header
Hello,
I'm trying to do this: http://img217.imageshack.us/img217/2351/79776888co0.gif So when the user is logged in, he will see his avatar, when the user is not logged, it will show a default one. This is the code I made: Code:
<if condition="is_member_of($bbuserinfo, 1, 3)"> Thank you for your help in advance. |
Code:
<if condition="!is_member_of($bbuserinfo, 1, 3)"> |
I think it would better to use this:
Code:
<if condition="$show['member'] AND $show['avatar']"> Btw, make sure you use <else /> and not</else> |
Thank you,
I try it both and keep showing to me the code after <else />, I'm trying it has an administrator and has a register user, however in both I can't see my avatar. Both of users have avatar...This is the code: HTML Code:
<div style="float: left; width: 50px; margin: 6px;"> HTML Code:
<if condition="!is_member_of($bbuserinfo, 1, 3)"> What I'm doing wrong? Thank you both! --------------- Added [DATE]1207684906[/DATE] at [TIME]1207684906[/TIME] --------------- Hello, I have a update: HTML Code:
<if condition="!is_member_of($bbuserinfo, 1, 3)"> |
I'm having the same problem with the code, with the image not working through the code is correct. I've narrowed it down to this:
PHP Code:
That just doesn't want to work in header template. Anyone know why? Anyone know a workaround? Pretty please? |
Hello MarkJW,
I found a way to work: HTML Code:
<if condition="!is_member_of($bbuserinfo, 1, 3)"> https://vborg.vbsupport.ru/showthread.php?t=83053 If you do this it will show the avatar in your header. Hope it helps you! |
Oh wow, thanks!
Edit: this is the conditional I used and it's working very well for me. Thanks guys! PHP Code:
|
You're welcome, tell me what you want to do? The variable you use isn't correct, if you are trying to only show the avatar to the register members, use the suggestion given by GameWizard:
PHP Code:
|
All times are GMT. The time now is 08:17 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:
|