![]() |
I'm trying to create a hack which displays member's avatars in memberlist.php. So, in memberlist.php, where it says this...
PHP Code:
PHP Code:
|
hmm im not sure why but maybe try to use a variable w/o array
ie $avatar and are u sure $userinfo[avatar] is actually the avatar? try this: PHP Code:
|
Code:
$[high]avatarurl[/high]=getavatarurl($[high]userinfo[/high][userid]); And [high]avatarurl[/high] because that's what postbit_avatar uses. |
Also using getavatarurl() adds an extra query whenever its run, so in a list with lots of members the page will really slow down.
Anyway, here's how you do it. In memberlist.php, add this: Code:
if ($userinfo[avatarid]!=0) { Code:
if ($userinfo[homepage]!="" and $userinfo[homepage]!="http://") { Code:
$users=$DB_site->query("SELECT * Code:
$users=$DB_site->query("SELECT *,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline |
Oh, that's perfect, FireFly! Thanks for helping out a PHP-newbie! :)
|
This doesn't seem to display custom avatars tho... can anyone post a mod that will allow this to show them?
|
[QUOTE]Originally posted by HellRazor
This doesn't seem to display custom avatars tho... can anyone post a mod that will allow this to show them? |
OK, i'm probably going to get smacked down for asking a stupid question, but where do you put $userinfo[avatar] in the template???
Thanks :cheeky: h Eric C |
[QUOTE]Originally posted by svoec
OK, i'm probably going to get smacked down for asking a stupid question, but where do you put $userinfo[avatar] in the template??? Thanks :cheeky: h Eric C |
that worked great, I was trying to edit the wrong template.
only problem is, it throws the columns off one row. Did I miss something?? or do I need to change another template?? Thanks again! Eric C |
All times are GMT. The time now is 03:30 AM. |
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:
|