w pliku quick_reply.tpl znajdz:
Kod:
f_help = "{L_BBCODE_F_HELP}";
dodaj po tym:
Kod:
d_help = "{L_BBCODE_D_HELP}";
znajdz:
Kod:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]', '[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]');
zamien na:
Kod:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]', '[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[google]','[/google]');
znajdz:
Kod:
<td width="33%"><input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="width: 100%" onClick="bbstyle(16)" /></td>
</tr>
dodaj po:
Kod:
<tr>
<td colspan="3"><input type="button" class="button" accesskey="d" name="addbbcode18" value="Google" style="width: 100%" onClick="bbstyle(18)" /></td>
</tr>
znajdz:
Kod:
<td colspan="3"><select name="addbbcode18" style="width: 100%" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
zmien na:
Kod:
<td colspan="3"><select name="addbbcode22" style="width: 100%" onChange="bbfontstyle('[color=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
Autor postu otrzymał pochwałę