Tengo dos problemas pero del mismo tipo. He mirado de buscar la solucion pero no doy con ella.
He instalado el mod tinypicplugin y parece ser que hay algun codigo que no le gusta (aclaro que cada cambio que hago vacio la cache por ftp).
Aqui va el codigo que no le gusta:
Código: Seleccionar todo
<open src="posting.php">
<edit>
<find> 'S_SHOW_POLL_BOX'</find>
<action type="after-add"> //Tinypic Plugin MOD by tinypic.com - start
'S_SHOW_UPLOAD_BOX' => true,
//Tinypic Plugin MOD by tinypic.com - end</action>
Código: Seleccionar todo
=>
Código: Seleccionar todo
Parse error: syntax error, unexpected '=', expecting ')' in /homepages/38/d299672837/htdocs/joomphpbb3/foro/posting.php on line 1367
Código: Seleccionar todo
<open src="language/es/posting.php">
<edit>
<find> 'ADD_POLL_EXPLAIN'</find>
<action type="after-add"> //Tinypic Plugin MOD by tinypic.com - start
'ADD_UPLOAD' => 'Subir una imagen a TinyPic',
'UPLOAD_EXPLAIN' => 'Subir un archivo y hacer clic en el botón Añadir al mensaje.',
'UPLOAD_ADD_TO_POST' => 'Añadir al mensaje',
//Tinypic Plugin MOD by tinypic.com - end</action>
Os dejo un ejemplo de como lo dejo en este anterior archivo para que veais que edito el archivo correctamente:
Código: Seleccionar todo
$lang = array_merge($lang, array(
'ADD_ATTACHMENT' => 'Upload attachment',
'ADD_ATTACHMENT_EXPLAIN' => 'If you wish to attach one or more files enter the details below.',
'ADD_FILE' => 'Add the file',
'ADD_POLL' => 'Poll creation',
'ADD_POLL_EXPLAIN' => 'If you do not want to add a poll to your topic leave the fields blank.',
//Tinypic Plugin MOD by tinypic.com - start
'ADD_UPLOAD' => 'Upload To TinyPic',
'UPLOAD_EXPLAIN' => 'Upload a file and click the Add To Post button to add it to your post.',
'UPLOAD_ADD_TO_POST' => 'Add To Post',
//Tinypic Plugin MOD by tinypic.com - end
'ALREADY_DELETED' => 'Sorry but this message is already deleted.',
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)',

Repito, puede ser este codigo que no le gusta:
Código: Seleccionar todo
=>
Saludos a todos

EDITO: Este codigo que decia:
Código: Seleccionar todo
=>
Lo he cambiado por este y me funciona bien, hay algun problema?
Código: Seleccionar todo
=>