Back to Modification Graveyard

[Alexey] Create a new php file Easy and fast
Mod Version: 1.00, by Alexey™

This thread is in the Modification Graveyard.
vB Version: 3.5.x Rating: (1 vote - 5.00 average) Installs: 1
Released: 07 Apr 2009 Last Update: Never Downloads: 0
Not Supported Template Edits  

Ok so here is what you have to do
open a new php file lets say
test.php
write into there this

<?php
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('GET_EDIT_TEMPLATES', true);
define('THIS_SCRIPT', 'newpage');
$phrasegroups = array();
$specialtemplates = array();
$globaltemplates = array();
$actiontemplates = array();
require_once('./global.php');
$navbits = array();
$navbits[''] = 'NAME IN NAVBAR';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('Template NAME') . '");');
?>
And change the
"NAME IN NAVBAR" - this is will be displayed in the navbit
"Template NAME" - this must be the name of the Template you will create in your style.

And what ever you'r going to write in the Template that you will create wiil be shown there.

Any one who need help contact me in privet
Enjoy!

Download

No files for download.

Similar Mods

New Posting Features Easy Forms - Create a form or multiple forms without php or html knowledge vBulletin 3.8 Add-ons
Mini Mods [Alexey]Create your own. php file Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024