Webboard

Pełna wersja: Nie można dodaqać Zdjęc itd.
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Witam. Wgrałem sobie na forum nowy styl i nie mogę dodawać zdjęc '[img]' itp. Też nie mogę zmniejszać/zwiększać czcionek i zmieniać koloru. Proszę o pomoc.
Wgraj brakujące pliki z konsoli, dodaj login i hasło do konta testowego.
(05.06.2017, 15:07)Penny napisał(a): [ -> ]Wgraj brakujące pliki z konsoli, dodaj login i hasło do konta testowego.

Ale jakie brakujące ? Nic nie brakowało. Wgrałem wszystko...
(05.06.2017, 15:45)ProToTyp napisał(a): [ -> ]
(05.06.2017, 15:07)Penny napisał(a): [ -> ]Wgraj brakujące pliki z konsoli, dodaj login i hasło do konta testowego.

Ale jakie brakujące ? Nic nie brakowało. Wgrałem wszystko...
Sprawdź konsolę.
[attachment=11973]

Not found = nie znaleziono

 prosił o konto testowe, więc je daj.
passy daje ci na PW do testowego

EDIT:

Login: PennyTestuje
Hasło: testuje321
Wstaw zawartość newreply oraz newthread
Nie odświeżaj tematu po 2h, to stanowczo za krótko. Poza tym masz od tego specjalną opcję, aby nie pisać postu.
Wciąż nie wgrałeś pliku od slidera (konsola zwraca błąd 404, nie odnaleziono pliku). Jeśli go nie masz i nie możesz znaleźć - skontaktuj się z autorem stylu lub usuń kod js odwołujący się do niego.
Newreply:

Kod:
<html>
<head>
<title>{$lang->post_reply_to}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1808"></script>
</head>
<body>
{$header}<br /><br />
{$preview}
{$maximageserror}
{$attacherror}
{$reply_errors}
{$moderation_notice}
<form action="newreply.php?tid={$tid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td>
<h3 id="thead-title" class="pos-absolute">
<div class="icon"><i class="fa fa-pencil" aria-hidden="true"></i></div>
{$lang->post_new_reply}
</h3>
</td>
</tr>
<tr><td></td></tr><tr><td></td></tr><tr><td></td></tr><tr><td></td></tr>
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->reply_to}</strong></span></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>
<td class="trow2">
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr>
{$postoptions}
{$modoptions}
{$subscriptionmethod}
{$captcha}
</table>
{$attachbox}
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="replyto" value="{$replyto}" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$threadreview}
{$footer}
<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>
</body>
</html>

Newthread

Kod:
<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1808"></script>
<script type="text/javascript">
var defaultmessage_prefix_subject = {$defaultmessage_prefix_subject}
var defaultmessage_prefix_thread = {$defaultmessage_prefix_thread}
</script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
{$moderation_notice}
<form action="newthread.php?fid={$fid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" id="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$extra_threadfields}{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$subscriptionmethod}
{$pollbox}
{$captcha}
</table>
{$attachbox}
<br />
<div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="5" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newthread" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/defaultmessage.js"></script>
</body>
</html>
Sprecyzuj problem, gdyż nie odnotowałem braku możliwości zmiany koloru. Dodawanie [img] również działa.
http://just4frag.pl/showthread.php?tid=4...41#pid2041
Wyczyść cache cookies ect, to raz dwa kiedyś gdy wprowadzali ten nowy edytor postów trzeba było coś tam w opcjach zmienić by bbcode działały w tym znacznik img, a skoro to inny styl i zakładam że domyślny ci działa to pewnie js się gryzie i stąd te problemy.