Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,714
- Creating & Extending
- 25,797
- Requests & Feedback
- 9,504
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,182
-
I would not add extra fields to any of the core tables. Instead, either create a new table, or if you don’t have too much data to store, you could use wp_usermeta, storing data as key, value pairings.