habe folgenden mod eingerichtet:
http://www.phpbbhacks.com/download/4168
wie kann man einstellen dass das hintergrund nur einmal und zentriert angezeigt wird?
hier der mod:
#
#-----[ OPEN ]------------------------------------------
#
Root/templates/YOUR_TEMPLATE/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
onkeyup="storeCaret(this);"
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
style="background-image:url(http://www.YOURDOMAIN.com/images/bg.jpg)" border="1";'
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM