Member Profile
|
|
#1
04-03-2011
sorry lee fish for bothering you
for me you are better than community MyBB
again tnx for fast response
i want to edit member profile like what you have
i currently have it like picture below
but i want to have something like this
i just edited first picture with photoshop
can you post your member profile template please
for me you are better than community MyBB
again tnx for fast response
i want to edit member profile like what you have
i currently have it like picture below
but i want to have something like this
i just edited first picture with photoshop
can you post your member profile template please
#4
04-03-2011
I see. Well, posting my template won't help.
What you need to do is open the member template and look for this code:
Change that 50% to say 35%
Then find this code:
Change that 50% to 65%. Just play about with it. As long as it adds up to 100% it should be fine.
What you need to do is open the member template and look for this code:
Code:
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
Change that 50% to say 35%
Then find this code:
Code:
<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="50%" valign="top">
{$profilefields}
Change that 50% to 65%. Just play about with it. As long as it adds up to 100% it should be fine.
The site don't jive? PRESS F5
|