View Full Version : make custom vb page
Evil X
05-21-2006, 12:51 AM
Ive used this before, but for some reason I cant currently find it
peterska2
05-21-2006, 12:55 AM
I'm not sure exactly what you are after, but I found these two different mods. One allows users to create a custom page, the other the admins to create a custom page (via the ACP AFAIK).
GTCustom Pages - Create Custom Page(s) With Ease (https://vborg.vbsupport.ru/showthread.php?t=108583&highlight=custom+page)
Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903&highlight=custom+page)
I hope these help.
Evil X
05-21-2006, 04:52 AM
actually what im talking about gave you a code to make a php page
Mr Chad
05-21-2006, 05:02 AM
<?php
// VBULLETIN CONFIG
define('Title','Desription);
$globaltemplates = array('GENERIC_SHELL');
$phrasegroups = array();
$specialtemplates = array();
$actiontemplates = array();
require_once('./global.php');
$sessionid = isset($vbulletin) ? $vbulletin->session->vars['sessionurl'] : $session['sessionurl'];
$userinfo = isset($vbulletin) ? $vbulletin->userinfo : $bbuserinfo;
// Place php under here
$HTML .=''; // Put your html here
// Header + Footer
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('GENERIC_SHELL') . '");');
?>
Evil X
05-21-2006, 03:36 PM
^no it either.... this was a thread in the tutorials forum I belive and it gave a page were you input what templates it uses ect
Mr Chad
05-21-2006, 06:44 PM
I don't understand what you want...
This?
https://vborg.vbsupport.ru/showthread.php?t=103076
Evil X
05-21-2006, 07:07 PM
na... nvm here is what I was looking for https://vborg.vbsupport.ru/showthread.php?t=98009
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.