edytuj opcje styl się rozszerza

Założony przez  Duo94.

wersja skryptu MyBB: 1.6.1
adres forum: efrags.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): w panelu użytkownika, kiedy wybieram opcję edytuj opcję to styl mi się rozszerza i trzeba w prawo suwaka używać patrzyłem na innych forach to tego problemu nie ma
Screen:
[Obrazek: opcje.png]

hmmm. Wejdź do acp, na style i szablony/szablony/szablon używany przez cb/ szukasz Panel użytkownika - Szablony
dajesz na usercp
i tam po:
{$header}
dajesz:
<table width="100%" border="0" align="center">
jeśli masz to przeanalizuj to:
całość mniej więcej powinna wyglądać tak:

<html>
<head>
<title>{$lang->user_cp}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->account_summary}</strong></td>
</tr>
<tr>
{$avatar}
<td class="trow2">
<span class="largetext">{$username}</span><br />
<strong>{$lang->postnum}</strong> <a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">{$mybb->user['posts']}</a> {$lang->posts_day}<br />
{$reputation}
<strong>{$lang->email}</strong> {$mybb->user['email']}<br />
<strong>{$lang->registration_date}</strong> {$regdate}<br />
<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />
{$referral_info}
</td>
</tr>
</table>
{$latest_subscribed}
{$latest_threads}
{$latest_warnings}
{$user_notepad}
</td>
</tr>
</table>
{$footer}
</body>
</html>

Ale to zależy od stylu

Pomogłem? Daj repka i wciśnij przycisk pomógł :P
no właśnie mam po {$header} to:
<table width="100%" border="0" align="center">

dodam, że tylko w tamtym mi się rozszerza w innych opcjach jest okej
Hmmm. Może usercp_drafts

<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->drafts}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4"><strong>{$lang->drafts} {$draftcount}</strong></td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->draft_title}</strong></span></td>
<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->draft_saved}</strong></span></td>
<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->draft_options}</strong></span></td>
<td class="tcat" align="center" width="1"><input type="checkbox" class="checkbox checkall" /></td>
</tr>
{$drafts}
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_drafts" />
<input type="submit" class="button" name="draftman" value="{$lang->delete_drafts}" $disable_delete_drafts />
</div>
</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>
niestety nadal to samo



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

1 gości