Quote:
Originally posted by Dark Jim
Duh! I got the images working. I editted the proarcadeadmin file where it uploads the images. The filepath was incorrect.
|
found bug (not real bug but little

)
open proarcadeadmin.php and find:
PHP Code:
echo "<tr class='".getrowbg()."' valign='middle'>\n<td>Current " . $thisgame[title] . " Thumbnail</td><td><img src=\"/forum/proimage.php?id=$thisgame[gameid]\"></td></tr>\n";
change to:
PHP Code:
echo "<tr class='".getrowbg()."' valign='middle'>\n<td>Current " . $thisgame[title] . " Thumbnail</td><td><img src=\"$bburl/proimage.php?id=$thisgame[gameid]\"></td></tr>\n";