View Full Version : Avatar on homepage?
MindTrix
02-15-2004, 10:56 PM
Dumb question, anyone tell me the query/code to show avatar on the homepage? Im beggining a new hack and i need this as part of it :) I know theres ones on vbulletintemplates.com but i dont want to put code in phpinclude etc.
Cheers!!
[edit] For vB3 :)
Andreas
02-15-2004, 11:18 PM
What about function fetch_avatar_url($userid) in functions_user.php?
MindTrix
02-15-2004, 11:20 PM
Could you elaborate a bit better for me please mate :)
sabret00the
02-15-2004, 11:28 PM
theirs a mod for it on vBT
MindTrix
02-15-2004, 11:29 PM
Yeah but read my first post again mate ;)
Andreas
02-15-2004, 11:37 PM
@MindTrix
What exactly do want to have explained?
require_once('./includes/functions_user.php');
$avatarurl = fetch_avatar_url($bbuserinfo[userid]);
<if condition="$avatarurl">
<img src="$vboptions[bburl]/$avatarurl" alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_avatar]</phrase>">
</if>
MindTrix
02-15-2004, 11:38 PM
Ah thanks mate :) just what i wanted
Zachery
02-16-2004, 05:43 AM
Ah thanks mate :) just what i wanted
Mindtrix check out vBulletinTemplates, we did it a moth ago with no hacks :)
MindTrix
02-16-2004, 09:59 AM
yeah i know there is but look at my first post again!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.