michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
339 stars 71 forks source link

Idea: Fields on User Profiles (profile.php) #56

Closed patrickf0 closed 9 years ago

patrickf0 commented 10 years ago

Hi there, nice work on the taxonomy fields, looks great! ;)

I thought about the idea of having extra fields on user profiles? There is a db table for usermeta which could be used to add extra fields?

What do you think?

michaeluno commented 10 years ago

Good idea, maybe for v3.1. I'm not familiar with user options so it will take some time for me to research how.

schutzsmith commented 10 years ago

Second this! Would be a huge step forward to be able to customize the User Profile UI.

michaeluno commented 9 years ago

I'm going to start working on this one.

What would be the best name for the factory class which will be extended?

What I can think of are:

michaeluno commented 9 years ago

This is ready to be tested in the 3.5.0b branch. Download

Example Plugin to Test

https://gist.github.com/michaeluno/5c2d4c84c84e6e17f6e0

user_meta

Let me know if it works.