Having a problem on showthread.php
On the instructions it says....
Quote:
Find:
__________________________________________________ _____________________
// ###################### Start getreputationimage #######################
?????????????????????????????????????????????????? ?????????????????????
Above this, add:
__________________________________________________ _____________________
if ($arcadegeneral['awardson']==1) {
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
$arcade_result = $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscor e,miniimage,gameid FROM " . TABLE_PREFIX . "games ");
while ($arcade = $DB_site->fetch_array($arcade_result)){
if (($arcade[gamesettings] & $_GAMESCHECK['showaward'])){
$awards[$arcade[shortname]]['userid'] = $arcade['highscorerid'];
$awards[$arcade[shortname]]['gametitle'] = $arcade['title'];
$awards[$arcade[shortname]]['icon'] = $arcade['miniimage'];
$awards[$arcade[shortname]]['highscore'] = $arcade['highscore'];
$awards[$arcade[shortname]]['gameid'] = $arcade['gameid'];
}
}
}
?????????????????????????????????????????????????? ??????????????????????
|
However, I was unable to find that. Where should I add the code?
I am running VBulletin 3.02