Ski-Whiz
04-16-2005, 12:50 PM
Ok, the upgrade says to look for this line in the functions_showthread.php:
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND ($post[warning_level]>0
When I do a search it doesn't find it.. However a few lines down, you'll see a similar line:
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND $post[warning_level]>0)
I'm gonna try and consider this a typo for now, and see if it works.. :D
There is the same typo in the member.php edits..
Missing the trailing ")" ???
I upgraded, and fixed it, and it seems to be working..
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND ($post[warning_level]>0
When I do a search it doesn't find it.. However a few lines down, you'll see a similar line:
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND $post[warning_level]>0)
I'm gonna try and consider this a typo for now, and see if it works.. :D
There is the same typo in the member.php edits..
Missing the trailing ")" ???
I upgraded, and fixed it, and it seems to be working..