Problema al instalar phpbb_gallery_1_1_6
Publicado: 15 Dic 2013, 11:01
URL: http://tumundobdsm.es
Versión phpBB: 3.0.12
MODs Instalados: Ninguno
Plantilla(s) usada(s): Prosilver
Servidor: linux 1and1
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL del MOD:: http://www.phpbb-es.com/foro/descarga-m ... 21666.html
Buenas:
mi primer problema viene por que siguiendo los pasos de la instalacion al llegar a este punto:
Open: ucp.php
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
// Do not display signature panel if not authed to do so
if (!$auth->acl_get('u_sig'))
{
$module->set_display('profile', 'signature', false);
}
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
if (class_exists('phpbb_gallery_integration'))
{
phpbb_gallery_integration::ucp($module);
}
no encuentro este párrafo a sustituir.
Es un problema de mi versión?
Hay alternativas?
Versión phpBB: 3.0.12
MODs Instalados: Ninguno
Plantilla(s) usada(s): Prosilver
Servidor: linux 1and1
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL del MOD:: http://www.phpbb-es.com/foro/descarga-m ... 21666.html
Buenas:
mi primer problema viene por que siguiendo los pasos de la instalacion al llegar a este punto:
Open: ucp.php
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
// Do not display signature panel if not authed to do so
if (!$auth->acl_get('u_sig'))
{
$module->set_display('profile', 'signature', false);
}
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
if (class_exists('phpbb_gallery_integration'))
{
phpbb_gallery_integration::ucp($module);
}
no encuentro este párrafo a sustituir.
Es un problema de mi versión?
Hay alternativas?