Quote:
Originally Posted by Opserty
I thought you of all people would give more info then that!
What is on line 292 of class_postbit.php (what hook/template)?
What is on line 24 of that template/plugin?
According to a quick google search ' private' is now a PHP Keyword/constant, using somthing like $vbphrase[private] is probably causing you an error, are you running PHP5?
|
LOL Yeah, I figured someone moving to PHP 5 from 4 would have already had this happen so I figured someone would know what to do. My bad. Does this mean I have tio go back to newbie status and start all over again. Awww, man!
The line in the class_postbit.php is:
Code:
eval('$postbit = "' . fetch_template($this->templatename) . '";');
Line 24 of the postbit is:
HTML Code:
<if condition="THIS_SCRIPT != private AND !$show['moderated'] AND $post['threadid']"><a href="printpost.php?$session[sessionurl]t=$post[threadid]&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" border="0" /></a></if>
How do we check for the private script then in version 5?