07-18-2011, 02:45 PM
(This post was last modified: 07-18-2011, 02:46 PM by AceInfinity.)
What about your Post Templates? Do they have this bug or do they seem to be all fine?
The problem with the multiple buttons is that you have this input type repeated 2 times...
Nothing special about mybb, it's all still basic basic html for the templates.
The problem with the multiple buttons is that you have this input type repeated 2 times...
Code:
<tr>
<td align="center" valign="middle" height="30px"><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> </td>
</tr>
Nothing special about mybb, it's all still basic basic html for the templates.