07-20-2022, 11:24 AM
1

Buscar:
Código PHP: ( Seleccionar Todo )
require_once 'JBBCode/validators/ImgValidator.php';
Debajo agregar:
Código PHP: ( Seleccionar Todo )
require_once 'JBBCode/validators/FontValidator.php';
Buscar:
Código PHP: ( Seleccionar Todo )
$imgValidator = new \JBBCode\validators\ImgValidator();
Debajo agregar:
Código PHP: ( Seleccionar Todo )
$fontValidator = new \JBBCode\validators\FontValidator();
Buscar:
Código PHP: ( Seleccionar Todo )
array('tag' => 'font', 'replace' => '<span style="font-family: {option}">{param}</span>', 'option' => true),
Reemplazar por:
Código PHP: ( Seleccionar Todo )
array('tag' => 'font', 'replace' => '<span style="font-family: {option}">{param}</span>', 'option' => true, 'validOption' => $fontValidator),
Y subir esta carpeta
Mega
Debes agradecer para ver el contenido...
Google Drive
Debes agradecer para ver el contenido...
Mediafire
Debes agradecer para ver el contenido...
Uptobox
Debes agradecer para ver el contenido...
4shared
Debes agradecer para ver el contenido...
Creditos: Debes agradecer para ver el contenido...