The Arcive of vBulletin Modifications Site. |
|
[BUG] Game rating Details »»
|
|||||||||||||||||||||||||||
For some reason, the "rate game" link doesn't appear anymore (since today) in the arcade main screen.
However, it appears in Your Favorites.. Any idea why it doesn't show up in the main screen anymore?Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
That is a change from v2.5.7+
You should rate games after playing them, not on the main page
|
|
#3
|
|||
|
|||
|
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']);
}
Code:
$rating .= $this->html->rate_link($the_game['gid']); |
|
#4
|
|||
|
|||
|
Quote:
sorry then.Quote:
|
![]() |
|
|