Seite 1 von 1

schriftgröße-und farbe

Verfasst: 02.06.2003 19:37
von enrico
wenn ich bei mir forum bei schriftgröße-oder farbe etwas auswähle, wird das nicht in das posting-feld "hineingetan". was hab ich da wieder gemacht?

Verfasst: 02.06.2003 20:35
von Elvis
haste auch die Anzahl der BBcode erhöht?

zb.

Code: Alles auswählen

<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">

<select name="addbbcode20" onChange="bbfontstyle('[color=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
usw

bzw auch hier

Code: Alles auswählen

</select> &nbsp;{L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">

<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
 </span></td>
steht in der posting_body.tpl

Verfasst: 02.06.2003 21:09
von enrico
daran lags. ich hab die ganze zeit in der falschen datei gesucht :D . danke.