Versión phpBB: phpBB3 (phpbb V3.0.

MODs Instalados: Add This; Megaupload Filebox; Tinypic Plugin
Plantilla(s) usada(s): Cooperative
Servidor: Windows, Gratuito
Actualización desde otra versión:
Conversión desde otro sistema de foros:
Hola amigos !, luego de haber instalado estos MOD's ( Megaupload Filebox y Tinypic Plugin ) cada vez que quiero publicar un nuevo tema me aparece este error:
Parse error: syntax error, unexpected ';', expecting ')' in /home/a5271469/public_html/FORO/posting.php on line 1534
en root/posting.php el código se ve así
Código: Seleccionar todo
{
$template->assign_var('S_DISPLAY_REVIEW', true);
//Megauplaod Filebox MOD - start
$template->assign_vars(array
('S_DISPLAY_REVIEW' => true;
'S_SHOW_MEGAUPLOAD_BOX' => true));
//Megauplaod Filebox MOD - end
//Tinypic Plugin MOD by tinypic.com - start
$template->assign_var('S_SHOW_UPLOAD_BOX', true);
//Tinypic Plugin MOD by tinypic.com - end
}