Edycja member profile

Założony przez  server21.

wersja skryptu MyBB:1.6.10
adres forum:handballpro.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

tak wygląda podgląd profilu na moim forum:
http://img18.imageshack.us/img18/3175/wph.png

tak chciałbym, aby wyglądało:
http://img203.imageshack.us/img203/2582/74t6.png

a tak wygląda mój szablon member profile:
<html>
<head>
<center><title>{$mybb->settings['bbname']} - {$lang->profile}</title></center>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
<center><span class="largetext"><strong>{$formattedname}</strong></span></center>
<span class="smalltext">
<center>{$groupimage}</center>
</span>
<center></td>{$avatar}</tr></table></center>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="100%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']}{$lang->ppd_percent_total}<br /><span class="smalltext">
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table>
<br />
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Spróbuj tak:
<html>
<head>
<center><title>{$mybb->settings['bbname']} - {$lang->profile}</title></center>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="text-align:center;">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
<center><span class="largetext"><strong>{$formattedname}</strong></span></center>
<span class="smalltext">
<center>{$groupimage}</center>
</span>
<center></td>{$avatar}</tr></table></center>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0"  style="text-align:center;">
<tr>
<td width="100%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']}{$lang->ppd_percent_total}<br /><span class="smalltext">
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table>
<br />
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
</td>
</tr>
</table>
{$footer}
</body>
</html>

Albo:
<html>
<head>
<center><title>{$mybb->settings['bbname']} - {$lang->profile}</title></center>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
<center><span class="largetext"><strong>{$formattedname}</strong></span></center>
<span class="smalltext">
<center>{$groupimage}</center>
</span>
<center></td>{$avatar}</tr></table></center>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0"  style="text-align:center;">
<tr>
<td width="100%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead" style="text-align:center;"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow2" style="text-align:center;"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2" style="text-align:center;">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1" style="text-align:center;"><strong>{$lang->total_posts}</strong></td>
<td class="trow1" style="text-align:center;">{$memprofile['postnum']}{$lang->ppd_percent_total}<br /><span class="smalltext">
</tr>
<tr>
<td class="trow2" style="text-align:center;"><strong>{$lang->timeonline}</strong></td>
<td class="trow2" style="text-align:center;">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table>
<br />
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
</td>
</tr>
</table>
{$footer}
</body>
</html>
a jeszcze jakby te paski tylko na środek przesunąć to już by był miód : )
A powiedziałbyś który sposób użyłeś? 1 czy 2?
drugiego użyłem
Próbowałem Ci to zrobić, ok 1 tabelka na luzie, lecz "dodatkowe informacje o..." da się edytować? Chyba nie.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
no dobra, obejdzie się bez tego, leci plus za chęci



Użytkownicy przeglądający ten wątek:

1 gości