
11-04-2006, 02:09 PM
|
|
|
Join Date: Feb 2006
Location: Finland
Posts: 755
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MrZeropage
That is a change from v2.5.7+
You should rate games after playing them, not on the main page 
|
Ohh... I see.  sorry then.
Quote:
Originally Posted by Starc
If you want the rating link to display again,
open arcade.php
locate the following at round line 2460
Code:
if( $this->arcade->user['id'] != 0 && !isset($raters[$this->arcade->user['id']]) )
{
//no rating here, play game to rate!
// $rating .= $this->html->rate_link($the_game['gid']);
}
Remove the // before
Code:
$rating .= $this->html->rate_link($the_game['gid']);
|
Thx mate it worked.
|