MyBB Community Forums

Full Version: Member Profiles - Unique Look ~ All THEMES!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So you want to make your member's profile pages a little more cooler eh?
Like, this?

[Image: 2u542yq.png]

Then you should do this.
  1. Go to your selected theme
  2. Go to Member Templates
  3. Select member_profile
  4. Remove the content from {$header} to <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> and paste this there.

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}">
                <table><center>
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}" align="right" valign="middle">
                            {$avatar}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">&nbsp;{$formattedname}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                &nbsp;&nbsp;({$usertitle})<br />
                                &nbsp;&nbsp;{$userstars}<br>
                                &nbsp;{$groupimage}
                            </span>
</tr>
</table></center>
<td class="trow1 {$unapproved_shade}"><center>
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage} | 
<strong>{$lang->local_time}</strong> {$localtime} | 
<strong>{$lang->postbit_status}</strong> {$online_status}
                        </td></center></div>

And voila, you're done.
Only for my Elite Theme.

Live Demo : http://www.elitev2.com/member.php?action=profile&uid=1
OMG , Very Good!!
looks so good
does anyone know if this will work with 1.6?
I'll test it Dark Rose.
Yes, it works.
http://upgraded.elitev2.com/member.php?a...file&uid=1
thanksyou, and great job by the way!
It does not work on 1.6 Sad

it looks great
Yes it does , thehostbox.
I will try it again

edit: it works but on top of the avatar there is a black space
nice I fixed the black box stuff it was a empty row so deleted it now work,

thanks
Thank you! It's very nice Smile.
Pages: 1 2