General Package Information
This is general information about the package, such as the package ID and name.
Package ID: Niko:ArcadePackage name: SMF Arcade
Package version: E2.0.1
Package type: modification
Installation instructions for SMF versions: 1.1 RC3, 1.1 - 1.1.2
Note: If a file does not exist in your theme, it doesn't matter (as the file from the Default theme will be used).In file Themes/[your theme]/Profile.template.php
Find:</table>
</td>
</tr>
</table>';
}
// Template for changing user account information.
Replace with:
</table> </td> </tr>'; profile_stats(); echo' </table>'; } // Template for changing user account information.
Find:
<label for="popup_messages"><input type="checkbox" name="default_options[popup_messages]" id="popup_messages" value="1"', !empty($context['member']['options']['popup_messages']) ? ' checked="checked"' : '', ' class="check" /> ', $txt['popup_messages'], '</label><br />
Add after:
<input type="hidden" name="default_options[arcade_messages]" value="0" /> <label for="arcade_messages"><input type="checkbox" name="default_options[arcade_messages]" id="arcade_messages" value="1"', !empty($context['member']['options']['arcade_messages']) ? ' checked="checked"' : '', ' class="check" /> ', $txt['arcade_messages'], '</label><br />
In file Themes/[your theme]/Display.template.php
Find:global $context, $settings, $options, $txt, $scripturl, $modSettings;
Replace with:
global $context, $settings, $options, $txt, $scripturl, $sourcedir, $modSettings; require_once($sourcedir.'/ArcadeSigsStats_v2.php');
Find:
// Done with the information about the poster... on to the post itself.
Add before:
//-- start champ in post profile -------------- arcade_champs_post_profile($message); //-- end champ in post profile ---------------
Find:
if (!empty($message['member']['signature']) && empty($options['show_no_signatures'])) echo ' <hr width="100%" size="1" class="hrcolor" /> <div class="signature">', $message['member']['signature'], '</div>';
Replace with:
/* //-- Disabled for Arcade Champs in Sig Mod ---------------------------------------- if (!empty($message['member']['signature']) && empty($options['show_no_signatures'])) echo ' <hr width="100%" size="1" class="hrcolor" /> <div class="signature">', $message['member']['signature'], '</div>'; //-- Disabled for Arcade Champs in Sig Mod ------------------------------------------*/ arcade_champs_sig($message);
SMF Package Parser, by Daniel15.