wersja skryptu MyBB: 1.8.x
adres forum: deathshoot.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Problem polega na braku awataru w stylu carbon 1.8 przy pisaniu posta.
Nie zmykać i nie pisać że już było
Robiłem tak jak napisane i nie działa.
Napisałem jasno że mam ten styl od 2-3 dni. Osoba już pisała tutaj temat jakiś czas temu gdzie jeszcze nie miałem pobranego stylu i dokładnie taką samą odpowiedź dostał.
schmit napisał(a):Napisałem jasno że mam ten styl od 2-3 dni. Osoba już pisała tutaj temat jakiś czas temu gdzie jeszcze nie miałem pobranego stylu i dokładnie taką samą odpowiedź dostał.
Akurat przed chwilą sprawdzałem i działa jak należy w najaktualniejszej wersji, no cóż, mniejsza.
Przejdź do ACP
> Style i szablony
> szablony
> Twój szablon
> Showthread
> showthread_quickreply > i zamień jego zawartość na:
Kod:
<div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
<br />
{$moderation_notice}
<form method="post" action="newreply.php?tid={$tid}&processed=1" name="quick_reply_form" id="quick_reply_form">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="subject" value="RE: {$reply_subject}" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
<input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
<input type="hidden" name="from_page" value="{$page}" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="method" value="quickreply" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
<tr>
<td class="{$trow}" valign="top" width="4%">
</td>
<td class="{$trow}">
<div style="width: 95%">
<div class="editor_control_bar" style="width: 100%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
<span class="smalltext">
{$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
</span>
</div>
<div class="avatardef2" style="float: left;"><div class="avatar2"><img src="{$mybb->user['avatar']}" alt="" /></div></div>
</a>
<textarea style="float:right; width: 90%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>
</div> <br class="clear" /><br />
<div class="float_left"> {$option_signature} <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" /> {$lang->disable_smilies}</label>{$closeoption} </div>
<div class="float_right" style="margin-top: -10px;"><input type="submit" class="button" value="Odpowiedz" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></div>
</td>
</tr>
{$captcha}
</tbody>
</table>
</form>
I jeśli w
Carbon.css nie masz CSS odpowiadającego za to, do dodaj sobie:
Kod PHP:
.avatardef2 {
background: url(images/carbon/default_avatar.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
height: 76px;
width: 76px;
margin: 4px -9px 0 !important;
border: 1px solid #111;
}
.avatar2 > img {
position: relative;
height: 76px;
width: 77px;
margin: -1px -2px 0 !important;
border: 1px solid #111;
}
Można konto testowe? Trudno mi zlokalizować błąd, skoro on u mnie nie występuje.