Gdy tworzę plik np TEST.php
wklejam do niego:
Kod:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'test');
define('CSRF_PROTECTION', true);
// change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array('TEST',
);
// pre-cache templates used by specific actions
$actiontemplates = array();
// ######################### REQUIRE BACK-END ############################
// if your page is outside of your normal vb forums directory, you should change directories by uncommenting the next line
// chdir ('/path/to/your/forums');
require_once('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = construct_navbits(array('' => 'Test Page'));
$navbar = render_navbar_template($navbits);
// ###### YOUR CUSTOM CODE GOES HERE #####
$pagetitle = 'My Page Title';
// ###### NOW YOUR TEMPLATE IS BEING RENDERED ######
$templater = vB_Template::create('TEST');
$templater->register_page_templates();
$templater->register('navbar', $navbar);
$templater->register('pagetitle', $pagetitle);
print_output($templater->render());
?>
W środku tego CODE nazwe TEST zmieniam na nazwę swojego szablonu.
I potem już dalej nie wiem co i jak;/
Wchodzę w
Przejdź do: AdminCP -> Style i szablony -> Zarządzaj stylem -> Dodaj nowy szablon
i co dalej ?
Kod:
Nadrzędny styl
Tytuł
Zezwól na wybór użytkownika
Tak Nie
Porządek wyświetlania
Co tu mam zrobić ? i gdy to wykonam będe musiał zmieniać styl by zobaczyć daną zawartość którą tam wprowadzę ? Bo chcę tam wstawić kompilator sma na amxx i dodać do menu swojego.