
Creo que el fallo viene en esta parte:
Código: Seleccionar todo
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
f_help = "{L_BBCODE_F_HELP}";
#
#-----[ AFTER, ADD ]------------------------------------------
#
r_help = "{L_BBCODE_R_HELP}";
#
#-----[ FIND ]------------------------------------------
#
('[b]','[/b]','[i]','[/i]',
#
#-----[IN-LINE FIND ]------------------------------------------
#
'[/url]'
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
# If you have other added BBcode then move this to the last place.
,'[spoiler]','[/spoiler]'
#
#-----[ FIND ]------------------------------------------
#
#
#-----[ AFTER, ADD ]------------------------------------------
#If you already have an '18' BBcode, manually change '18' to the next even number that you haven't got. e.g. '20'
#
#-----[ FIND ]------------------------------------------
#
#
#-----[ REPLACE WITH ]------------------------------------------
#If you already have an '20' or above as the number, manually change '20' to the next even number that you haven't got. e.g. '22'
#
#-----[ FIND ]------------------------------------------
#
{L_FONT_SIZE}:
#
#-----[ REPLACE WITH ]------------------------------------------
#If you already have an '22' or above as a number, manually change '22' to the next even number that you haven't got. e.g. '24'
{L_FONT_SIZE}:
Despues de la modificacion quedaria algo asi:
Código: Seleccionar todo
{L_FONT_COLOR}:
{L_COLOR_DEFAULT}
{L_COLOR_DARK_RED}
{L_COLOR_RED}
{L_COLOR_ORANGE}
{L_COLOR_BROWN}
{L_COLOR_YELLOW}
{L_COLOR_GREEN}
{L_COLOR_OLIVE}
{L_COLOR_CYAN}
{L_COLOR_BLUE}
{L_COLOR_DARK_BLUE}
{L_COLOR_INDIGO}
{L_COLOR_VIOLET}
{L_COLOR_WHITE}
{L_COLOR_BLACK}
{L_FONT_SIZE}:
{L_FONT_TINY}
{L_FONT_SMALL}
{L_FONT_NORMAL}
{L_FONT_LARGE}
{L_FONT_HUGE}
{L_BBCODE_CLOSE_TAGS}