- Upload the folder
gaming-codes-bbpressinto your/my-plugins/directory. - Modify your
profile-edit.phptemplate to include the Gaming Codes form:<?php if (function_exists('gaming_codes_form')) gaming_codes_form($user->ID); ?>(put this inside the tags). - Modify your
profile.phptemplate to include the Gaming Codes for the user:<?php if (function_exists('the_user_profile_gaming_codes')) the_user_profile_gaming_codes(); ?>. - You're done :)