bertwrld
01-31-2011, 05:57 PM
Hello
I apologize in advance, I am not a coder and am having trouble converting an older template that i was using into a new vb4 ready template.
If anyone could help it would be greatly appreciated as it would prob only take someone a minute when they know what they are doing.
The code is for the template for parachat integration
<?php
require_once("./global.php");
require_once("./chat_global.php");
$PARACHAT_LOGIN_USERNAME = $bbuserinfo[username];
$CHATSTYLE = 'whois';
$globaltemplates = array("parachat_$CHATSTYLE",);
$navbits = array();
$navbits[$parent] = $vbphrase[parachat_title];
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template("parachat_$CHATSTYLE") . '");');
?>
Thanks in advance for anyone's assistance.
I apologize in advance, I am not a coder and am having trouble converting an older template that i was using into a new vb4 ready template.
If anyone could help it would be greatly appreciated as it would prob only take someone a minute when they know what they are doing.
The code is for the template for parachat integration
<?php
require_once("./global.php");
require_once("./chat_global.php");
$PARACHAT_LOGIN_USERNAME = $bbuserinfo[username];
$CHATSTYLE = 'whois';
$globaltemplates = array("parachat_$CHATSTYLE",);
$navbits = array();
$navbits[$parent] = $vbphrase[parachat_title];
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template("parachat_$CHATSTYLE") . '");');
?>
Thanks in advance for anyone's assistance.