wersja skryptu MyBB: 1.8.4
adres forum: http://screskill.com
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki): Posiadam na swoim forum plugin MyBB GoMobile i mam problem co do usuwania postów, ponieważ nie mogę ich usuwać. Opcja jest ale po wciśnięciu wyskakuje komunikat, że nie zaznaczyłem pola zabezpieczającego "Usunąć?", a tego pola nie ma w wersji mobilnej chociaż kod pokazuje, że powinna być.
editpost:
editpost_delete:
Konto testowe:
Login: testowy
Hasło: test123
adres forum: http://screskill.com
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki): Posiadam na swoim forum plugin MyBB GoMobile i mam problem co do usuwania postów, ponieważ nie mogę ich usuwać. Opcja jest ale po wciśnięciu wyskakuje komunikat, że nie zaznaczyłem pola zabezpieczającego "Usunąć?", a tego pola nie ma w wersji mobilnej chociaż kod pokazuje, że powinna być.
editpost:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_post}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
{$preview}
{$post_errors}
{$attacherror}
<form action="editpost.php" method="post" name="editpost">
<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->delete_post}</strong></td></tr>
<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" align="right"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>
<input type="hidden" name="action" value="deletepost" />
<input type="hidden" name="pid" value="{$pid}" />
</form>
<br />
<form action="editpost.php?pid={$pid}&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"><strong>{$lang->edit_post}</strong></td></tr>
<tr><td class="tcat"><strong>{$lang->subject}:</strong></td></tr>
<tr><td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" style="width: 50%;" maxlength="85" value="{$subject}" tabindex="1" /></td></tr>
<tr><td class="tcat" valign="top"><strong>{$lang->your_message}:</strong></td></tr>
<tr><td class="trow2" align="center"><textarea name="message" id="message" style="height: 150px; width: 95%;"tabindex="3">{$message}</textarea></td></tr>
<tr><td class="tcat" valign="top"><strong>{$lang->post_options}</strong></td></tr>
<tr><td class="trow1 smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->gomobile_showsig}</label>
{$disablesmilies}
</td></tr>
{$subscriptionmethod}
<tr><td class="tfoot" align="center"><input type="submit" class="button" name="submit" value="{$lang->update_post}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></td></tr>
</table>
<input type="hidden" name="action" value="do_editpost" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
</form>
{$footer}
</body>
</html>
<form action="editpost.php" method="post" name="editpost">
<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="3"><strong>{$lang->delete_post}</strong></td>
</tr>
<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>
<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>
<input type="hidden" name="action" value="deletepost" />
<input type="hidden" name="pid" value="{$pid}" />
</form>
<br />
Konto testowe:
Login: testowy
Hasło: test123