du siehst doch, das es genauso bei mir funktioniert.
ergo, finde die stelle und es wird funktionieren.
das, was du beschreibst, ist ein einbaufehler.
ansonsten verlinke mal diese ominöse posting_buttons.html aus dem style aeroblue..
logischerweise bedeutet das hier einen ausschnitt und die stelle des einfügens:
Code: Alles auswählen
<input type="button" class="btnbbcode" name="Foto-Link" value="Foto-Link" onclick="bbfontstyle('[center][color=#0000FF][u][b]Foto-Übersicht', '[/b][/u][/color]\n[url=http://www.phpbb.de/community/viewtopic.php?p=1103879#p1103879]1[/url][/center]');this.form.addbbcode9999;" title="Foto-Link" />
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<!-- BEGIN custom_tags -->
<input type="button" class="btnbbcode" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />
<!-- END custom_tags -->
---------------------------
auf gut doitsch::
finde
Code: Alles auswählen
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<!-- BEGIN custom_tags -->
<input type="button" class="btnbbcode" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />
<!-- END custom_tags -->
davor füge ein
Code: Alles auswählen
<input type="button" class="btnbbcode" name="Foto-Link" value="Foto-Link" onclick="bbfontstyle('[center][color=#0000FF][u][b]Foto-Übersicht', '[/b][/u][/color]\n[url=http://www.phpbb.de/community/viewtopic.php?p=1103879#p1103879]1[/url][/center]');this.form.addbbcode9999;" title="Foto-Link" />