Bravo2007: Well its the empty image that it loads, you know that square box. So until that is changed it won't display correctly. You can do the following for now, find:
PHP Code:
<td class="$bgclass"><img src="$vboptions[bburl]$displaygame[esrbimagesmall]" /></td>
Replace it with:
PHP Code:
<if condition="$displaygame['gameesrbid']">
<td class="$bgclass"><img src="$vboptions[bburl]$displaygame[esrbimagesmall]" /></td>
</if>
Not sure if that would work, but something like that will be put in. As for the descriptive tag, good idea, forgot about that, so yes I will add that in so it does that.
evotion: A user review section and comments will be added in the future for sure, as for the selected members/mods, there might be something added as well, something under modcp, maybe on the client side as well.