MyBB Community Forums

Full Version: Layout problem in User CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. I need some help here. I used Dr Small's Referral address in usercp template mod, but I can't get the layout right.

Take a look at the screenshot to see what I mean. Am I missing something?
[attachment=6512]

And here's the code right around where it's inserted:
<tr>
<td class="trow1" width="50%"><strong>{$lang->email}</strong></td>
<td class="trow1" width="50%">{$mybb->user['email']}</td>
</tr>
<tr>
<td class="trow2" width="50%"><b><acronym title="Give this URL to a friend, and when he registers, you'll be his referrer.">Referral URL</acronym>:</b></td>
<td class="trow2" width="50%"><a href="{$mybb->settings['bburl']}/index.php?referrer={$mybb->user['uid']}">{$mybb->settings['bburl']}/index.php?referrer={$mybb->user['uid']}</td>
</tr>
{$reputation}

Help please?
Didn't work either. Now it shows a small gray bar down the right hand side.
[attachment=6513]
What's your usercp_currentavatar template look like?
You need to change the rowspan.
Sorry, realised my fault and removed my post just then. ^_^
CraKteR Wrote:What's your usercp_currentavatar template look like?
You need to change the rowspan.

Aha! That worked. I changed it from 6 to 7 and now it all looks perfect! Thanks for the help! Big Grin
No problem. Smile

Cheers,
CraKteR.