MyBB Community Forums
Member Profiles - Unique Look ~ All THEMES! - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Tutorials (https://community.mybb.com/forum-38.html)
+--- Thread: Member Profiles - Unique Look ~ All THEMES! (/thread-74547.html)

Pages: 1 2


Member Profiles - Unique Look ~ All THEMES! - Clone - 2010-07-29

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


RE: Member Profiles - Unique Look ~ Elite Theme - Maurusky - 2010-08-02

OMG , Very Good!!


RE: Member Profiles - Unique Look ~ Elite Theme - Solstice - 2010-08-02

looks so good


RE: Member Profiles - Unique Look ~ All THEMES! - Dark Rose - 2010-08-03

does anyone know if this will work with 1.6?


RE: Member Profiles - Unique Look ~ All THEMES! - Clone - 2010-08-03

I'll test it Dark Rose.
Yes, it works.
http://upgraded.elitev2.com/member.php?action=profile&uid=1


RE: Member Profiles - Unique Look ~ All THEMES! - Dark Rose - 2010-08-03

thanksyou, and great job by the way!


RE: Member Profiles - Unique Look ~ All THEMES! - thehostbox - 2010-08-09

It does not work on 1.6 Sad

it looks great


RE: Member Profiles - Unique Look ~ All THEMES! - Clone - 2010-08-09

Yes it does , thehostbox.


RE: Member Profiles - Unique Look ~ All THEMES! - thehostbox - 2010-08-09

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


RE: Member Profiles - Unique Look ~ All THEMES! - Blackbeard - 2010-08-09

Thank you! It's very nice Smile.