Ok, vamos por pasos.
Cuando instalaste el add-on ese, se crearon una serie de plugins. El mensaje te dice esto:
******************************************************************
Are you using the 'GTSmiliebox' hack? If so, you will need to edit your 'Replace Templates - editor_smiliebox & editor_toolbar_on' plugin and update the PHP code so it will not try to replace the editor templates with templates that are not set.
Insertar CODE, HTML o PHP:
if ([COLOR="Red"]$vbulletin->templatecache['editor_toolbar_on_GTSMILIEBOX_3700'] AND[/COLOR] $toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0))
{
// replace templates
$vbulletin->templatecache['editor_smiliebox'] = $vbulletin->templatecache['editor_smiliebox_GTSMILIEBOX_3700'];
$vbulletin->templatecache['editor_toolbar_on'] = $vbulletin->templatecache['editor_toolbar_on_GTSMILIEBOX_3700'];
}
*******************************************************************
Tienes que buscar el plugin '
Replace Templates - editor_smiliebox & editor_toolbar_on' en:
AdminCP -> Plugins y Productos -> Administrar Plugins
Lo editas y reemplazas su contenido por el citado anteriormente, osea, por esto:
Insertar CODE, HTML o PHP:
if ([COLOR="Red"]$vbulletin->templatecache['editor_toolbar_on_GTSMILIEBOX_3700'] AND[/COLOR] $toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0))
{
// replace templates
$vbulletin->templatecache['editor_smiliebox'] = $vbulletin->templatecache['editor_smiliebox_GTSMILIEBOX_3700'];
$vbulletin->templatecache['editor_toolbar_on'] = $vbulletin->templatecache['editor_toolbar_on_GTSMILIEBOX_3700'];
}