Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Tutorials and Tips (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=27)
-   -   Avatars in Memberlist (http://www.mysidiaadoptables.com/forum/showthread.php?t=2089)

Inf3rnal 04-12-2011 11:13 AM

Avatars in Memberlist
 
This is a quick and easy modification that will show a user's avatar next to their name in the Memberlist.

http://dl.dropbox.com/u/614379/Tutor...berlistava.png

First off open profile.php in any plain text editor (Notepad, Notepad++, etc).

Then Find:
Code:

$level=@mysql_result($result,$i,"usergroup");
Add Below:
Code:

$avatar=@mysql_result($result,$i,"avatar");
Then Find:
Code:

$article_content = $article_content."<b><a href='profile.php?user=".$username."'>".$star."".$username."</a></b><br>";
Replace With:
Code:

$article_content = $article_content."<img src='".$avatar."' border='0' width='25' height='25'> <b><a href='profile.php?user=".$username."'>".$star."".$username."</a></b><br>";
Enjoy :3

Edit:
Quick Note, If you want to change the size of the avatar shown just change the values of "width='25' height='25'"

Hall of Famer 04-12-2011 12:38 PM

Looks quite nice, many users will find it useful. Keep in mind that some images may look weird when resized to as small as 25x25.

AlexC 04-12-2011 01:31 PM

thank you very much, this was very easy and nice. ^.^

SilverDragonTears 06-01-2011 11:20 AM

How do you allow member's to have avatars in the first place?

ETA:

Figured it out.

AlkseeyaKC 06-24-2011 08:02 AM

Thanks I used this. Is there a way I can use it for Online List?

Hall of Famer 06-24-2011 03:41 PM

Actually you can make it into a public modification compatible with Mys v1.2.x.

Inf3rnal 06-25-2011 11:25 AM

Quote:

Originally Posted by AlkseeyaKC (Post 17225)
Thanks I used this. Is there a way I can use it for Online List?

Your welcome. Yes you can just add those 3 things in the correct areas.

Actually I have some spare time. I'll go look through the code and edit my post for the Online List too. I've got a few more tutorials on the way.

AlkseeyaKC 06-27-2011 05:21 PM

OOO thanks! That would be awesome of you! I'm still learning the coding and not really good at it yet. XD;

Alaric 04-25-2012 06:59 AM

Inf3rnal Can you update this script for the latest version of Mys.

Hall of Famer 04-25-2012 09:36 AM

Id say its a good idea to PM Inf3rnal for this, it seems that he hasnt been active for a while though.


All times are GMT -5. The time now is 01:28 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.