(Guia) Agregar Paginas al vBulletin 3.6.x
by Kerverusxp
Que les sea de ayuda, para agregar una hoja mas (link) sea "foro/misamigos.php" y que trabaje a la par con vBulletin y todo su sistema hagamos los siguiente.
1. Crear un Archivo "kerverusxp.php" y grabelo en la raiz de su foro:
contenido:
2. Crear una Plantilla en el skin que usas como default "kerverusxp_main"<?php
error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'linkstatus');
$globaltemplates = array(
'vBulletin',
);
require_once('./global.php');
$navbits[''] = $vbphrase['kerverusxp_name'];
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('kerverusxp_main') . '");');
?>
contenido:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title>UG - Kerverus Info</title>
</head>
<body>
$header
$navbar
<!-- KERVERUS WEB -->
AQUI USE CODIGO HTML (800 anchura maxima)
<!-- /KERVERUS WEB -->
$footer
</body>
</html>
3. Dirigase a LENGUAJE Y FRASES > ADMINISTRADOR DE FRASES > AGREGAR
Contenido:
4. Dirigase y verifique errores:Tipo de Frase: GLOBAL
Product: vBulletin
NombreVar: $vbphrase['kerverusxp_name']
Traducción de spanish: UG - Web Personal
Notas:foros/kerverusxp.php
- Testeado contra RIF
- Todas las funciones vBulletin (puede agregar shoutbox top etc)
- Pronto version con imagenes (no tengo tiempo). / Guia unica :O