
If I just apply the changes you mention in Post #4, I get the following parse error.
[parse]Parse error: parse error, unexpected ',' in /home/xxxx/public_html/forums/admin/functions.php on line 920
Fatal error: Call to undefined function: vbdate() in /home/xxxx/public_html/forums/admin/sessions.php on line 399[/parse]
If I apply the changes in Post #4, combined with the third step in post #2, here's the parse error I get.
[parse]Parse error: parse error, unexpected ',' in /home/xxx/public_html/forums/admin/functions.php on line 939
Fatal error: Call to undefined function: vbdate() in /home/xxx/public_html/forums/admin/sessions.php on line 399[/parse]
Line 939 of Functions.php is the newly inserted
PHP Code:
if ($thread['forumid']==27) {return "<a href=\"$righturl\" >".'\"', '"', $hyperlink)."</a>";
I did notice that didn't match my original line (minus the "target=_blank" of course) because the original line has "str_replace" in it. Would this matter? I tried editing around a bit to see if I could get any of it to work, but just a slew of parse errors.