
Ovviamente sarà cancellata nel caso xiradorn.it tornasse online, ma nel frattempo servirà a chi volesse usufruire di tale modifica o deve disinstallarla.xiradorn.it ha scritto:Titolo: BBCodebox Light
Autore: [codice] Dakin Quelia & Simon (piccolo tocco di Stoker) - [grafica] FAMFAMFAM licensed under a Creative Commons Attribution 2.5 License - [Secondo Addon + FIX] Sir Xiradorn
Descrizione: Cambiate il layout dei vostri bbcode aggiungendo ai classici tasti delle immagini davvero favolose
Versione: 1.0.8
Piattaforma e versione: phpbb 3.0.5 | 3.0.6 | 3.0.7 | 3.0.7-PL1
Inizio guida:
Guida Base
Innanzitutto estriamo il contenuto del file "editor.zip" nella cartella "images"
Per prosilver:
Apriamo il file styles/prosilver/template/posting_buttons.html.
Trovate:Sostituite con:Codice: Seleziona tutto
if (e.style.display == 'block') { document.getElementById('bbpalette').value = '{LA_FONT_COLOR_HIDE}'; } else { document.getElementById('bbpalette').value = '{LA_FONT_COLOR}'; }
[hide]Trovate:Codice: Seleziona tutto
if (e.style.display == 'block') { document.getElementById('bbpalette').value = ''; } else { document.getElementById('bbpalette').value = ''; }
Consiglio: (mi raccomando non sbagliate a selezionare dal vostro file questa parte altrimenti cadrete in errore)Sostituisci con questo:Codice: Seleziona tutto
<input type="button" class="button2" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" /> <input type="button" class="button2" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" /> <input type="button" class="button2" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" /> <!-- IF S_BBCODE_QUOTE --> <input type="button" class="button2" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" /> <!-- ENDIF --> <input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" /> <input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" /> <input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" /> <input type="button" class="button2" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> <!-- IF S_LINKS_ALLOWED --> <input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> <input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" /> <!-- ENDIF --> <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}"> <option value="50">{L_FONT_TINY}</option> <option value="85">{L_FONT_SMALL}</option> <option value="100" selected="selected">{L_FONT_NORMAL}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 --> <option value="150">{L_FONT_LARGE}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 --> <option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select> <input type="button" class="button2" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />
Aprite il file styles/prosilver/theme/buttons.css.Codice: Seleziona tutto
<input type="button" class="buttonz" accesskey="b" name="addbbcode0" value="" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" style="background: url('{ROOT_PATH}images/editor/text_bold.png');" /> <input type="button" class="buttonz" accesskey="i" name="addbbcode2" value="" style="background: url('{ROOT_PATH}images/editor/text_italic.png');" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" /> <input type="button" class="buttonz" accesskey="u" name="addbbcode4" value="" style="background: url('{ROOT_PATH}images/editor/text_underline.png');" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" /> <!-- IF S_BBCODE_QUOTE --> <input type="button" class="buttonz" accesskey="q" name="addbbcode6" value="" style="background: url('{ROOT_PATH}images/editor/comment.png');" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" /> <!-- ENDIF --> <input type="button" class="buttonz" accesskey="c" name="addbbcode8" value="" style="background: url('{ROOT_PATH}images/editor/page_white_code.png');" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" /> <input type="button" class="buttonz" accesskey="l" name="addbbcode10" value="" style="background: url('{ROOT_PATH}images/editor/text_list_bullets.png');" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" /> <input type="button" class="buttonz" accesskey="o" name="addbbcode12" value="" style="background: url('{ROOT_PATH}images/editor/text_list_numbers.png');" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" /> <input type="button" class="buttonz" accesskey="t" name="addlitsitem" value="" style="background: url('{ROOT_PATH}images/editor/bullet_black.png');" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="buttonz" accesskey="p" name="addbbcode14" value="" style="background: url('{ROOT_PATH}images/editor/image.png');" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> <!-- IF S_LINKS_ALLOWED --> <input type="button" class="buttonz" accesskey="w" name="addbbcode16" value="" style="background: url('{ROOT_PATH}images/editor/world_link.png');" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> <input type="button" class="buttonz" accesskey="d" name="addbbcode18" value="" style="background: url('{ROOT_PATH}images/editor/page_white_flash.png');" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" /> <!-- ENDIF --> <input type="button" class="buttonz" name="bbpalette" id="bbpalette" value="" style="background: url('{ROOT_PATH}images/editor/color_wheel.png');" onclick="change_palette();" title="{L_BBCODE_S_HELP}" /> <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}"> <option value="50">{L_FONT_TINY}</option> <option value="85">{L_FONT_SMALL}</option> <option value="100" selected="selected">{L_FONT_NORMAL}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 --> <option value="150">{L_FONT_LARGE}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 --> <option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select>
Andate alla fine del file.
Aggiungete questo pezzo di codice:
[hide][/hide]Codice: Seleziona tutto
.buttonz { width: 22px !important; height: 22px !important; background-position: center !important; background-repeat: no-repeat !important; margin: 6px 0px !important; border: 1px solid #979797 !important; } .buttonz:hover { background-color: #ffffdf !important; border: 1px solid #BC2A4D !important; }
Per subsilver2:
Aprite il file styles/prosilver/template/posting_buttons.html
Trovate:Sostituite con il seguente codiceCodice: Seleziona tutto
<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" /> <!-- IF S_BBCODE_QUOTE --> <input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" /> <!-- ENDIF --> <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" /> <input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" /> <!-- ENDIF --> <!-- IF S_LINKS_ALLOWED --> <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> <input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" /> <!-- ENDIF --> <span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')"> <option value="50">{L_FONT_TINY}</option> <option value="85">{L_FONT_SMALL}</option> <option value="100" selected="selected">{L_FONT_NORMAL}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 --> <option value="150">{L_FONT_LARGE}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 --> <option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select></span>
Aprite poi il file styles/subsilver2/theme/stylesheet.css.Codice: Seleziona tutto
<input type="button" class="buttonz" accesskey="b" name="addbbcode0" value="" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" style="background: url('{ROOT_PATH}images/editor/text_bold.png');" /> <input type="button" class="buttonz" accesskey="i" name="addbbcode2" value="" style="background: url('{ROOT_PATH}images/editor/text_italic.png');" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" /> <input type="button" class="buttonz" accesskey="u" name="addbbcode4" value="" style="background: url('{ROOT_PATH}images/editor/text_underline.png');" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" /> <!-- IF S_BBCODE_QUOTE --> <input type="button" class="buttonz" accesskey="q" name="addbbcode6" value="" style="background: url('{ROOT_PATH}images/editor/comment.png');" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" /> <!-- ENDIF --> <input type="button" class="buttonz" accesskey="c" name="addbbcode8" value="" style="background: url('{ROOT_PATH}images/editor/page_white_code.png');" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" /> <input type="button" class="buttonz" accesskey="l" name="addbbcode10" value="" style="background: url('{ROOT_PATH}images/editor/text_list_bullets.png');" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" /> <input type="button" class="buttonz" accesskey="o" name="addbbcode12" value="" style="background: url('{ROOT_PATH}images/editor/text_list_numbers.png');" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" /> <input type="button" class="buttonz" accesskey="t" name="addlitsitem" value="" style="background: url('{ROOT_PATH}images/editor/bullet_black.png');" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="buttonz" accesskey="p" name="addbbcode14" value="" style="background: url('{ROOT_PATH}images/editor/image.png');" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> <!-- IF S_LINKS_ALLOWED --> <input type="button" class="buttonz" accesskey="w" name="addbbcode16" value="" style="background: url('{ROOT_PATH}images/editor/world_link.png');" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> <input type="button" class="buttonz" accesskey="d" name="addbbcode18" value="" style="background: url('{ROOT_PATH}images/editor/page_white_flash.png');" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" /> <!-- ENDIF --> <span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')"> <option value="50">{L_FONT_TINY}</option> <option value="85">{L_FONT_SMALL}</option> <option value="100" selected="selected">{L_FONT_NORMAL}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 --> <option value="150">{L_FONT_LARGE}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 --> <option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select></span>
Andate alla fine del file.
Aggiungete questa parte:Quindi in entrambi i casi salvate tutto e azzerate le varie caches sia nel pannello generale, che in quello degli stili e infine eventualmente anche quello del browser.Codice: Seleziona tutto
.buttonz { width: 22px !important; height: 22px !important; background-position: center !important; background-repeat: no-repeat !important; margin: 6px 0px !important; border: 1px solid #979797 !important; } .buttonz:hover { background-color: #ffffdf !important; border: 1px solid #BC2A4D !important; }
AddOn: Assegnare immagini ai vostri bbcode personalizzati'
Quello che seguirà vi permetterà inoltre di aggiungere le immagini per i vostri bbcode personalizzati.
Per fare questo dovrete considerare l'ordine che avrete dato ai vostri bbcode personalizzati. Guardiamo questo esempio: Altre icone su: FAMFAMFAM
[hr][/hr]
AddOn: Assegnare Immagini solo ad alcuni bbcode scelti da noi
Funziona in maniera perfetta (stilisticamente parlando) con la mod presente qua: Custom BBCode Box Ma potrebe anche fare a meno di usarla - Difficoltà: media
Abbiamo visto fino ad ora come inserire immagini per i nostri normali bbcode e personalizzare con altri bottoni i nostri bbcode personalizzati. Ora il problema del precedente addon quale è? Semplice che se avete trenta bbcode personalizzati dovrete creare trenta immagini diverse e via dicendo. L'effetto grafico sarebbe davvero notevole e molto bello sul vostro pannello di scrittura.
Vi chiederete ma ci sta un modo per cui io posso predere ad esempio tre bbcode a scelta mia e dare alle funzioni i tasti che voglio? La risposta è si.
Naturalmente come sempre avete bisogno di una immagine rappresentativa del vostro bbcode. Poi fatto questo andiamo a scegliere i nostri bbcode. Io ne prederò due che ho creato ma potrete fare la stessa cosa con i vostri. Ne prendo uno a struttura diciamo di tipo 1:L'altro a struttura di tipo 2:Codice: Seleziona tutto
[tipo1] ... [/tipo1]
Da come potete vedere questa sono le strutture che gestiscono i bbcode e che usiamo comunemente. Quindi andiamo ad aggiungere i nostri due bbcodeCodice: Seleziona tutto
[tipo2= ... ] ... [/tipo2]
Prosilver
Aprite il vostro ./VostroStile/template/posting_buttons.html.
Trovate:Dopo aggiungete:Codice: Seleziona tutto
<option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select>
Subsilver2Codice: Seleziona tutto
<!-- Custom Lite Button Addon - Sir Xiradorn --> <input type="button" class="buttonz" name="addbbcodetipo1" value="" style="background: url('{ROOT_PATH}images/editor/tipo1.png');" onclick="bbfontstyle('[tipo1]', '[/tipo1]');" title="" /> <input type="button" class="buttonz" name="addbbcodetipo2" value="" style="background: url('{ROOT_PATH}images/editor/tipo2.png');" onclick="bbfontstyle('[tipo2=]', '[/tipo2]');" title="" /> <!-- Custom Lite Button Addon - Sir Xiradorn -->
Aprite il vostro ./VostroStile/template/posting_buttons.html.
Trovate:Prima aggiungete:Codice: Seleziona tutto
</td> </tr> <!-- IF S_BBCODE_ALLOWED and .custom_tags -->
Da come potrete voi stessi vedere io ho aggiunto questi bbcode e i nomi tipo1 e tipo2 dovranno essere rimpiazzati dai nomi dei vostri bbcode. Quindi ad esempio se avete creato un code [center]e uno [spoiler=] dovrete avere due immagini che chiamerete center.png e spoiler.png che caricherete nella cartella dei bottoni ovvero images/editor/ e il vostro codice sarà così definitoCodice: Seleziona tutto
<!-- Custom Lite Button Addon - Sir Xiradorn --> <input type="button" class="buttonz" name="addbbcodetipo1" value="" style="background: url('{ROOT_PATH}images/editor/tipo1.png');" onclick="bbfontstyle('[tipo1]', '[/tipo1]');" title="" /> <input type="button" class="buttonz" name="addbbcodetipo2" value="" style="background: url('{ROOT_PATH}images/editor/tipo2.png');" onclick="bbfontstyle('[tipo2=]', '[/tipo2]');" title="" /> <!-- Custom Lite Button Addon - Sir Xiradorn -->
Codice: Seleziona tutto
<!-- Custom Lite Button Addon - Sir Xiradorn --> <input type="button" class="buttonz" name="addbbcodecenter" value="" style="background: url('{ROOT_PATH}images/editor/center.png');" onclick="bbfontstyle('[center]', '[/center]');" title="" /> <input type="button" class="buttonz" name="addbbcodespoiler" value="" style="background: url('{ROOT_PATH}images/editor/spoiler.png');" onclick="bbfontstyle('[spoiler=]', '[/spoiler]');" title="" /> <!-- Custom Lite Button Addon - Sir Xiradorn -->
Nell'immagine è possibile vedere il risultato finale. e da come potere vedere avrete i vostri bbcode personalizzati con i tasti che gli rappresentano
FIX: Passaggio da versione 1.0.7 a 1.0.8
Per passare a questa versione che altro non fa che aggiornare il percorso delle immagini, da uno sostanzialmnete statico a uno assegnato dinamicamente, dovrete fare questa cosa
Cercate su tutte le linee presenti:Sostituite con:Codice: Seleziona tutto
background: url('./images/editor/IMMAGINE.ESTENSIONE');
Quindi avrete ad esempio da questoCodice: Seleziona tutto
background: url('{ROOT_PATH}images/editor/IMMAGINE.ESTENSIONE');
a questoCodice: Seleziona tutto
<input type="button" class="buttonz" accesskey="b" name="addbbcode0" value="" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" style="background: url('./images/editor/text_bold.png');" />
Codice: Seleziona tutto
<input type="button" class="buttonz" accesskey="b" name="addbbcode0" value="" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" style="background: url('{ROOT_PATH}images/editor/text_bold.png');" />
Change Log:
* 1.0.0 versione rilasciata
* 1.0.1 e 1.0.2 controllata e aggiunta nuova parte alla guida presente
* 1.0.3 sistemata parte per subsilver2
* 1.0.6 Controllo per versioni fino alla 3.0.7-PL1
* 1.0.7 Aggiunto addon
* 1.0.8 Aggiunto FIX