bbPress Plugin Browser »

Gaming Codes (1.0)

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