vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   New PHP file Linking Help Needed (https://vborg.vbsupport.ru/showthread.php?t=89353)

ChrisBaktis 06-19-2004 03:26 PM

New PHP file Linking Help Needed
 
I run a sports card trading site located at www.rustysoaptraders.com. We received new boxes of sportscards that we review. I would like to use a vbulletin page for the reviews.

To make things less confusing and keep them seperate I would like to keep all the .PHP files seperate from the main forum files. The problem is I cannot get the .PHP file to work unless it is in the main forums directory. Can someone give me help on how to seperate.

My current setup is as follows.

Template Name: 04fleerultrafootball
.php File: 04fleerultrafootball.php

I would like the .php stored in a sub folder like this: rustysoaptraders.com/forums/reviews/04fleerultrafootball.php

This doesnt work but if I put the .php file in the directory rustysoaptraders.com/forums/04fleerultrafootball.php then the file works great.

i just want to keep all the review .php files from cluttering the main board .php files.

This is the .php file that I am using for this:

PHP Code:

<?php
error_reporting
(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT''2004 Fleer Ultra Football Review');
require_once(
'./global.php');
eval(
'$navbar = "' fetch_template('navbar') . '";');
$globaltemplates = array('04fleerultrafootball');
eval(
'print_output("' fetch_template('04fleerultrafootball') . '");');
?>

What do I need to change to get this to work in the forums/review subdirectory?

I forgot to add that when I use the rustysoaptraders.com/forums/reviews/04fleerultrafootball.php I get a blank page.

Also if you can help me on this - How can I get the title of the page 2004 Fleer Ultra Football to show up in the Navigational bar (like the thread titles do)?

tnguy3n 06-19-2004 09:13 PM

before:
error_reporting(E_ALL & ~E_NOTICE);

add,
chdir('/path/to/your/forum/');

ChrisBaktis 06-21-2004 01:49 AM

Ok I added:

chdir('/reviews/');

This was done since the directory goes forums/reviews

Is this correct because it still doesnt work.

Chris

tnguy3n 06-21-2004 04:16 AM

it must be PATH_TRANSLATED, usually /home/your_account/public_html/forums


All times are GMT. The time now is 01:12 AM.

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.01017 seconds
  • Memory Usage 1,719KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete