Hallo LadyLuna
Habe gesehen, dass Du die Gallery-Mod installiert hast. Die kannst Du wie folgt in die bbCodebox integrieren:
(für
prosilver-basierende Styles)
Öffne
language/de/mods/lang_bbcodebox3.php
suche
Code: Alles auswählen
'BBCODE_COPYRIGHT_HELP' => 'Copyright Hinweis: [copyright]Name[/copyright] - oder: [copyright=URL]Name[/copyright]',
füge
danach ein
'BBCODE_ALBUM_HELP' => 'Galerie-Bild hinzufügen: [album]Bild-Nummer[/album]',
suche
Code: Alles auswählen
'BBCODE_IMGALT_COPYRIGHT_HELP' => 'Copyright Hinweis einfügen.',
füge
danach ein
Code: Alles auswählen
'BBCODE_IMGALT_ALBUM_HELP' => 'Ein Bild aus der Galerie hinzufügen.',
Öffne
language/en/mods/lang_bbcodebox3.php
suche
Code: Alles auswählen
'BBCODE_COPYRIGHT_HELP' => 'copyright text: [copyright]Name[/copyright] - oder: [copyright=URL]Name[/copyright]',
füge
danach ein
Code: Alles auswählen
'BBCODE_ALBUM_HELP' => 'Gallery Image Add: [album]Bild-Nummer[/album]',
suche
Code: Alles auswählen
'BBCODE_IMGALT_COPYRIGHT_HELP' => 'insert copyright text',
füge
danach ein
Code: Alles auswählen
'BBCODE_IMGALT_ALBUM_HELP' => 'Add an image from the gallery.',
Öffne
includes/functions_display.php
suche
Code: Alles auswählen
// Start counting from 22 for the bbcode ids (every bbcode takes two ids - opening/closing)
// note for bbcodebox3: new start counting from 136 for the bbcode ids (every bbcode takes two ids - opening/closing)
// also note: for every own extra custom bbcode, you must add +2 to 136
// Bitte beachten: Für jeden eigenen extra Custom BBCode, musst du +2 zu 136 hinzufügen
$num_predefined_bbcodes = 136;
ersetze durch
Code: Alles auswählen
// Start counting from 22 for the bbcode ids (every bbcode takes two ids - opening/closing)
// note for bbcodebox3: new start counting from 136 for the bbcode ids (every bbcode takes two ids - opening/closing)
// also note: for every own extra custom bbcode, you must add +2 to 136
// Bitte beachten: Für jeden eigenen extra Custom BBCode, musst du +2 zu 136 hinzufügen
$num_predefined_bbcodes = 138;
Öffne
styles/deinstyle/template/posting_buttons.html
suche
ersetze durch
Code: Alles auswählen
//136
,'[album]','[/album]'
//138 Begin Custom: ,'[bbcode]','[/bbcode]'
suche
füge
danach ein
suche
Code: Alles auswählen
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/soundcloud.gif" alt="{L_BBCODE_IMGALT_SOUNDCLOUD}" id="soundcloud" onclick="bbstyle(118)"
onmouseover="helpline('soundcloud')" onmouseout="helpline('tip')" /></a></div>
füge
danach ein
Code: Alles auswählen
<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/album.gif" alt="{L_BBCODE_IMGALT_ALBUM}" id="album" onclick="bbstyle(136)"
onmouseover="helpline('album')" onmouseout="helpline('tip')" /></a></div>
Jetzt kopierst Du noch dieses Bild
(rechte Mousetaste und "Bild speichern unter")

- album.gif (1.41 KiB) 524 mal betrachtet
nach styles/deinstyle/imageset/buttons/ .