Quote:
Originally Posted by kh99
Are you saying you've got it working now?
If not, I don't see why you'd get that error. You'd have to post your exact code.
|
Sorry , You are right , I made a mistake in something
now no erorr but also data not show
code
PHP Code:
if ($_REQUEST['do'] == 'points')
{
$navbits = construct_navbits(array(
'' => 'points'
));
require_once(DIR . '/includes/functions_misc.php');
eval('$pointspages = replace_template_variables("' . addcslashes($vbulletin->options[pointspages], '"') . '");');
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('points_pages') . '");');
}