yes i know names of variables it not a problem , i take care and sure a bout it
look , i try everything
when i used ur code , and i put $vboptions[bbtitle] in setting
show me this error
PHP Code:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in misc.php(100) : eval()'d code(7) : eval()'d code on line 1
and if i used code like this not show me error but also not show anthing
PHP Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('points_page') . '");');
require_once(DIR . '/includes/functions_misc.php');
eval('$pointspages = "' . replace_template_variables($vbulletin->options[points_pages], true) . '";');
Thank you for your interest and suggestion!