http://www.phpbbarcade.com/forum/viewtopic.php?f=5&t=1
Assuming that you have copied ALL the correct folders and files to your MG Theme, you should find the following instructions useful.
Spoiler: [ Show ]
Spoiler: [ Hide ]
Open: styles/black_pearl/template/memberlist_view.html
Find
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
<td><b class="gen">{POSTS}</b><span class="genmed"><!-- IF POSTS_PCT --><br />[{POSTS_PCT} / {POSTS_DAY}]<!-- ENDIF -->
<!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --><br />[<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>]<!-- ELSEIF POSTS_IN_QUEUE --><br />[{L_POSTS_IN_QUEUE}]<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a><!-- ENDIF --></span></td>
</tr>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF S_HAS_HIGHSCORES -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ARCADE_HIGHSCORES}: </td>
<td><b class="gen">{TOTAL_HIGHSCORES}</b><span class="genmed"><br /><a href="{U_ARCADE_STATS}">{L_ARCADE_VIEW_USERS_STATS}</a></span></td>
</tr>
<!-- ENDIF -->
Open: styles/black_pearl/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF S_ARCADE_FACEBOOK -->
<meta property="og:url" content="{U_GAME_PLAY}" />
<meta property="og:title" content="{GAME_NAME_FLASH_GAME}"/>
<!-- IF GAME_IMAGE -->
<meta property="og:image" content="{GAME_IMAGE}"/>
<!-- ENDIF -->
<meta property="og:site_name" content="{SITENAME}"/>
<meta property="og:description" content="{SITE_DESCRIPTION}"/>
<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.
</script>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF S_IN_ARCADE -->
<link href="{T_THEME_PATH}/arcade.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
Open: styles/black_pearl/template/menu_block.html
Find
Tip: This may be a partial find and not the whole line.
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<a href="{U_ARCADE}">{L_ARCADE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
Find
Tip: This may be a partial find and not the whole line.
</td>
</tr>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- INCLUDE arcade/arcade_info_body.html -->
Open: styles/black_pearl/template/viewtopic_body.html
Find
Tip: This may be a partial find and not the whole line.
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF postrow.S_HAS_HIGHSCORES --><br /><b>{L_ARCADE_HIGHSCORES}:</b> <a href="{postrow.U_ARCADE_STATS}">{postrow.TOTAL_HIGHSCORES}</a><!-- ENDIF -->
Open: styles/black_pearl/template/arcade/arcade_header_body.html
Find
Tip: This may be a partial find and not the whole line.
<option value="{quick_jump.GAME_ID}"<!-- IF not quick_jump.S_PLAYED_GAME --> style="background-color: #{PLAYED_GAME_COLOUR};"<!-- ENDIF -->>{quick_jump.GAME_NAME}</option>
Replace with
<option value="{quick_jump.GAME_ID}"<!-- IF not quick_jump.S_PLAYED_GAME --> style="background-color: #111111; color: #FFFFFF;"<!-- ENDIF -->>{quick_jump.GAME_NAME}</option>
Tip: Change #****** to suit your MG style.
Find
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
<td><b class="gen">{POSTS}</b><span class="genmed"><!-- IF POSTS_PCT --><br />[{POSTS_PCT} / {POSTS_DAY}]<!-- ENDIF -->
<!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --><br />[<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>]<!-- ELSEIF POSTS_IN_QUEUE --><br />[{L_POSTS_IN_QUEUE}]<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a><!-- ENDIF --></span></td>
</tr>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF S_HAS_HIGHSCORES -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ARCADE_HIGHSCORES}: </td>
<td><b class="gen">{TOTAL_HIGHSCORES}</b><span class="genmed"><br /><a href="{U_ARCADE_STATS}">{L_ARCADE_VIEW_USERS_STATS}</a></span></td>
</tr>
<!-- ENDIF -->
Open: styles/black_pearl/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF S_ARCADE_FACEBOOK -->
<meta property="og:url" content="{U_GAME_PLAY}" />
<meta property="og:title" content="{GAME_NAME_FLASH_GAME}"/>
<!-- IF GAME_IMAGE -->
<meta property="og:image" content="{GAME_IMAGE}"/>
<!-- ENDIF -->
<meta property="og:site_name" content="{SITENAME}"/>
<meta property="og:description" content="{SITE_DESCRIPTION}"/>
<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.
</script>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF S_IN_ARCADE -->
<link href="{T_THEME_PATH}/arcade.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
Open: styles/black_pearl/template/menu_block.html
Find
Tip: This may be a partial find and not the whole line.
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<a href="{U_ARCADE}">{L_ARCADE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
Find
Tip: This may be a partial find and not the whole line.
</td>
</tr>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- INCLUDE arcade/arcade_info_body.html -->
Open: styles/black_pearl/template/viewtopic_body.html
Find
Tip: This may be a partial find and not the whole line.
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
<!-- IF postrow.S_HAS_HIGHSCORES --><br /><b>{L_ARCADE_HIGHSCORES}:</b> <a href="{postrow.U_ARCADE_STATS}">{postrow.TOTAL_HIGHSCORES}</a><!-- ENDIF -->
Open: styles/black_pearl/template/arcade/arcade_header_body.html
Find
Tip: This may be a partial find and not the whole line.
<option value="{quick_jump.GAME_ID}"<!-- IF not quick_jump.S_PLAYED_GAME --> style="background-color: #{PLAYED_GAME_COLOUR};"<!-- ENDIF -->>{quick_jump.GAME_NAME}</option>
Replace with
<option value="{quick_jump.GAME_ID}"<!-- IF not quick_jump.S_PLAYED_GAME --> style="background-color: #111111; color: #FFFFFF;"<!-- ENDIF -->>{quick_jump.GAME_NAME}</option>
Tip: Change #****** to suit your MG style.