Quote:
Originally Posted by kh99
OK, try this:
PHP Code:
eval('$pointspages = replace_template_variables("' . addcslashes($vbulletin->options[points_pages], '"') . '");');
I get confused by things like this - I don't know if there are any characters other than " that you should be escaping. But start with that and see what happens.
|
Erorr function
PHP Code:
Fatal error: Call to undefined function pointspages() in misc.php(100) : eval()'d code(8) : eval()'d code on line 1
i hope found way to put html code without escaping any characters
i put simple html code in setting option like this ..
PHP Code:
bla bla bla <a href="$vboptions[bburl]">$vboptions[bbtitle]</a>
bla bla bla bla
<ul>
<li>bla bla bla</li>
<li>bla bla bla</li>
<ul>
<br />
bla bla bla .....