View Full Version : Challenge! Thumbnailed User Picture on Memberlist
PennylessZ28
12-27-2005, 07:01 PM
You can of course display the user profile picture on the memberlist, but why can't you show a thumbnail.
If someone could do that I'd donate. :nervous: Think it'd be a great idea with all the myspace style things.
davidw
12-27-2005, 07:30 PM
Hmm, that might not be so hard. If I have time I might make a looksee as that sounds like a good idea.
In 'memberlist_resultsbit' Find:
$userinfo[profilepic]
And replace with:
<img src="$userinfo[profilepicurl]" height="150" width="150" />
(obviously making the dimensions what you want)
Worked for me, if I'm understanding your request.
PennylessZ28
12-28-2005, 12:22 AM
In 'memberlist_resultsbit' Find:
$userinfo[profilepic]
And replace with:
<img src="$userinfo[profilepicurl]" height="150" width="150" />
(obviously making the dimensions what you want)
Worked for me, if I'm understanding your request.
Yeah it works but looks like butt.
ConqSoft
12-28-2005, 12:28 AM
Just set the width, or the height, not both. It'll skew the image.
PennylessZ28
12-28-2005, 04:52 PM
guess I'll use that
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.