Problem
Im Style subsilver2 wird beim verfassen einer Privatnachricht der Style, durch die Textarea der eingebundenen posting_body.html, zur rechen Seite hin gesprengt.
Lösung
Suche in der /styles/subsilver2/template/posting_body.html
Code: Alles auswählen
<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea></td>
Code: Alles auswählen
<!-- IF S_PRIVMSGS -->
<td valign="top" style="width: 80%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 80%;">{MESSAGE}</textarea></td>
<!-- ELSE -->
<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea></td>
<!-- ENDIF -->
Grüße: Mahony