| Game Index |
| Game Name |
Type |
Start Date |
Player Count |
Location Count |
Status |
Action |
{section name=i loop=$gameindex}
| {$gameindex[i].name} |
{$gameindex[i].type|capitalize} |
{$gameindex[i].start_date|date_format} |
{$gameindex[i].player_count} |
{$gameindex[i].location_count} |
{if $gameindex[i].paused == 1}
Paused |
{else}
Active |
{/if}
{if $gameindex[i].showlink == "true"}
{$gameindex[i].link_name} |
{else}
Not Logged In |
{/if}
{/section}
You are viewing the Game_Index module of Q-CMS. This module for Shadows Rising lists all games available on this server. This is the second test of the module code for Q-CMS. Modules are separate pages to be displayed within the CMS. You can create and add modules at any time - just add to the database with a new id, and create a link for that id, similar to the one used here for Game List.