Kurze Info; Problem gelöst ohne andere .js zu löschen <suche und arbeite seit 10 Stunden daran - hoffe, es hilft>
post.template.php
finde:
<input type="submit" name="preview" value="', $txt[507], '" tabindex="', $context['tabindex']++, '" onclick="return event.ctrlKey || previewPost();" accesskey="p" />';
ändere in:
<input type="submit" name="preview" value="', $txt[507], '" tabindex="', $context['tabindex']++, '" onclick="return submitThisOnce(this);" accesskey="p" />';
jetzt gehe ich erst mal früchstücken
