• Hallo, ich hab in meinen Forum den [align=center] button hinzufügen wollen.

    Er scheint zwar in der Leiste auf jedoch kommt beim anklicken nicht

    Code
    [center][/center]

    sondern

    Code
    undefined

    was kann ich da machen. Wo lege ich fest das er es richtig macht.

    thx und lg

  • http://marzipanschnitte.ma.funpic.de//phpBB2/index.php


    Bin nach dieser Anleitung vorgegangen:

    ','

      ','

    ','

      ','

    ','','http://,');

    #
    #-----[ FINDE in dieser Zeile ]------------------------------------------
    #
    'http://,'

    #
    #-----[ DANACH EINFÜGEN ]--------------------------------------------------
    #
    ,'[center]','[/center]'

    #
    #-----[ FINDE ]------------------------------------------
    #
    <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>

    #
    #-----[ DARUNTER EINFÜGEN ]--------------------------------------------------
    #
    # siehe "Notiz" am Anfang dieser Anleitung

    <td><span class="genmed">
    <input type="button" class="button" accesskey="y" name="addbbcode18" value=" Center " style="width: 60px" onClick="bbstyle(18)" onMouseOver="helpline('y')" />
    </span></td>

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

    #
    #-----[ MIT FOLGENDEM ERSETZEN ]--------------------------------------------------
    #
    # siehe "Notiz" am Anfang dieser Anleitung

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

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

    #
    #-----[ MIT FOLGENDEM ERSETZEN ]--------------------------------------------------
    #
    # siehe "Notiz" am Anfang dieser Anleitung

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

    #
    #-----[ FINDE und erhöhe colspan-Wert ]--------------------------------------------------
    #
    # siehe "Notiz" am Anfang dieser Anleitung

    </span></td>
    </tr>
    <tr>
    <td colspan="9">

    #
    #-----[ FINDE und erhöhe colspan-Wert ]--------------------------------------------------
    #
    # siehe "Notiz" am Anfang dieser Anleitung

    </tr>
    <tr>
    <td colspan="9"> <span class="gensmall">

    #
    #-----[ FINDE und erhöhe colspan-Wert ]--------------------------------------------------
    #
    # siehe "Notiz" am Anfang dieser Anleitung

    </tr>
    <tr>
    <td colspan="9"><span class="gen">


    [/code]