I just installed the latest version of the arcade, including the new arcade.php from the post above. I'm now on the last step that reads:
Expand the menu "Arcade" in the left AdminCP-menu
Click Group Permissions
Adjust the permissions the way you want
When I click on 'Group Permissions' (and all other Arcade options), I get the following error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\Webhost\kickasspoker.com\kickasspoker\poker-forum\admincp\arcade.php on line 3872
Anyone know how to fix this error? Here are lines 3871 through 3875:
$cell[] = "<div align='center'>".timeoutput($TOURNEY['datestarted'])."</div>";
$cell[] = "<div align='center'><a href='file:///C|/DOCUME%7E1/MICROS%7E1/LOCALS%7E1/Temp/arcade.php?$session%5Bsessionurl%5D&code=tourney_s tuff&do=view&tid=%22.$TOURNEY% 5B'tid']."'>".$ibforums->lang['acp_tourneylist_show']."</a></div>";
$cell[] = "<div align='center'><a href='file:///C|/DOCUME%7E1/MICROS%7E1/LOCALS%7E1/Temp/arcade.php?$session%5Bsessionurl%5D&code=tourney_s tuff&do=remove&tid=%22.$TOURNE Y%5B'tid']."'>".$ibforums->lang['acp_games_delete']."</a></div>";
print_cells_row($cell);
Thanks!
|