If I remember right, there was a modification I did to make the number of players in the gameroom appear on the tab and it changed the color to pink, but I may have lost that in a revert some were along the way.
I have the Pro version so I am not sure how different that may be.
This is in the pluggin called 'gameroom_menu' .Everything sees to work fine in 4.1.5 but our poker room is filled with cobwebs. due to the confusion and hidden aspect of the poker and multiplayergames. I sure wish I knew how to modify this Mod because I would rebuild it if I could. I am really sorry Kevin has not come back to it, I would pay more for an updated version with the credits deluxe API integrated, and an updated graphics or customizable set of slot machines. I did several improvments to the images but that was the limit of what I knew how to do.
The multi player games and poker really need to be more prominent and easy to make a game start. the interface makes it seem that one has to upload a game software when it says add a game it should say start a game and we need more notices to draw the second or third players in.
I wonder if the chat could be integrated into v3 arcade as well, or better replaced with a third party shout box that would work in any add on that you wished.
PHP Code:
$tablinks = '';
if (THIS_SCRIPT == 'gameroom')
{
$vbulletin->options['selectednavtab']='gameroom_tab';
$tabselected = ' class="selected"';
$tablinks = ' <ul class="floatcontainer">
<li><a href="Gameroom.php">Gameroom [' . $playersInGameroom . ']</a></li>
</ul> ';
}
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="gameroom.php">Gameroom [' . $playersInGameroom . ']</a></li>' ;