Quote:
Originally Posted by Gemma
yin9 where are you seeing that error?
|
Hi, in View Leaderboard page, but i solved at the moment, with v3arcade_functions.php editing, and deleting Foreach function in line 203:
HTML Code:
foreach ($vbulletin->v3a_awards[$userid] AS $gameid => $game)
{
fetch_arcade_award_img($game);
if ($vbulletin->options['v3profile_awardimg'])
{
$game['stdimage'] = $game['miniimage'];
}
$game['linktitle'] = construct_phrase($vbphrase['x_y_points'], $game['title'], v3_score_format($game['highscore']));
$templater = vB_Template::create('memberinfo_v3arcade_gamebits');
$templater->register('game', $game);
$images .= $templater->render();
$show['isfirstgame'] = false;
}
Not the best option, but the error disappeared. Thanks. Greetings.