Navigation
Last Seen Users
lildeath0x00:12:30
bl3v300:14:10
Augex00:15:45
uncbob00:26:04
Jabel01:17:34
demis01:42:54
bytza03:17:01
dznald04:23:22
sono05:39:48
cotes06:18:58

Members: 27,774
Newest: uncbob
Downloads v7
Downloads v6
One-click Translation
Translate This Site

Member Poll
Which version of PHP-Fusion are you using?

6.xx.xx
6.xx.xx
4% [20 Votes]

7.00.xx
7.00.xx
8% [39 Votes]

7.01.xx
7.01.xx
8% [42 Votes]

7.02.xx
7.02.xx
81% [417 Votes]

Votes: 518
You must login to vote.
Started: 26/03/2012 11:58

Polls Archive
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Connect via Facebook
Connect via Facebook
Our Coders
Shoutbox
You must login to post a message.

17-06-2013 04:03
info jadwal imsakiyah 2013 Thumb Up! semoga bermanfaat

16-06-2013 20:57

16-06-2013 20:56

16-06-2013 20:55

16-06-2013 20:55

16-06-2013 20:54

16-06-2013 05:39

16-06-2013 05:35

16-06-2013 05:25

16-06-2013 05:23

Shoutbox Archive
In memoriam

Nick Jones
1973-2011

Sponsors
View Thread
Who is here? 1 guest(s)
 Print Thread
V6 Avatar In Members List
Bombastic
Hello,

I've been wanting this for a while, so have many others by the looks of threads on Fusion main sites. Anyway, so I had a fiddle and this is what I came up with. This is a screenshot of how it looks:

Please bear in mind that this has worked for my Enhanced Members List Mod that I got from Fuzed Themes - HERE


i36.tinypic.com/oqfy8i.jpg


In messages.php search for this bit: (It's lines 48,49,50 or there abouts)


Download source  Code
<td colspan='8' class='$cell_color'>
<a href='profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a>
</td>





Replace with:




Download source  Code
<td align='center' colspan='8' class='$cell_color'>
<a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>";
if(!empty($data['user_avatar']))
{
$avatar="<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$data['user_name']."' border='0' width='50' height='50'>";}
else
{
$avatar="<img src='/images/noav.gif' border='0' width='50' height='50'>";}
echo"$avatar</a><BR>
<a href='profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a>

</td>





Remember to take a copy of your original members.php until you are happy with the changes.
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
downloads.php avatar adjoining members Coding Support 1 20-04-2013 11:10
Avatar mod or infusion Mod Request 9 05-03-2013 03:18
Link to Avatar Studio/Gallery on user_info_panel.php? Coding Support 5 05-03-2013 03:14
Redirect to Members Only Area Mod/Infusion Modification Request 6 23-02-2013 09:48
Mailing list for PHPfusion Mod/Infusion Modification Request 9 16-01-2013 07:19