Esto puede parecer un poco intrincado, pero por favor pruebalo :
Recuerda realizar una copia de los archivos a modificar ANTES de comenzar los cambios
Abrir :
raíz/memberlist.php
Buscar :
Código: Seleccionar todo
// Check if Highslide JS is installed
if (file_exists($phpbb_root_path . 'highslide/highslide-full.js'))
Reemplazar, por :
Código: Seleccionar todo
// Check if Highslide JS is installed
/** By ABBC3
if (file_exists($phpbb_root_path . 'highslide/highslide-full.js'))
**/
if (file_exists($phpbb_root_path . 'styles/abbcode/highslide/highslide-full.js'))
Abrir :
raíz/viewtopic.php
Buscar :
Código: Seleccionar todo
// Check if Highslide JS is installed
if (file_exists($phpbb_root_path . 'highslide/highslide-full.js'))
Reemplazar, por :
Código: Seleccionar todo
// Check if Highslide JS is installed
/*/ By ABBC3
if (file_exists($phpbb_root_path . 'highslide/highslide-full.js'))
**/
if (file_exists($phpbb_root_path . 'styles/abbcode/highslide/highslide-full.js'))
Abrir :
raíz/styles/EL_NOMBRE_DE_TU_ESTILO/template/overall_header.html
Buscar :
Antes, agregar :
Código: Seleccionar todo
<!-- IF not S_ABBC3_MOD and not (S_ABBC3_RESIZE_METHOD eq 'HighslideBox') -->
<script type="text/javascript" src="./styles/abbcode//highslide/highslide-full.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="./styles/abbcode/highslide/highslide.css" />
<!-- ENDIF -->
Guardas todos los cambios, subes los archivos al servidor vía
FTP y actualizas las
Plantillas para el estilo que utilices desde el
ACP