Hey Guys,
Thank you soo much for trying to help me. Here is what I put...
PHP Code:
<?php
define('THIS_SCRIPT', 'external_articles');
define('NO_REGISTER_GLOBALS', 1);
$specialtemplates = array();
$globaltemplates = array();
$actiontemplates = array();
$phrasegroups = array();
chdir('/home/truckent/public_html/forums');
require_once('./global.php');
$navbits = array();
$navbits = construct_navbits($array);
eval('print_output("' . fetch_template('navbar2') . '");');
?>
And I'm still getting this error...
Fatal error: Call to undefined function: query_first() in /home/truckent/public_html/forums/includes/functions.php on line 938
The Navigation bar I am trying to put in there is a custom template if that makes any difference.
Am I supposed to replace "external_articles" with something else?
PanelCrafters,
I'm not sure I understand, am I supposed to create a module? What is info_request?
Thanks,
Lem