vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need Help Making new page (https://vborg.vbsupport.ru/showthread.php?t=183282)

yousellstuff 06-23-2008 03:44 AM

Need Help Making new page
 
I am trying to make a new vb page for my website and i am following the directions to the key from https://vborg.vbsupport.ru/showthread.php?t=62164
but when i make it all i get is a plank page plz help

my website is www.yousellstuff.com

here is the page i am trying to make www.yousellstuff.com/test.php

WEBDosser 06-23-2008 04:21 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=cubecart" target="_blank">https://vborg.vbsupport.ru/showt...light=cubecart</a>

yousellstuff 06-23-2008 01:41 PM

is there a reason why you just gave me the exact link i already have

--------------- Added [DATE]1214277091[/DATE] at [TIME]1214277091[/TIME] ---------------

anyone

yousellstuff 06-25-2008 01:18 AM

common

Dismounted 06-25-2008 07:22 AM

Please post your page.

yousellstuff 06-25-2008 01:14 PM

post what page. I told you which one i am trying to make

Opserty 06-25-2008 01:18 PM

The PHP Code for the page you are trying to make.

yousellstuff 06-26-2008 05:00 AM

i coppied this into it

Code:

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'test'); // 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 ############################
require_once('./global.php');

// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################

$navbits = array();
$navbits[$parent] = 'Test Page';

$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('TEST') . '");');

?>


Dismounted 06-26-2008 06:49 AM

Have you created the template?

yousellstuff 06-26-2008 02:15 PM

yes i did exactly what the directions said. Other then just inserting the code, i there something else i have to do with the template


All times are GMT. The time now is 09:25 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete